summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-06-14locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra
2016-06-14Merge branch 'linus' into locking/core, to pick up fixes before merging new c...Ingo Molnar
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds
2016-06-10sched: panic on corrupted stack endJann Horn
2016-06-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-10Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-06-09Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou
2016-06-08futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra
2016-06-08locking/rwsem: Streamline the rwsem_optimistic_spin() codeWaiman Long
2016-06-08locking/rwsem: Improve reader wakeup codeWaiman Long
2016-06-08locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low
2016-06-08locking/qspinlock: Add commentsPeter Zijlstra
2016-06-08locking/qspinlock: Clarify xchg_tail() orderingPeter Zijlstra
2016-06-08Merge branch 'locking/urgent' into locking/core, to pick up dependencyIngo Molnar
2016-06-08sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf
2016-06-08sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf
2016-06-08perf/core: Remove a redundant checkAlexander Shishkin
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-06-08locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior
2016-06-08locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra
2016-06-07bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner
2016-06-03locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low
2016-06-03locking/rwsem: Optimize write lock by reducing operations in slowpathJason Low
2016-06-03locking/rwsem: Rework zeroing reader waiter->taskDavidlohr Bueso
2016-06-03locking/rwsem: Enable lockless waiter wakeup(s)Davidlohr Bueso
2016-06-03locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-06-02cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko
2016-05-26add down_write_killable_nested()Al Viro
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra