summaryrefslogtreecommitdiff
path: root/kernel/locking/ww_mutex.h
AgeCommit message (Expand)Author
44 hoursMerge branch into tip/master: 'sched/core'Ingo Molnar
7 dayssched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
7 dayslocking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-03-08locking/rtmutex: Add context analysisPeter Zijlstra
2026-03-08locking/mutex: Add context analysisPeter Zijlstra
2026-03-08locking/mutex: Remove the list_head from struct mutexMatthew Wilcox (Oracle)
2025-08-13locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() pathJohn Stultz
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra
2024-10-14locking/mutex: Make mutex::wait_lock irq safeJuri Lelli
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef
2023-07-17locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2021-08-17locking/ww_mutex: Add rt_mutex based lock type and accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Add RT priority to W/W orderPeter Zijlstra
2021-08-17locking/ww_mutex: Implement rt_mutex accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out internal lock accessesThomas Gleixner
2021-08-17locking/ww_mutex: Abstract out mutex typesPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra
2021-08-17locking/ww_mutex: Remove the __sched annotation from ww_mutex APIsPeter Zijlstra
2021-08-17locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...Peter Zijlstra (Intel)