summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-09-18sched: Queue RT tasks to head when prio dropsThomas Gleixner1-2/+7
2015-09-18tracing: Have filter check for balanced opsSteven Rostedt1-2/+8
2015-09-18ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-09-18ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-06-19Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2015-06-19softirq: reduce latenciesEric Dumazet1-8/+9
2015-06-19sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-2/+5
2015-06-19perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-06-19ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)1-3/+3
2015-06-19ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand1-5/+22
2015-06-19console: Fix console name size mismatchPeter Hurley1-1/+2
2015-06-19kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-04-14ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-04-14sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen1-1/+16
2015-04-14move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-2/+2
2015-04-14time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-04-14time: settimeofday: Validate the values of tv from userSasha Levin1-0/+4
2015-04-14genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+81
2015-02-02audit: keep inode pinnedMiklos Szeredi1-0/+1
2015-02-02tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2015-02-02tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon1-0/+4
2015-02-02PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2015-02-02futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman1-11/+11
2015-02-02posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2015-02-02OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2015-02-02introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2-0/+8
2015-02-02kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov1-8/+7
2015-02-02freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2015-02-02futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas1-0/+2
2014-12-01perf: Handle compat ioctlPawel Moll1-1/+21
2014-12-01perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-12-01cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-12-01perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-12-01jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-24/+30
2014-12-01alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-12-01alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-12-01alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+17
2014-12-01futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner1-0/+1
2014-12-01cgroup: reject cgroup names with ' 'Alban Crequy1-0/+5
2014-08-07timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz3-3/+3
2014-07-28PM / sleep: Fix request_firmware() error at resumeTakashi Iwai1-0/+1
2014-07-28alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz1-2/+18
2014-07-17rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109
2014-07-17rtmutex: Handle deadlock detection smarterThomas Gleixner3-5/+38
2014-07-17rtmutex: Detect changes in the pi lock chainThomas Gleixner1-15/+59
2014-07-17rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-07-17tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)1-2/+0
2014-07-17cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-1/+7
2014-07-06tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov1-0/+2