summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex_common.h
Commit message (Expand)AuthorAgeFilesLines
* locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()Peter Zijlstra2018-03-281-5/+6
* futex: Avoid violating the 10th rule of futexPeter Zijlstra2018-01-141-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-081-6/+6
* futex: Allow for compiling out PI supportNicolas Pitre2017-08-011-0/+29
* rtmutex: Fix PI chain order integrityPeter Zijlstra2017-04-041-0/+1
* rtmutex: Clean upPeter Zijlstra2017-04-041-1/+1
* rtmutex: Deboost before waking up the top waiterXunlei Pang2017-04-041-1/+1
* futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2017-03-231-0/+3
* futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2017-03-231-1/+0
* futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2017-03-231-3/+5
* futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2017-03-231-0/+1
* futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra2017-03-231-2/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner2016-12-021-2/+1
* locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-021-2/+3
* rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-201-22/+0
* futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-191-0/+3
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2014-06-211-0/+15
* rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-211-4/+3
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+1
* rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-11/+11
* locking: Move the rtmutex code to kernel/locking/Peter Zijlstra2013-11-061-0/+126
OpenPOWER on IntegriCloud