summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-11-05ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-11-05perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-11-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-11-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-11-05alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+17
2014-11-05jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-24/+30
2014-11-05futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner1-0/+1
2014-11-05perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-11-05cgroup: reject cgroup names with 'Alban Crequy1-0/+5
2014-09-13ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)1-11/+6
2014-09-13ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)1-5/+7
2014-08-06nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2014-08-06locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-1/+5
2014-08-06sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-08-06ring-buffer: Fix polling on trace_pipeMartin Lau1-2/+0
2014-08-06alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz1-2/+18
2014-08-06cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-1/+7
2014-07-11perf: Fix race in removing an eventPeter Zijlstra1-20/+25
2014-07-11tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov1-0/+2
2014-07-11rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109
2014-07-11rtmutex: Detect changes in the pi lock chainThomas Gleixner1-15/+75
2014-07-11rtmutex: Handle deadlock detection smarterThomas Gleixner3-5/+38
2014-07-11auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski1-7/+18
2014-07-11ptrace: fix fork event messages across pid namespacesMatthew Dempsky1-3/+7
2014-07-11rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-07-11genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2-6/+104
2014-06-09futex: Make lookup_pi_state more robustThomas Gleixner1-28/+106
2014-06-09futex: Always cleanup owner tid in unlock_piThomas Gleixner1-22/+18
2014-06-09futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner1-3/+11
2014-06-09futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner1-0/+25
2014-06-09futex: Prevent attaching to kernel threadsThomas Gleixner1-0/+5
2014-06-09futex: Add another early deadlock detection checkThomas Gleixner1-13/+34
2014-06-09perf: Prevent false warning in perf_swevent_addJiri Olsa1-1/+12
2014-06-09perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra1-0/+3
2014-06-09hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar1-4/+4
2014-06-09sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-06-09timer: Prevent overflow in apply_slackJiri Bohac1-1/+1
2014-06-09hrtimer: Prevent remote enqueue of leftmost timersLeon Ma1-0/+5
2014-06-09hrtimer: Prevent all reprogramming if hang detectedStuart Hayes1-0/+17
2014-06-09ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2-23/+7
2014-06-09tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)1-0/+6
2014-04-30wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-30audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs1-2/+2
2014-04-30blktrace: fix accounting of partially completed requestsRoman Pen1-9/+11
2014-04-02printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney1-1/+0
2014-04-02timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross1-1/+1
2014-04-02ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt1-1/+44
2014-04-02tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2-1/+16
2014-04-02cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-04-02perf: Fix hotplug splatPeter Zijlstra1-6/+6