Age | Commit message (Expand) | Author |
---|---|---|
2023-07-17 | locking/rtmutex: Fix task->pi_waiters integrity | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Add rt_mutex based lock type and accessors | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Add RT priority to W/W order | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Implement rt_mutex accessors | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Abstract out internal lock accesses | Thomas Gleixner |
2021-08-17 | locking/ww_mutex: Abstract out mutex types | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Abstract out mutex accessors | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Abstract out waiter enqueueing | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Abstract out the waiter iteration | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs | Peter Zijlstra |
2021-08-17 | locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/... | Peter Zijlstra (Intel) |