aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2019-02-12proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin
2019-02-12kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams
2019-01-13fork: record start_time lateDavid Herrmann
2018-12-29panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky
2018-12-21bpf: check pending signals while verifying programsAlexei Starovoitov
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2018-12-21locking/qspinlock: Re-order codePeter Zijlstra
2018-12-21locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon
2018-12-21locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon
2018-12-21locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon
2018-12-21locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon
2018-12-21locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon
2018-12-21locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2018-12-21signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-08bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-12-08bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings
2018-12-08bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-12-08kdb: use memmove instead of overlapping memcpyArnd Bergmann
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-12-01sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-11-10posix-timers: Sanitize overrun handlingThomas Gleixner
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-11-10futex: futex_wake_op, do not fail on invalid opJiri Slaby
2018-11-10perf/core: Fix locking for children siblings group readJiri Olsa
2018-11-10perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-10-20sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker
2018-10-20sched/cputime: Increment kcpustat directly on irqtime accountFrederic Weisbecker
2018-10-20sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood