summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang2017-04-041-1/+1
| * | | | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-8/+21
| * | | | rtmutex: Deboost before waking up the top waiterXunlei Pang2017-04-042-28/+33
| * | | | locking/ww-mutex: Limit stress test to 2 secondsChris Wilson2017-03-301-9/+9
| * | | | futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2017-03-232-21/+31
| * | | | futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2017-03-232-20/+7Star
| * | | | futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2017-03-232-10/+50
| * | | | futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2017-03-232-3/+10
| * | | | futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra2017-03-232-16/+48
| * | | | futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra2017-03-234-43/+18Star
| * | | | locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra2017-03-161-8/+7Star
| * | | | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-161-10/+23
| * | | | locking/lockdep: Add new check to lock_downgrade()J. R. Okajima2017-03-162-4/+57
| * | | | locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima2017-03-161-18/+22
| * | | | locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima2017-03-161-60/+54Star
| | |/ / | |/| |
* / | | sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan2017-04-181-3/+3
|/ / /
* | / locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel2017-03-161-5/+11
| |/ |/|
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-072-5/+12
|\ \ | |/ |/|
| * locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
| * locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-03-021-2/+9
| * locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-027-0/+7
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-4/+4
* | sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-1/+5
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-2015-322/+1081
|\
| * locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long2017-02-101-81/+5Star
| * lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park2017-02-101-1/+1
| * locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra2017-01-303-35/+11Star
| * locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)2017-01-301-1/+1
| * locking/rwsem: Reinit wake_q after useWaiman Long2017-01-221-2/+5
| * locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson2017-01-141-0/+254
| * locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson2017-01-141-0/+115
| * locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson2017-01-141-0/+98
| * locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson2017-01-141-0/+39
| * locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2017-01-142-0/+141
| * locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson2017-01-141-0/+73
| * locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle2017-01-141-0/+4
| * locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle2017-01-141-26/+52
| * locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle2017-01-141-20/+29
| * locking/mutex: Improve inliningPeter Zijlstra2017-01-141-41/+44
| * locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle2017-01-141-19/+40
| * locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle2017-01-141-10/+30
| * locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle2017-01-141-7/+69
| * locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle2017-01-141-8/+8
| * locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle2017-01-141-12/+17
| * locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle2017-01-141-2/+8