summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2016-04-27clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2016-04-27genirq: Fix race in register_irq_proc()Ben Hutchings
2016-04-27sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2016-04-27module: Fix locking in symbol_put_addr()Peter Zijlstra
2016-04-27fs: create and use seq_show_option for escapingKees Cook
2016-03-21kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang
2016-03-21perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-10-22tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-10-22tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-10-22rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney
2015-10-22hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra
2015-09-18sched: Queue RT tasks to head when prio dropsThomas Gleixner
2015-09-18tracing: Have filter check for balanced opsSteven Rostedt
2015-09-18ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long
2015-09-18ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-06-19Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear
2015-06-19softirq: reduce latenciesEric Dumazet
2015-06-19sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-06-19perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-06-19ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-06-19ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-06-19console: Fix console name size mismatchPeter Hurley
2015-06-19kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-04-14ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-04-14sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-04-14move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-04-14time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-04-14time: settimeofday: Validate the values of tv from userSasha Levin
2015-04-14genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-02-02audit: keep inode pinnedMiklos Szeredi
2015-02-02tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent
2015-02-02tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon
2015-02-02PM / Sleep: fix recovery during resuming from hibernationImre Deak
2015-02-02futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman
2015-02-02posix-timers: Fix stack info leak in timer_create()Mathias Krause
2015-02-02OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2015-02-02introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2015-02-02kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov
2015-02-02freezer: Do not freeze tasks killed by OOM killerCong Wang
2015-02-02futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas
2014-12-01perf: Handle compat ioctlPawel Moll
2014-12-01perf: fix perf bug in fork()Peter Zijlstra
2014-12-01cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-12-01perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-12-01jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-12-01alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-12-01alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-12-01alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-12-01futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-12-01cgroup: reject cgroup names with ' 'Alban Crequy