summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-10-13fs: create and use seq_show_option for escapingKees Cook
2015-10-13perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-08-12tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-08-12tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-08-12rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney
2015-08-12hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra
2015-08-07Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear
2015-08-07softirq: reduce latenciesEric Dumazet
2015-08-07__ptrace_may_access() should not deny sub-threadsMark Grondona
2015-08-07tracing: Have filter check for balanced opsSteven Rostedt
2015-08-07ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long
2015-08-07ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-05-09sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-05-09perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-05-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-05-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-05-09console: Fix console name size mismatchPeter Hurley
2015-05-09kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-05-09sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-06time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-03-06sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-02-20time: settimeofday: Validate the values of tv from userSasha Levin
2015-02-20genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-12-14perf: Handle compat ioctlPawel Moll
2014-12-14audit: keep inode pinnedMiklos Szeredi
2014-12-14tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent
2014-12-14tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon
2014-12-14PM / Sleep: fix recovery during resuming from hibernationImre Deak
2014-12-14futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman
2014-12-14posix-timers: Fix stack info leak in timer_create()Mathias Krause
2014-11-05ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)
2014-11-05perf: fix perf bug in fork()Peter Zijlstra
2014-11-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-11-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-11-05alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-11-05jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-11-05futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-11-05perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-11-05cgroup: reject cgroup names with 'Alban Crequy
2014-09-13ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)
2014-09-13ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)
2014-08-06nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2014-08-06locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-08-06sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-08-06ring-buffer: Fix polling on trace_pipeMartin Lau
2014-08-06alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz
2014-08-06cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng
2014-07-11perf: Fix race in removing an eventPeter Zijlstra