aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-1/+1
2025-05-03futex: Implement FUTEX2_MPOLPeter Zijlstra1-16/+100
2025-05-03futex: Implement FUTEX2_NUMAPeter Zijlstra1-17/+83
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 Siewior1-19/+271
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 Siewior1-18/+190
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 Siewior1-0/+25
2025-05-03futex: Decrease the waiter count before the unlock operationSebastian Andrzej Siewior1-1/+1
2025-05-03futex: Create private_hash() get/put classPeter Zijlstra1-0/+12
2025-05-03futex: Create futex_hash() get/put classPeter Zijlstra1-3/+3
2025-05-03futex: Create hb scopesPeter Zijlstra1-40/+43
2025-05-03futex: Pull futex_hash() out of futex_q_lock()Peter Zijlstra1-6/+1
2025-02-26futex: Use a hashmask instead of hashsizeSebastian Andrzej Siewior1-10/+11
2025-01-24futex: Pass in task to futex_queue()Jens Axboe1-2/+3
2024-11-25futex: improve user space accessesLinus Torvalds1-22/+0
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2024-11-07mm: 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-09-01fault-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 Siewior1-3/+12
2023-12-20plist: Split out plist_types.hKent Overstreet1-0/+1
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-10-27futex: Don't include process MM in futex key on no-MMUBen Wolsieffer1-1/+11
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org1-2/+5
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar1-2/+1
2023-09-14futex: Use a folio instead of a pageMatthew Wilcox (Oracle)1-34/+33
2023-08-18mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin1-2/+1
2022-12-02futex: Resend potentially swallowed owner death notificationAlexey Izbyshev1-9/+17
2022-03-21mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman1-1/+1
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-35/+0
2021-10-07futex: Split out wait/wakePeter Zijlstra1-535/+1
2021-10-07futex: Split out requeuePeter Zijlstra1-960/+6
2021-10-07futex: Rename mark_wake_futex()Peter Zijlstra1-5/+5
2021-10-07futex: Rename: match_futex()Peter Zijlstra1-12/+12
2021-10-07futex: Rename: hb_waiter_{inc,dec,pending}()Peter Zijlstra1-17/+17
2021-10-07futex: Split out PI futexPeter Zijlstra1-1404/+98
2021-10-07futex: Rename: {get,cmpxchg}_futex_value_locked()Peter Zijlstra1-15/+15
2021-10-07futex: Rename hash_futex()Peter Zijlstra1-11/+11
2021-10-07futex: Rename __unqueue_futex()Peter Zijlstra1-7/+7
2021-10-07futex: Rename: queue_{,un}lock()Peter Zijlstra1-13/+13
2021-10-07futex: Rename futex_wait_queue_me()Peter Zijlstra1-5/+5