aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* console: Fix console name size mismatchPeter Hurley2015-05-091-1/+2
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-05-091-1/+1
* sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-05-092-5/+7
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-061-3/+7
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-03-061-0/+7
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-03-061-1/+16
* time: settimeofday: Validate the values of tv from userSasha Levin2015-02-201-0/+4
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-02-203-1/+80
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-2/+2
* perf: Handle compat ioctlPawel Moll2014-12-141-1/+21
* audit: keep inode pinnedMiklos Szeredi2014-12-141-0/+1
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-12-141-4/+4
* tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2014-12-141-0/+4
* PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-12-141-1/+7
* futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman2014-12-141-11/+11
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-12-141-0/+1
* ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-11-051-1/+1
* perf: fix perf bug in fork()Peter Zijlstra2014-11-052-3/+6
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-11-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-11-051-2/+4
* alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-11-051-7/+17
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-11-051-24/+30
* futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-11-051-0/+1
* perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-11-051-0/+10
* cgroup: reject cgroup names with 'Alban Crequy2014-11-051-0/+5
* ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)2014-09-131-11/+6
* ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)2014-09-131-5/+7
* nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2014-08-061-1/+3
* locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-08-061-1/+5
* sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik2014-08-061-1/+1
* ring-buffer: Fix polling on trace_pipeMartin Lau2014-08-061-2/+0
* alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-08-061-2/+18
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-08-061-1/+7
* perf: Fix race in removing an eventPeter Zijlstra2014-07-111-20/+25