index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
futex
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-05-31
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
1
-16
/
+100
2025-05-03
futex: Implement FUTEX2_NUMA
Peter Zijlstra
1
-17
/
+83
2025-05-03
futex: Allow to make the private hash immutable
Sebastian Andrzej Siewior
1
-6
/
+43
2025-05-03
futex: Allow to resize the private local hash
Sebastian Andrzej Siewior
1
-19
/
+271
2025-05-03
futex: Allow automatic allocation of process wide futex hash
Sebastian Andrzej Siewior
1
-0
/
+11
2025-05-03
futex: Add basic infrastructure for local task local hash
Sebastian Andrzej Siewior
1
-18
/
+190
2025-05-03
futex: Create helper function to initialize a hash slot
Sebastian Andrzej Siewior
1
-5
/
+9
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
1
-0
/
+25
2025-05-03
futex: Decrease the waiter count before the unlock operation
Sebastian Andrzej Siewior
1
-1
/
+1
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
1
-0
/
+12
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
1
-3
/
+3
2025-05-03
futex: Create hb scopes
Peter Zijlstra
1
-40
/
+43
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
1
-6
/
+1
2025-02-26
futex: Use a hashmask instead of hashsize
Sebastian Andrzej Siewior
1
-10
/
+11
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
1
-2
/
+3
2024-11-25
futex: improve user space accesses
Linus Torvalds
1
-22
/
+0
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-11-07
futex: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-3
/
+3
2024-10-17
futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()
Uros Bizjak
1
-2
/
+2
2024-10-17
futex: Use atomic64_inc_return() in get_inode_sequence_number()
Uros Bizjak
1
-1
/
+1
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
1
-0
/
+1
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
1
-1
/
+1
2024-01-19
futex: Prevent the reuse of stale pi_state
Sebastian Andrzej Siewior
1
-3
/
+12
2023-12-20
plist: Split out plist_types.h
Kent Overstreet
1
-0
/
+1
2023-11-15
futex: Fix hardcoded flags
Peter Zijlstra
1
-3
/
+6
2023-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
1
-1
/
+11
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
1
-2
/
+5
2023-09-18
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
1
-2
/
+1
2023-09-14
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
1
-34
/
+33
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
1
-2
/
+1
2022-12-02
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
1
-9
/
+17
2022-03-21
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-1
/
+1
2021-12-13
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
1
-1
/
+1
2021-11-25
futex: Remove futex_cmpxchg detection
Arnd Bergmann
1
-35
/
+0
2021-10-07
futex: Split out wait/wake
Peter Zijlstra
1
-535
/
+1
2021-10-07
futex: Split out requeue
Peter Zijlstra
1
-960
/
+6
2021-10-07
futex: Rename mark_wake_futex()
Peter Zijlstra
1
-5
/
+5
2021-10-07
futex: Rename: match_futex()
Peter Zijlstra
1
-12
/
+12
2021-10-07
futex: Rename: hb_waiter_{inc,dec,pending}()
Peter Zijlstra
1
-17
/
+17
2021-10-07
futex: Split out PI futex
Peter Zijlstra
1
-1404
/
+98
2021-10-07
futex: Rename: {get,cmpxchg}_futex_value_locked()
Peter Zijlstra
1
-15
/
+15
2021-10-07
futex: Rename hash_futex()
Peter Zijlstra
1
-11
/
+11
2021-10-07
futex: Rename __unqueue_futex()
Peter Zijlstra
1
-7
/
+7
2021-10-07
futex: Rename: queue_{,un}lock()
Peter Zijlstra
1
-13
/
+13
2021-10-07
futex: Rename futex_wait_queue_me()
Peter Zijlstra
1
-5
/
+5
[next]