aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2014-07-11tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-07-11rtmutex: Plug slow unlock raceThomas Gleixner
2014-07-11rtmutex: Detect changes in the pi lock chainThomas Gleixner
2014-07-11rtmutex: Handle deadlock detection smarterThomas Gleixner
2014-07-11auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-07-11ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2014-07-11rtmutex: Fix deadlock detector for realThomas Gleixner
2014-07-11genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-06-09futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-09futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-09futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-09futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-06-09futex: Prevent attaching to kernel threadsThomas Gleixner
2014-06-09futex: Add another early deadlock detection checkThomas Gleixner
2014-06-09perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-06-09perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-06-09hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar
2014-06-09sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-06-09timer: Prevent overflow in apply_slackJiri Bohac
2014-06-09hrtimer: Prevent remote enqueue of leftmost timersLeon Ma
2014-06-09hrtimer: Prevent all reprogramming if hang detectedStuart Hayes
2014-06-09ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-06-09tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)
2014-04-30wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2014-04-30audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs