summaryrefslogtreecommitdiff
path: root/kernel/locking/rtmutex_common.h
AgeCommit message (Expand)Author
2019-07-23Revert "rtmutex: Handle the various new futex race conditions"Sebastian Andrzej Siewior
2019-07-23Revert "futex: Fix bug on when a requeued RT task times out"Sebastian Andrzej Siewior
2018-10-29rtmutex: add ww_mutex addon for mutex-rtSebastian Andrzej Siewior
2018-10-29rtmutex: add sleeping lock implementationThomas Gleixner
2018-10-29rtmutex: export lockdep-less version of rt_mutex's lock, trylock and unlockThomas Gleixner
2018-10-29rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner
2018-10-29futex: Fix bug on when a requeued RT task times outSteven Rostedt
2018-10-29rtmutex: Handle the various new futex race conditionsThomas Gleixner
2018-03-28locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()Peter Zijlstra
2018-01-14futex: Avoid violating the 10th rule of futexPeter Zijlstra
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre
2017-04-04rtmutex: Fix PI chain order integrityPeter Zijlstra
2017-04-04rtmutex: Clean upPeter Zijlstra
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-02locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner
2016-12-02locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso
2015-06-19futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra