index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
Age
Commit message (
Expand
)
Author
2025-07-11
futex: Remove support for IMMUTABLE
Sebastian Andrzej Siewior
2025-07-11
futex: Make futex_private_hash_get() static
Sebastian Andrzej Siewior
2025-07-11
futex: Use RCU-based per-CPU reference counting instead of rcuref_t
Peter Zijlstra
2025-06-11
futex: Verify under the lock if hash can be replaced
Sebastian Andrzej Siewior
2025-06-05
futex: Handle invalid node numbers supplied by user
Peter Zijlstra
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-31
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
2025-05-21
futex: Correct the kernedoc return value for futex_wait_setup().
Sebastian Andrzej Siewior
2025-05-16
futex: Fix kernel-doc comments
Borislav Petkov (AMD)
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
2025-05-03
futex: Implement FUTEX2_NUMA
Peter Zijlstra
2025-05-03
futex: Allow to make the private hash immutable
Sebastian Andrzej Siewior
2025-05-03
futex: Allow to resize the private local hash
Sebastian Andrzej Siewior
2025-05-03
futex: Allow automatic allocation of process wide futex hash
Sebastian Andrzej Siewior
2025-05-03
futex: Add basic infrastructure for local task local hash
Sebastian Andrzej Siewior
2025-05-03
futex: Create helper function to initialize a hash slot
Sebastian Andrzej Siewior
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
2025-05-03
futex: Decrease the waiter count before the unlock operation
Sebastian Andrzej Siewior
2025-05-03
futex: Acquire a hash reference in futex_wait_multiple_setup()
Sebastian Andrzej Siewior
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
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-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
2025-02-26
futex: Use a hashmask instead of hashsize
Sebastian Andrzej Siewior
2025-02-08
Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
2025-01-12
kernel: remove get_task_comm() and print task comm directly
Yafang Shao
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
2024-12-09
futex: fix user access on powerpc
Linus Torvalds
2024-11-25
futex: improve user space accesses
Linus Torvalds
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-19
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
2024-11-07
futex: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
2024-10-17
futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()
Uros Bizjak
2024-10-17
futex: Use atomic64_inc_return() in get_inode_sequence_number()
Uros Bizjak
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
2024-01-19
futex: Prevent the reuse of stale pi_state
Sebastian Andrzej Siewior
2023-12-20
plist: Split out plist_types.h
Kent Overstreet
2023-11-15
futex: Fix hardcoded flags
Peter Zijlstra
2023-11-01
Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
2023-10-04
futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...
Li zeming
2023-09-29
futex: make the vectored futex operations available
Jens Axboe
2023-09-29
futex: make futex_parse_waitv() available as a helper
Jens Axboe
[next]