summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-03-26cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo
2017-03-26perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-03-26perf/core: Fix use-after-free in perf_release()Peter Zijlstra
2017-03-22locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel
2017-03-22futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-03-22futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-03-22bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann
2017-03-22bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2017-03-22bpf: fix state equivalenceAlexei Starovoitov
2017-03-22bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf
2017-03-18ucount: Remove the atomicity from ucount->countEric W. Biederman
2017-03-15fs: Better permission checking for submountsEric W. Biederman
2017-03-12Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers
2017-03-12sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev
2017-03-12mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams
2017-02-23timekeeping: Use deferred printk() in debug codeSergey Senozhatsky
2017-02-23printk: use rcuidle console tracepointSergey Senozhatsky
2017-02-23futex: Move futex_init() to core_initcallYang Yang
2017-02-14perf/core: Fix crash in perf_event_read()Peter Zijlstra
2017-02-14stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval
2017-02-09irqdomain: Avoid activating interrupts more than onceMarc Zyngier
2017-02-09cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo
2017-02-09tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)
2017-02-09perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra
2017-02-09perf/core: Fix use-after-free bugPeter Zijlstra
2017-02-01perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra
2017-02-01sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2017-02-01userns: Make ucounts lock irq-safeNikolay Borisov
2017-01-26rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2017-01-26rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney
2017-01-19pid: fix lockdep deadlock warning due to ucount_lockAndrei Vagin
2017-01-19jump_labels: API for flushing deferred jump label updatesDavid Matlack
2017-01-19mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams
2017-01-12tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2017-01-12genirq/affinity: Fix node generation from cpumaskGuilherme G. Piccoli
2017-01-12relay: check array offset before using itDan Carpenter
2017-01-09fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2017-01-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2017-01-06kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson
2017-01-06kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman
2017-01-06hotplug: Make register and unregister notifier API symmetricMichal Hocko
2016-12-07kcov: add missing #include <linux/sched.h>Kefeng Wang
2016-12-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-12-06lockdep: Fix report formattingDmitry Vyukov