summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-01kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-27sched: fix __sched_setscheduler() vs load balancing raceMike Galbraith1-0/+9
2016-02-27pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-02-27itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2-18/+40
2016-02-13posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-13futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner1-0/+5
2016-01-22genirq: Prevent chip buslock deadlockThomas Gleixner1-3/+3
2015-12-30sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-3/+3
2015-12-30sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2015-12-30ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)1-7/+5
2015-11-27perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra1-0/+4
2015-11-17sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra1-6/+8
2015-11-17clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-11-17genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-11-17module: Fix locking in symbol_put_addr()Peter Zijlstra1-2/+6
2015-10-13fs: create and use seq_show_option for escapingKees Cook1-3/+4
2015-10-13perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-12tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-08-12tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-08-12rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney1-0/+5
2015-08-12hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra1-3/+9
2015-08-07Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2015-08-07softirq: reduce latenciesEric Dumazet1-8/+9
2015-08-07__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2015-08-07tracing: Have filter check for balanced opsSteven Rostedt1-2/+8
2015-08-07ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-08-07ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-05-09sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-1/+4
2015-05-09perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-05-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)1-3/+3
2015-05-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand1-5/+22
2015-05-09console: Fix console name size mismatchPeter Hurley1-1/+2
2015-05-09kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-05-09sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2-5/+7
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-03-06time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-03-06sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen1-1/+16
2015-02-20time: settimeofday: Validate the values of tv from userSasha Levin1-0/+4
2015-02-20genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+80
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-2/+2
2014-12-14perf: Handle compat ioctlPawel Moll1-1/+21
2014-12-14audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-12-14tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-12-14tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon1-0/+4
2014-12-14PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-12-14futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman1-11/+11
2014-12-14posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-11-05ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1