- c8b2ba8 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- fe1b518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 8 years ago
- 5671360 locking/qspinlock: Explicitly include asm/prefetch.h by Stafford Horne · 8 years ago
- 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 8 years ago
- a0c4acd locking/rwsem-spinlock: Fix EINTR branch in __down_write_common() by Kirill Tkhai · 8 years ago
- 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
- 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- cde50a6 locking/rtmutex: Don't initialize lockdep when not required by Levin, Alexander (Sasha Levin) · 8 years ago
- 95c4629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 8 years ago
- c4a09ff rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option by Paul E. McKenney · 8 years ago
- 681fbec lockdep: Use consistent printing primitives by Paul E. McKenney · 8 years ago
- f569478 rt_mutex: Add lockdep annotations by Peter Zijlstra · 8 years ago
- 9ab6055 kernel/locking: Fix compile error with qrwlock.c by Babu Moger · 8 years ago
- 04dc1b2 futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() by Peter Zijlstra · 8 years ago
- 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 8 years ago
- 7b4ff1a mutex, futex: adjust kernel-doc markups to generate ReST by Mauro Carvalho Chehab · 8 years ago
- de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- dd23f27 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
- 7e78442 lockdep: allow to disable reclaim lockup detection by Michal Hocko · 8 years ago
- 6d7225f lockdep: teach lockdep about memalloc_noio_save by Nikolay Borisov · 8 years ago
- 2f34c123 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
- 207fb8c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
- a5dd63e lockdep: Use "WARNING" tag on lockdep splats by Paul E. McKenney · 8 years ago
- 395102d sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL by Daniel Jordan · 8 years ago
- def34ea rtmutex: Plug preempt count leak in rt_mutex_futex_unlock() by Mike Galbraith · 8 years ago
- 19830e5 rtmutex: Fix more prio comparisons by Peter Zijlstra · 8 years ago
- e0aad5b rtmutex: Fix PI chain order integrity by Peter Zijlstra · 8 years ago
- acd5862 sched/rtmutex: Refactor rt_mutex_setprio() by Peter Zijlstra · 8 years ago
- aa2bfe5 rtmutex: Clean up by Peter Zijlstra · 8 years ago
- 85e2d4f sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update by Xunlei Pang · 8 years ago
- e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
- 2a1c602 rtmutex: Deboost before waking up the top waiter by Xunlei Pang · 8 years ago
- 57dd924 locking/ww-mutex: Limit stress test to 2 seconds by Chris Wilson · 8 years ago
- 56222b2 futex: Drop hb->lock before enqueueing on the rtmutex by Peter Zijlstra · 8 years ago
- cfafcd1 futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() by Peter Zijlstra · 8 years ago
- 38d589f futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() by Peter Zijlstra · 8 years ago
- 5080935 futex,rt_mutex: Introduce rt_mutex_init_waiter() by Peter Zijlstra · 8 years ago
- 5293c2e futex,rt_mutex: Provide futex specific rt_mutex API by Peter Zijlstra · 8 years ago
- fffa954 futex: Remove rt_mutex_deadlock_account_*() by Peter Zijlstra · 8 years ago
- 65d1086 BackMerge tag 'v4.11-rc3' into drm-next by Dave Airlie · 8 years ago
- bf7b3ac locking/ww_mutex: Improve test to cover acquire context changes by Peter Zijlstra · 8 years ago
- 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
- 6419c4a locking/lockdep: Add new check to lock_downgrade() by J. R. Okajima · 8 years ago
- e969970 locking/lockdep: Factor out the validate_held_lock() helper function by J. R. Okajima · 8 years ago
- 41c2c5b locking/lockdep: Factor out the find_held_lock() helper function by J. R. Okajima · 8 years ago
- 17fcbd5 locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y by Niklas Cassel · 8 years ago
- 05df49e drm/i915: annote drop_caches debugfs interface with lockdep by Daniel Vetter · 8 years ago
- 500e1af Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 857811a locking/ww_mutex: Adjust the lock number for stress test by Boqun Feng · 8 years ago
- 7fb4a2c locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
- 2b232e0 locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests by Chris Wilson · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
- ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
- e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
- 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
- 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- bc88c10 locking/spinlock/debug: Remove spinlock lockup detection code by Waiman Long · 8 years ago
- f9af456 lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS by Byungchul Park · 8 years ago
- b9c16a0 locking/mutex: Fix lockdep_assert_held() fail by Peter Zijlstra · 8 years ago
- 4009f4b locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock() by Steven Rostedt (VMware) · 8 years ago
- 31945aa Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD by Paul E. McKenney · 8 years ago
- 4d4f88f lockdep: Make RCU suspicious-access splats use pr_err by Paul E. McKenney · 8 years ago
- bcc9a76 locking/rwsem: Reinit wake_q after use by Waiman Long · 8 years ago
- f4dbba5 locktorture: Fix potential memory leak with rw lock test by Yang Shi · 8 years ago
- 2a0c112 locking/ww_mutex: Add kselftests for ww_mutex stress by Chris Wilson · 8 years ago
- d1b42b8 locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks by Chris Wilson · 8 years ago
- 7020768 locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection by Chris Wilson · 8 years ago
- c22fb38 locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection by Chris Wilson · 8 years ago
- f2a5fec locking/ww_mutex: Begin kselftests for ww_mutex by Chris Wilson · 8 years ago
- 0186a6c locking/ww_mutex: Add ww_mutex to locktorture test by Chris Wilson · 8 years ago
- 1460cb6 locking/mutex, sched/wait: Add mutex_lock_io() by Tejun Heo · 8 years ago
- 977625a locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging by Nicolai Hähnle · 8 years ago
- c516df9 locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optimistic spin by Nicolai Hähnle · 8 years ago
- 25f13b4 locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop by Nicolai Hähnle · 8 years ago
- 427b182 locking/mutex: Improve inlining by Peter Zijlstra · 8 years ago
- 659cf9f locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backoff when acquiring the lock by Nicolai Hähnle · 8 years ago
- 200b187 locking/ww_mutex: Notify waiters that have to back off while adding tasks to wait list by Nicolai Hähnle · 8 years ago
- 6baa5c6 locking/ww_mutex: Add waiters in stamp order by Nicolai Hähnle · 8 years ago
- c5470b2 locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers by Nicolai Hähnle · 8 years ago
- ea9e0fb locking/ww_mutex: Set use_ww_ctx even when locking without a context by Nicolai Hähnle · 8 years ago
- 3822da3 locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after() by Nicolai Hähnle · 8 years ago
- e274795 locking/mutex: Fix mutex handoff by Peter Zijlstra · 8 years ago
- 52b9412 locking/percpu-rwsem: Replace waitqueue with rcuwait by Davidlohr Bueso · 8 years ago
- 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 8 years ago
- d269a8b kernel/locking: Compute 'current' directly by Davidlohr Bueso · 8 years ago
- 75437bb locking/pvqspinlock: Don't wait if vCPU is preempted by Pan Xinhui · 8 years ago
- 607904c locking/spinlocks: Remove the unused spin_lock_bh_nested() API by Waiman Long · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 5cc60ae Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
- 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
- f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
- 4506309 don't open-code file_inode() by Al Viro · 8 years ago
- 84d82ec locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy_locked() by Thomas Gleixner · 8 years ago