summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-071-4/+6
* printk: rename printk_sched to printk_deferredJohn Stultz2014-08-073-3/+3
* PM / sleep: Fix request_firmware() error at resumeTakashi Iwai2014-07-281-0/+1
* alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-07-281-2/+18
* rtmutex: Plug slow unlock raceThomas Gleixner2014-07-171-6/+109
* rtmutex: Handle deadlock detection smarterThomas Gleixner2014-07-173-5/+38
* rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-07-171-15/+59
* rtmutex: Fix deadlock detector for realThomas Gleixner2014-07-171-4/+28
* tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)2014-07-171-2/+0
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-171-1/+7
* tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-07-061-0/+2
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-06-302-6/+104
* nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2014-06-261-1/+3
* auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski2014-06-161-9/+18
* sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-06-112-3/+4
* perf: Fix race in removing an eventPeter Zijlstra2014-06-111-20/+25
* perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra2014-06-111-0/+3
* perf: Prevent false warning in perf_swevent_addJiri Olsa2014-06-111-1/+12
* sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)2014-06-111-2/+1
* futex: Make lookup_pi_state more robustThomas Gleixner2014-06-071-28/+106
* futex: Always cleanup owner tid in unlock_piThomas Gleixner2014-06-071-22/+18
* futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner2014-06-071-3/+11
* futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner2014-06-071-0/+25
* tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2014-06-071-1/+5
* perf: Fix error return codeWei Yongjun2014-06-071-0/+1
* sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2014-06-071-1/+1
* sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2014-06-071-13/+22
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2014-06-071-9/+62
* perf: Fix perf ring buffer memory orderingPeter Zijlstra2014-06-071-4/+27
* hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar2014-06-071-4/+4
* hrtimer: Prevent remote enqueue of leftmost timersLeon Ma2014-06-071-0/+5
* hrtimer: Prevent all reprogramming if hang detectedStuart Hayes2014-06-071-0/+17
* timer: Prevent overflow in apply_slackJiri Bohac2014-06-071-1/+1
* ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-06-072-23/+7
* futex: Prevent attaching to kernel threadsThomas Gleixner2014-06-071-0/+5
* futex: Add another early deadlock detection checkThomas Gleixner2014-06-071-13/+34
* list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2014-06-071-3/+0
* tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)2014-05-181-0/+6
* blktrace: fix accounting of partially completed requestsRoman Pen2014-05-181-9/+11
* hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2014-05-061-0/+6
* wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2014-04-261-4/+11
* workqueue: cond_resched() after processing each work itemTejun Heo2014-04-141-0/+9
* printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2014-04-141-1/+1
* audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2014-04-141-1/+1
* tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-232-1/+16
* cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-03-231-1/+1
* genirq: Remove racy waitqueue_active checkChuansheng Liu2014-03-231-2/+1
* sched: Fix double normalization of vruntimeGeorge McCollister2014-03-231-4/+4
* cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2014-03-113-46/+26
* perf: Fix hotplug splatPeter Zijlstra2014-03-111-6/+6