summaryrefslogtreecommitdiff
path: root/kernel/locking/rtmutex_common.h
AgeCommit message (Expand)Author
2023-07-17locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2021-08-25locking/rtmutex: Dont dereference waiter locklessThomas Gleixner
2021-08-17locking/rtmutex: Extend the rtmutex core to support ww_mutexPeter Zijlstra
2021-08-17locking/rtmutex: Provide the spin/rwlock core lock functionThomas Gleixner
2021-08-17locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locksThomas Gleixner
2021-08-17locking/rtmutex: Use rt_mutex_wake_q_headThomas Gleixner
2021-08-17locking/rtmutex: Provide rt_wake_q_head and helpersThomas Gleixner
2021-08-17locking/rtmutex: Add wake_state to rt_mutex_waiterThomas Gleixner
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra
2021-08-17locking/rtmutex: Split API from implementationThomas Gleixner
2021-03-29locking/rtmutex: Move debug functions as inlines into common headerThomas Gleixner
2021-03-29locking/rtmutex: Decrapify __rt_mutex_init()Thomas Gleixner
2021-03-29locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubsThomas Gleixner
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior
2021-03-11kernel/futex: Kill rt_mutex_next_owner()Davidlohr Bueso
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas 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