summaryrefslogtreecommitdiff
path: root/kernel/futex/pi.c
AgeCommit message (Expand)Author
2025-01-24futex: Pass in task to futex_queue()Jens Axboe
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra
2024-01-19futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org
2023-09-20futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior
2022-05-13futex: Remove a PREEMPT_RT_FULL reference.Sebastian Andrzej Siewior
2021-10-07futex: Split out PI futexPeter Zijlstra