index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
/
core.c
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-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: 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-02-26
futex: Use a hashmask instead of hashsize
Sebastian Andrzej Siewior
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
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-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-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-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
2023-09-18
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
2023-09-14
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
2022-12-02
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
2022-03-21
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-12-13
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
2021-11-25
futex: Remove futex_cmpxchg detection
Arnd Bergmann
2021-10-07
futex: Split out wait/wake
Peter Zijlstra
2021-10-07
futex: Split out requeue
Peter Zijlstra
2021-10-07
futex: Rename mark_wake_futex()
Peter Zijlstra
2021-10-07
futex: Rename: match_futex()
Peter Zijlstra
2021-10-07
futex: Rename: hb_waiter_{inc,dec,pending}()
Peter Zijlstra
2021-10-07
futex: Split out PI futex
Peter Zijlstra
[next]