summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-252-1/+6
* genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-251-1/+1
* sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2017-05-252-1/+21
* sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2017-05-251-5/+4
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-251-2/+6
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-251-1/+1
* padata: free correct variableJason A. Donenfeld2017-05-201-1/+1
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-04-301-4/+53
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-04-301-0/+9
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-271-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-271-3/+5
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-211-4/+16
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-212-4/+8
* 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
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2017-03-261-6/+9
* 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
* Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers2017-03-121-0/+4
* 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 PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-091-21/+21
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-02-011-0/+1
* 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
* stable-fixup: hotplug: fix unused function warningArnd Bergmann2017-01-121-4/+5
* 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
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+14
* 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
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2016-12-151-2/+1
* locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-151-2/+3
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-151-2/+66
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2016-12-081-0/+1
* PM / sleep: fix device reference leak in test_suspendJohan Hovold2016-11-261-1/+3
* cgroup: avoid false positive gcc-6 warningArnd Bergmann2016-11-101-0/+3
* genirq/generic_chip: Add irq_unmap callbackSebastian Frias2016-10-311-0/+21
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-161-2/+5
* time: Add cycles to nanoseconds translationChristopher S. Hall2016-10-161-4/+21
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-10-071-6/+4
* sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-10-071-2/+43
* printk: fix parsing of "brl=" optionNicolas Iooss2016-10-071-2/+2
* perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-10-071-1/+22