summaryrefslogtreecommitdiff
path: root/kernel/futex
AgeCommit message (Expand)Author
2025-06-11futex: Verify under the lock if hash can be replacedSebastian Andrzej Siewior
2025-06-05futex: Handle invalid node numbers supplied by userPeter Zijlstra
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)
2025-05-21futex: Correct the kernedoc return value for futex_wait_setup().Sebastian Andrzej Siewior
2025-05-16futex: Fix kernel-doc commentsBorislav Petkov (AMD)
2025-05-03futex: Implement FUTEX2_MPOLPeter Zijlstra
2025-05-03futex: Implement FUTEX2_NUMAPeter Zijlstra
2025-05-03futex: Allow to make the private hash immutableSebastian Andrzej Siewior
2025-05-03futex: Allow to resize the private local hashSebastian Andrzej Siewior
2025-05-03futex: Allow automatic allocation of process wide futex hashSebastian Andrzej Siewior
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior
2025-05-03futex: Create helper function to initialize a hash slotSebastian Andrzej Siewior
2025-05-03futex: Introduce futex_q_lockptr_lock()Sebastian Andrzej Siewior
2025-05-03futex: Decrease the waiter count before the unlock operationSebastian Andrzej Siewior
2025-05-03futex: Acquire a hash reference in futex_wait_multiple_setup()Sebastian Andrzej Siewior
2025-05-03futex: Create private_hash() get/put classPeter Zijlstra
2025-05-03futex: Create futex_hash() get/put classPeter Zijlstra
2025-05-03futex: Create hb scopesPeter Zijlstra
2025-05-03futex: Pull futex_hash() out of futex_q_lock()Peter Zijlstra
2025-05-03futex: Move futex_queue() into futex_wait_setup()Peter Zijlstra
2025-02-26futex: Use a hashmask instead of hashsizeSebastian Andrzej Siewior
2025-02-08Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-24futex: Pass in task to futex_queue()Jens Axboe
2025-01-12kernel: remove get_task_comm() and print task comm directlyYafang Shao
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz
2024-12-09futex: fix user access on powerpcLinus Torvalds
2024-11-25futex: improve user space accessesLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)
2024-11-07futex: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-10-17futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()Uros Bizjak
2024-10-17futex: Use atomic64_inc_return() in get_inode_sequence_number()Uros Bizjak
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal
2024-01-19futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior
2023-12-20plist: Split out plist_types.hKent Overstreet
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra
2023-11-01Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-27futex: Don't include process MM in futex key on no-MMUBen Wolsieffer
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming
2023-09-29futex: make the vectored futex operations availableJens Axboe
2023-09-29futex: make futex_parse_waitv() available as a helperJens Axboe
2023-09-29futex: add wake_data to struct futex_qJens Axboe
2023-09-29futex: abstract out a __futex_wake_mark() helperJens Axboe
2023-09-29futex: factor out the futex wake handlingJens Axboe