summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-121-4/+4
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-121-4/+10
* padata: avoid race in reorderingJason A. Donenfeld2017-04-081-2/+3
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-312-4/+2
* cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo2017-03-261-1/+1
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* perf/core: Fix use-after-free in perf_release()Peter Zijlstra2017-03-261-0/+11
* locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel2017-03-221-5/+10
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-9/+11
* bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2017-03-221-3/+8
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2017-03-221-3/+8
* bpf: fix state equivalenceAlexei Starovoitov2017-03-221-1/+1
* bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2017-03-221-16/+45
* ucount: Remove the atomicity from ucount->countEric W. Biederman2017-03-181-7/+11
* fs: Better permission checking for submountsEric W. Biederman2017-03-151-2/+2
* Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers2017-03-121-0/+4
* sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-03-121-2/+9
* mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams2017-03-121-0/+6
* timekeeping: Use deferred printk() in debug codeSergey Senozhatsky2017-02-231-2/+2
* printk: use rcuidle console tracepointSergey Senozhatsky2017-02-231-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-02-231-1/+1
* perf/core: Fix crash in perf_event_read()Peter Zijlstra2017-02-141-10/+15
* stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval2017-02-141-8/+4
* irqdomain: Avoid activating interrupts more than onceMarc Zyngier2017-02-091-14/+30
* cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo2017-02-091-8/+5
* tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)2017-02-091-3/+5
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-091-21/+21
* perf/core: Fix use-after-free bugPeter Zijlstra2017-02-091-2/+25
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-011-4/+54
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-02-011-0/+1
* userns: Make ucounts lock irq-safeNikolay Borisov2017-02-011-6/+8
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-266-35/+100
* rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney2017-01-261-4/+0
* pid: fix lockdep deadlock warning due to ucount_lockAndrei Vagin2017-01-191-4/+6
* jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-191-0/+7
* mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-191-0/+4
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-121-0/+3
* genirq/affinity: Fix node generation from cpumaskGuilherme G. Piccoli2017-01-121-3/+3
* relay: check array offset before using itDan Carpenter2017-01-121-2/+2
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-01-091-3/+14
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-091-2/+2
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2017-01-061-2/+2
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2017-01-061-1/+0
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2017-01-061-6/+36
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-062-5/+27
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-062-18/+17
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+14
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2017-01-061-1/+1
* kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-071-0/+1