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