summaryrefslogtreecommitdiff
path: root/kernel/locking/rwbase_rt.c
AgeCommit message (Expand)Author
2023-09-20locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior
2023-04-29locking/rwbase: Mitigate indefinite writer starvationSebastian Andrzej Siewior
2022-04-05locking: Apply contention tracepoints in the slow pathNamhyung Kim
2021-10-07locking/rwbase: Optimize rwbase_read_trylockDavidlohr Bueso
2021-10-07Merge branch 'tip/locking/urgent'Peter Zijlstra
2021-10-01rtmutex: Wake up the waiters lockless while dropping the read lock.Thomas Gleixner
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra
2021-08-17locking/rt: Add base code for RT rw_semaphore and rwlockThomas Gleixner