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