Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | locking/ww_mutex: Add rt_mutex based lock type and accessors | Peter Zijlstra | 2021-08-17 | 1 | -3/+3 |
* | locking/ww_mutex: Add RT priority to W/W order | Peter Zijlstra | 2021-08-17 | 1 | -15/+49 |
* | locking/ww_mutex: Implement rt_mutex accessors | Peter Zijlstra | 2021-08-17 | 1 | -0/+80 |
* | locking/ww_mutex: Abstract out internal lock accesses | Thomas Gleixner | 2021-08-17 | 1 | -4/+19 |
* | locking/ww_mutex: Abstract out mutex types | Peter Zijlstra | 2021-08-17 | 1 | -10/+13 |
* | locking/ww_mutex: Abstract out mutex accessors | Peter Zijlstra | 2021-08-17 | 1 | -2/+14 |
* | locking/ww_mutex: Abstract out waiter enqueueing | Peter Zijlstra | 2021-08-17 | 1 | -6/+13 |
* | locking/ww_mutex: Abstract out the waiter iteration | Peter Zijlstra | 2021-08-17 | 1 | -4/+53 |
* | locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs | Peter Zijlstra | 2021-08-17 | 1 | -6/+6 |
* | locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/... | Peter Zijlstra (Intel) | 2021-08-17 | 1 | -0/+369 |