summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+58
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-286/+404
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-177/+109
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-88/+730
2016-01-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-217/+342
2016-01-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2016-01-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-29/+6
2016-01-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2016-01-07Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+6
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)-0/+6
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-217/+342
2016-01-06perf/core: Collapse more IPI loopsPeter Zijlstra-73/+33
2016-01-06Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar-29/+6
2016-01-06sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du-10/+28
2016-01-06sched/deadline: Fix the earliest_dl.next logicWanpeng Li-52/+7
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar-206/+323
2016-01-06sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior-0/+1
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin-1/+1
2016-01-06perf: Fix race in swevent hashPeter Zijlstra-19/+1
2016-01-06perf: Fix race in perf_event_exec()Peter Zijlstra-10/+5
2016-01-05Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2016-01-04tracing: Fix setting of start_index in find_next()Qiu Peiyang-0/+1
2015-12-20futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT opDarren Hart-1/+2
2015-12-20futex: Cleanup the goto confusion in requeue_pi()Thomas Gleixner-2/+7
2015-12-20futex: Remove pointless put_pi_state calls in requeue()Thomas Gleixner-4/+2
2015-12-20futex: Document pi_state refcounting in requeue codeThomas Gleixner-12/+39
2015-12-20futex: Rename free_pi_state() to put_pi_state()Thomas Gleixner-7/+10
2015-12-20futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner-0/+5
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai-3/+35
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai-1/+10
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai-4/+14
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon-3/+5
2015-12-14genirq: Prevent chip buslock deadlockThomas Gleixner-3/+3
2015-12-14Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar-180/+285
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra-10/+10
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson-2/+2
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-118/+141
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+71
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney-144/+262
2015-12-07rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney-5/+5
2015-12-07rcu: Move wakeup out from under rnp->lockPeter Zijlstra-1/+1
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney-6/+26
2015-12-07rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney-7/+7
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney-5/+4
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney-3/+8
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo-56/+147
2015-12-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+45
2015-12-06perf/core: Collapse common IPI patternPeter Zijlstra-104/+76
2015-12-06perf: Do not send exit event twiceJiri Olsa-11/+31