summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-231-4/+57
* perf: Do not double freePeter Zijlstra2017-02-231-1/+6
* perf: Fix event->ctx lockingPeter Zijlstra2017-02-231-34/+201
* perf: Fix perf_event_for_each() to use siblingMichael Ellerman2017-02-231-1/+1
* perf: Fix race in swevent hashPeter Zijlstra2017-02-231-19/+1
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2017-02-231-2/+66
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-11-201-7/+8
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-11-201-0/+22
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-11-201-14/+0
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-221-168/+165
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-221-2/+4
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-08-221-9/+20
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-08-221-4/+7
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-05-011-1/+1
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-05-011-1/+4
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-05-011-2/+6
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-05-011-0/+14
* kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-04-011-2/+3
* sched: fix __sched_setscheduler() vs load balancing raceMike Galbraith2016-02-271-0/+9
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-02-271-0/+14
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-271-1/+1
* posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-271-1/+1
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-02-272-18/+40
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-02-131-2/+2
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-131-0/+5
* genirq: Prevent chip buslock deadlockThomas Gleixner2016-01-221-3/+3
* sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-301-3/+3
* sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-301-1/+0
* ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)2015-12-301-7/+5
* perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-271-0/+4
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-11-171-6/+8
* clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-11-171-1/+1
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-11-171-2/+17
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-11-171-2/+6
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-3/+4
* perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-10-131-2/+10
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-08-121-0/+6
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-08-121-1/+3
* rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-08-121-0/+5
* hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-08-121-3/+9
* Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear2015-08-071-3/+10
* softirq: reduce latenciesEric Dumazet2015-08-071-8/+9
* __ptrace_may_access() should not deny sub-threadsMark Grondona2015-08-071-1/+1
* tracing: Have filter check for balanced opsSteven Rostedt2015-08-071-2/+8
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-08-071-1/+1
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-08-071-0/+20
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-05-091-1/+4
* perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-05-091-0/+10
* ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-05-091-3/+3
* ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-05-091-5/+22