aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+20
2014-06-05Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner)Linus Torvalds1-53/+160
2014-06-05futex: Make lookup_pi_state more robustThomas Gleixner1-28/+106
2014-06-05futex: Always cleanup owner tid in unlock_piThomas Gleixner1-22/+18
2014-06-05futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner1-3/+11
2014-06-05futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1)Thomas Gleixner1-0/+25
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin3-7/+6
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai1-1/+9
2014-06-05sched: Fix sched_policy < 0 comparisonRichard Weinberger1-1/+1
2014-06-05sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt1-3/+4
2014-06-03kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan1-1/+3
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-31/+78
2014-05-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+67
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-05-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+8
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat1-0/+8
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-33/+42
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-82/+92
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2-3/+4
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2-1/+8
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2-12/+27
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli1-7/+30
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra1-6/+3
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra1-0/+3
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk1-2/+3
2014-05-21Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-68/+50
2014-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2014-05-19perf: Fix a race between ring_buffer_detach() and ring_buffer_attach()Peter Zijlstra1-60/+49
2014-05-19perf: Prevent false warning in perf_swevent_addJiri Olsa1-1/+12
2014-05-19perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra1-0/+3
2014-05-19futex: Prevent attaching to kernel threadsThomas Gleixner1-0/+5
2014-05-19futex: Add another early deadlock detection checkThomas Gleixner1-13/+34
2014-05-13cgroup: fix rcu_read_lock() leak in update_if_frozen()Tejun Heo1-1/+3
2014-05-13cgroup_freezer: replace freezer->lock with freezer_mutexTejun Heo1-66/+46
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo1-1/+1
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+30
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+4
2014-05-12hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar1-4/+4
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+12
2014-05-08Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers1-2/+2
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low1-0/+2
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance()Jason Low1-8/+8
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra1-2/+8
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-05-07sched/deadline: Fix memory leakLi Zefan1-3/+1
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli2-2/+4
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-05-07perf: Fix perf_event_init_context()Peter Zijlstra1-0/+2
2014-05-07perf: Fix race in removing an eventPeter Zijlstra1-21/+26