index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
Age
Commit message (
Expand
)
Author
13 hours
Merge tag 'locking-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
3 days
futex: Prevent rcuwait use-after-free during requeue PI
Yao Kai
3 days
futex: Provide rt_mutex_.*_schedule() equivalents for futex scheduling
Sebastian Andrzej Siewior
2026-08-22
Merge tag 'locking-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-08-20
futex: Fix might_sleep() warning in futex_pivot_pending()
Peter Zijlstra
2026-08-18
Merge tag 'locking-futex-2026-08-17' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2026-08-18
Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-08-16
futex: Fix race on the initial mm->futex.phash.ref allocation
Hyunwoo Kim
2026-08-16
futex: Clean up the redundant exit/exec functions
Thomas Gleixner
2026-08-16
futex/pi: Plug private futex exec() race
Thomas Gleixner
2026-08-10
futex: Sanitize and document task_struct::futex::state transitions
Thomas Gleixner
2026-08-10
futex/pi: Reject cross-mm private futex owners
Kyle Zeng
2026-08-08
futex: Tell kmemleak we're not leaking __futex_queues
Peter Zijlstra
2026-08-07
futex: Fix race in futex_pivot_pending() during private hash resize
Yao Kai
2026-08-04
futex: Avoid private hash use-after-free on final put
Felix Hoffmann
2026-08-02
futex: Prevent robust futex exit race some more
Keno Fischer
2026-07-29
futex: Optimise the size check get_futex_key()
Sebastian Andrzej Siewior
2026-07-29
futex: Use runtime constants for __futex_hash() hot path
Peter Zijlstra
2026-07-05
futex: Remove unnecessary NULL check before kvfree()
Vasileios Almpanis
2026-07-02
futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...
Sebastian Andrzej Siewior
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2026-06-11
futex: Optimize futex hash bucket access patterns
Peter Zijlstra
2026-06-03
futex: Provide infrastructure to plug the non contended robust futex unlock race
Thomas Gleixner
2026-06-03
futex: Add robust futex unlock IP range
Thomas Gleixner
2026-06-03
futex: Add support for unlocking robust futexes
Thomas Gleixner
2026-06-03
futex: Provide UABI defines for robust list entry modifiers
Thomas Gleixner
2026-06-03
futex: Move futex related mm_struct data into a struct
Thomas Gleixner
2026-06-03
futex: Make futex_mm_init() void
Thomas Gleixner
2026-06-03
futex: Move futex task related data into a struct
Thomas Gleixner
2026-06-02
futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...
Ji'an Zhou
2026-04-29
futex: Prevent lockup in requeue-PI during signal/ timeout wakeup
Sebastian Andrzej Siewior
2026-04-14
Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-03-28
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
2026-03-26
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
Hao-Yu Yang
2026-03-26
futex: Require sys_futex_requeue() to have identical flags
Peter Zijlstra
2026-03-16
futex: Convert to compiler context analysis
Peter Zijlstra
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-12-10
Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-12-02
Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-11-14
futex: Store time as ktime_t in restart block
Thomas Weißschuh
2025-11-06
futex: Optimize per-cpu reference counting
Peter Zijlstra
2025-11-04
futex: Convert to get/put_user_inline()
Thomas Gleixner
2025-09-30
Merge tag 'locking-futex-2025-09-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-09-20
futex: Don't leak robust_list pointer on exec race
Pranav Tyagi
2025-09-20
futex: Prevent use-after-free during requeue-PI
Sebastian Andrzej Siewior
2025-08-31
futex: Move futex_hash_free() back to __mmput()
Sebastian Andrzej Siewior
2025-08-11
futex: Use user_write_access_begin/_end() in futex_put_value()
Waiman Long
2025-07-11
futex: Remove support for IMMUTABLE
Sebastian Andrzej Siewior
[next]