summaryrefslogtreecommitdiff
path: root/kernel/locking/rtmutex_api.c
AgeCommit message (Expand)Author
2024-12-17locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-10-24locking/rtmutex: Fix misleading commentPeter Zijlstra
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra
2023-07-17locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2022-12-12rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman
2021-12-04locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner
2021-08-17locking/rtmutex: Extend the rtmutex core to support ww_mutexPeter Zijlstra
2021-08-17locking/rtmutex: Guard regular sleeping locks specific functionsThomas Gleixner
2021-08-17locking/rtmutex: Use rt_mutex_wake_q_headThomas Gleixner
2021-08-17locking/rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra
2021-08-17locking/rtmutex: Split API from implementationThomas Gleixner