summaryrefslogtreecommitdiff
path: root/kernel/futex
AgeCommit message (Expand)AuthorFilesLines
2025-06-11futex: Verify under the lock if hash can be replacedSebastian Andrzej Siewior1-0/+10
2025-06-05futex: Handle invalid node numbers supplied by userPeter Zijlstra1-2/+2
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-06-01mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-1/+1
2025-05-21futex: Correct the kernedoc return value for futex_wait_setup().Sebastian Andrzej Siewior1-1/+2
2025-05-16futex: Fix kernel-doc commentsBorislav Petkov (AMD)2-3/+3
2025-05-03futex: Implement FUTEX2_MPOLPeter Zijlstra2-17/+105
2025-05-03futex: Implement FUTEX2_NUMAPeter Zijlstra2-20/+113
2025-05-03futex: Allow to make the private hash immutableSebastian Andrzej Siewior1-6/+43
2025-05-03futex: Allow to resize the private local hashSebastian Andrzej Siewior2-19/+276
2025-05-03futex: Allow automatic allocation of process wide futex hashSebastian Andrzej Siewior1-0/+11
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior2-18/+200
2025-05-03futex: Create helper function to initialize a hash slotSebastian Andrzej Siewior1-5/+9
2025-05-03futex: Introduce futex_q_lockptr_lock()Sebastian Andrzej Siewior4-6/+53
2025-05-03futex: Decrease the waiter count before the unlock operationSebastian Andrzej Siewior2-5/+5
2025-05-03futex: Acquire a hash reference in futex_wait_multiple_setup()Sebastian Andrzej Siewior1-0/+6
2025-05-03futex: Create private_hash() get/put classPeter Zijlstra2-0/+20
2025-05-03futex: Create futex_hash() get/put classPeter Zijlstra5-24/+30
2025-05-03futex: Create hb scopesPeter Zijlstra4-474/+493
2025-05-03futex: Pull futex_hash() out of futex_q_lock()Peter Zijlstra4-10/+8
2025-05-03futex: Move futex_queue() into futex_wait_setup()Peter Zijlstra3-40/+41
2025-02-26futex: Use a hashmask instead of hashsizeSebastian Andrzej Siewior1-10/+11
2025-02-08Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+14
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2025-01-24futex: Pass in task to futex_queue()Jens Axboe4-8/+14
2025-01-13kernel: remove get_task_comm() and print task comm directlyYafang Shao1-2/+1
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz1-4/+1
2024-12-09futex: fix user access on powerpcLinus Torvalds1-2/+2
2024-11-25futex: improve user space accessesLinus Torvalds2-24/+57
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2024-11-20Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+5
2024-11-08mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)1-1/+1
2024-11-07futex: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao1-3/+3
2024-10-17futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()Uros Bizjak1-2/+2
2024-10-17futex: Use atomic64_inc_return() in get_inode_sequence_number()Uros Bizjak1-1/+1
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra1-1/+5
2024-09-02fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula1-0/+1
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal1-1/+1
2024-01-19futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior2-6/+20
2023-12-21plist: Split out plist_types.hKent Overstreet3-0/+3
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-11-02Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds4-27/+63
2023-10-27futex: Don't include process MM in futex key on no-MMUBen Wolsieffer1-1/+11
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming1-1/+1
2023-09-29futex: make the vectored futex operations availableJens Axboe2-5/+10
2023-09-29futex: make futex_parse_waitv() available as a helperJens Axboe2-5/+16
2023-09-29futex: add wake_data to struct futex_qJens Axboe1-0/+2
2023-09-29futex: abstract out a __futex_wake_mark() helperJens Axboe2-11/+23
2023-09-29futex: factor out the futex wake handlingJens Axboe3-4/+10