index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
/
pi.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
futex: Provide rt_mutex_.*_schedule() equivalents for futex scheduling
Sebastian Andrzej Siewior
1
-13
/
+3
2026-08-16
futex/pi: Plug private futex exec() race
Thomas Gleixner
1
-6
/
+16
2026-08-10
futex: Sanitize and document task_struct::futex::state transitions
Thomas Gleixner
1
-35
/
+70
2026-08-10
futex/pi: Reject cross-mm private futex owners
Kyle Zeng
1
-0
/
+20
2026-06-11
futex: Optimize futex hash bucket access patterns
Peter Zijlstra
1
-10
/
+11
2026-06-03
futex: Add support for unlocking robust futexes
Thomas Gleixner
1
-2
/
+13
2026-06-03
futex: Move futex task related data into a struct
Thomas Gleixner
1
-13
/
+13
2026-04-14
Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+9
2026-03-28
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
1
-1
/
+2
2026-03-16
futex: Convert to compiler context analysis
Peter Zijlstra
1
-0
/
+9
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
1
-2
/
+13
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
1
-4
/
+12
2025-05-03
futex: Create hb scopes
Peter Zijlstra
1
-139
/
+143
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
1
-1
/
+2
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
1
-1
/
+1
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
1
-4
/
+1
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
1
-1
/
+5
2024-01-19
futex: Prevent the reuse of stale pi_state
Sebastian Andrzej Siewior
1
-3
/
+8
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
1
-2
/
+2
2023-09-20
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
1
-28
/
+48
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
1
-0
/
+11
2022-05-13
futex: Remove a PREEMPT_RT_FULL reference.
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-07
futex: Split out PI futex
Peter Zijlstra
1
-0
/
+1233