Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtmutex: Add acquire semantics for rtmutex lock acquisition slow path | Mel Gorman | 2022-12-12 | 1 | -3/+3 |
* | locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable(). | Sebastian Andrzej Siewior | 2021-12-04 | 1 | -4/+26 |
* | locking/rtmutex: Prevent lockdep false positive with PI futexes | Thomas Gleixner | 2021-08-17 | 1 | -0/+12 |
* | locking/rtmutex: Add mutex variant for RT | Thomas Gleixner | 2021-08-17 | 1 | -0/+122 |
* | locking/rtmutex: Extend the rtmutex core to support ww_mutex | Peter Zijlstra | 2021-08-17 | 1 | -2/+2 |
* | locking/rtmutex: Guard regular sleeping locks specific functions | Thomas Gleixner | 2021-08-17 | 1 | -0/+1 |
* | locking/rtmutex: Use rt_mutex_wake_q_head | Thomas Gleixner | 2021-08-17 | 1 | -11/+8 |
* | locking/rtmutex: Provide rt_mutex_slowlock_locked() | Thomas Gleixner | 2021-08-17 | 1 | -1/+1 |
* | locking/rtmutex: Split out the inner parts of 'struct rtmutex' | Peter Zijlstra | 2021-08-17 | 1 | -18/+23 |
* | locking/rtmutex: Split API from implementation | Thomas Gleixner | 2021-08-17 | 1 | -0/+453 |