index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
/
pi.c
Age
Commit message (
Expand
)
Author
6 days
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
2025-05-03
futex: Create hb scopes
Peter Zijlstra
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
2024-01-19
futex: Prevent the reuse of stale pi_state
Sebastian Andrzej Siewior
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
2023-09-20
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
2022-05-13
futex: Remove a PREEMPT_RT_FULL reference.
Sebastian Andrzej Siewior
2021-10-07
futex: Split out PI futex
Peter Zijlstra