| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/rtmutex: Move debug functions as inlines into common header | Thomas Gleixner | 2021-03-29 | 1 | -5/+25 |
* | locking/rtmutex: Decrapify __rt_mutex_init() | Thomas Gleixner | 2021-03-29 | 1 | -0/+7 |
* | locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs | Thomas Gleixner | 2021-03-29 | 1 | -42/+20 |
* | locking/rtmutex: Remove output from deadlock detector | Sebastian Andrzej Siewior | 2021-03-29 | 1 | -4/+0 |
* | locking/rtmutex: Remove rtmutex deadlock tester leftovers | Sebastian Andrzej Siewior | 2021-03-29 | 1 | -1/+0 |
* | kernel/futex: Kill rt_mutex_next_owner() | Davidlohr Bueso | 2021-03-11 | 1 | -1/+0 |
* | rtmutex: Remove unused argument from rt_mutex_proxy_unlock() | Thomas Gleixner | 2021-01-26 | 1 | -2/+1 |
* | locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter() | Peter Zijlstra | 2018-03-28 | 1 | -5/+6 |
* | futex: Avoid violating the 10th rule of futex | Peter Zijlstra | 2018-01-14 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | locking/rtmutex: replace top-waiter and pi_waiters leftmost caching | Davidlohr Bueso | 2017-09-09 | 1 | -6/+6 |
* | futex: Allow for compiling out PI support | Nicolas Pitre | 2017-08-01 | 1 | -0/+29 |
* | rtmutex: Fix PI chain order integrity | Peter Zijlstra | 2017-04-04 | 1 | -0/+1 |
* | rtmutex: Clean up | Peter Zijlstra | 2017-04-04 | 1 | -1/+1 |
* | rtmutex: Deboost before waking up the top waiter | Xunlei Pang | 2017-04-04 | 1 | -1/+1 |
* | futex: Drop hb->lock before enqueueing on the rtmutex | Peter Zijlstra | 2017-03-23 | 1 | -0/+3 |
* | futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() | Peter Zijlstra | 2017-03-23 | 1 | -1/+0 |
* | futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() | Peter Zijlstra | 2017-03-23 | 1 | -3/+5 |
* | futex,rt_mutex: Introduce rt_mutex_init_waiter() | Peter Zijlstra | 2017-03-23 | 1 | -0/+1 |
* | futex,rt_mutex: Provide futex specific rt_mutex API | Peter Zijlstra | 2017-03-23 | 1 | -2/+7 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALL | Thomas Gleixner | 2016-12-02 | 1 | -2/+1 |
* | locking/rtmutex: Use READ_ONCE() in rt_mutex_owner() | Thomas Gleixner | 2016-12-02 | 1 | -2/+3 |
* | rtmutex: Delete scriptable tester | Davidlohr Bueso | 2015-07-20 | 1 | -22/+0 |
* | futex: Lower the lock contention on the HB lock during wake up | Sebastian Andrzej Siewior | 2015-06-19 | 1 | -0/+3 |
* | rtmutex: Cleanup deadlock detector debug logic | Thomas Gleixner | 2014-06-21 | 1 | -0/+15 |
* | rtmutex: Confine deadlock logic to futex | Thomas Gleixner | 2014-06-21 | 1 | -4/+3 |
* | sched/deadline: Add SCHED_DEADLINE inheritance logic | Dario Faggioli | 2014-01-13 | 1 | -0/+1 |
* | rtmutex: Turn the plist into an rb-tree | Peter Zijlstra | 2014-01-13 | 1 | -11/+11 |
* | locking: Move the rtmutex code to kernel/locking/ | Peter Zijlstra | 2013-11-06 | 1 | -0/+126 |