summaryrefslogtreecommitdiff
path: root/kernel/futex/core.c
AgeCommit message (Expand)Author
2025-07-11futex: Remove support for IMMUTABLESebastian Andrzej Siewior
2025-07-11futex: Make futex_private_hash_get() staticSebastian Andrzej Siewior
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra
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-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: 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-02-26futex: Use a hashmask instead of hashsizeSebastian Andrzej Siewior
2025-01-24futex: Pass in task to futex_queue()Jens Axboe
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-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-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-10-27futex: Don't include process MM in futex key on no-MMUBen Wolsieffer
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar
2023-09-14futex: Use a folio instead of a pageMatthew Wilcox (Oracle)
2023-08-18mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin
2022-12-02futex: Resend potentially swallowed owner death notificationAlexey Izbyshev
2022-03-21mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann
2021-10-07futex: Split out wait/wakePeter Zijlstra
2021-10-07futex: Split out requeuePeter Zijlstra
2021-10-07futex: Rename mark_wake_futex()Peter Zijlstra
2021-10-07futex: Rename: match_futex()Peter Zijlstra
2021-10-07futex: Rename: hb_waiter_{inc,dec,pending}()Peter Zijlstra
2021-10-07futex: Split out PI futexPeter Zijlstra