summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang-8/+21
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang-28/+33
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson-9/+9
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra-21/+31
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra-20/+7
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra-10/+50
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra-3/+10
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra-16/+48
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra-43/+18
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie-10/+23
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra-8/+7
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner-10/+23
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima-4/+57
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima-18/+22
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima-60/+54
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel-5/+11
2017-03-14drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter-0/+2
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-5/+12
2017-03-02locking/ww_mutex: Adjust the lock number for stress testBoqun Feng-1/+1
2017-03-02locking/lockdep: Add nest_lock integrity testPeter Zijlstra-2/+9
2017-03-02locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-4/+4
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+5
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-322/+1081
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+24
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long-81/+5
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park-1/+1
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra-35/+11
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)-1/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney-6/+12
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney-6/+6
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long-2/+5
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi-0/+6
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson-0/+141
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson-0/+73
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo-0/+24
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle-0/+4
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle-26/+52
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle-20/+29
2017-01-14locking/mutex: Improve inliningPeter Zijlstra-41/+44
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle-19/+40