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
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Merge tag 'locking-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-58
/
+167
13 days
futex: Fix might_sleep() warning in futex_pivot_pending()
Peter Zijlstra
1
-1
/
+26
2026-08-18
Merge tag 'locking-futex-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2026-08-18
Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-22
/
+36
2026-08-16
futex: Fix race on the initial mm->futex.phash.ref allocation
Hyunwoo Kim
1
-6
/
+10
2026-08-16
futex: Clean up the redundant exit/exec functions
Thomas Gleixner
1
-20
/
+17
2026-08-16
futex/pi: Plug private futex exec() race
Thomas Gleixner
2
-23
/
+53
2026-08-10
futex: Sanitize and document task_struct::futex::state transitions
Thomas Gleixner
2
-40
/
+73
2026-08-10
futex/pi: Reject cross-mm private futex owners
Kyle Zeng
1
-0
/
+20
2026-08-08
futex: Tell kmemleak we're not leaking __futex_queues
Peter Zijlstra
1
-0
/
+2
2026-08-07
futex: Fix race in futex_pivot_pending() during private hash resize
Yao Kai
1
-3
/
+4
2026-08-04
futex: Avoid private hash use-after-free on final put
Felix Hoffmann
1
-2
/
+8
2026-08-02
futex: Prevent robust futex exit race some more
Keno Fischer
1
-27
/
+58
2026-07-29
futex: Optimise the size check get_futex_key()
Sebastian Andrzej Siewior
1
-1
/
+1
2026-07-29
futex: Use runtime constants for __futex_hash() hot path
Peter Zijlstra
1
-19
/
+25
2026-07-05
futex: Remove unnecessary NULL check before kvfree()
Vasileios Almpanis
1
-2
/
+1
2026-07-02
futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on self-deadlock""
Sebastian Andrzej Siewior
1
-6
/
+0
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-290
/
+387
2026-06-11
futex: Optimize futex hash bucket access patterns
Peter Zijlstra
5
-119
/
+87
2026-06-03
futex: Provide infrastructure to plug the non contended robust futex unlock race
Thomas Gleixner
1
-0
/
+18
2026-06-03
futex: Add robust futex unlock IP range
Thomas Gleixner
1
-9
/
+37
2026-06-03
futex: Add support for unlocking robust futexes
Thomas Gleixner
5
-11
/
+115
2026-06-03
futex: Provide UABI defines for robust list entry modifiers
Thomas Gleixner
1
-28
/
+25
2026-06-03
futex: Move futex related mm_struct data into a struct
Thomas Gleixner
1
-72
/
+61
2026-06-03
futex: Make futex_mm_init() void
Thomas Gleixner
1
-2
/
+1
2026-06-03
futex: Move futex task related data into a struct
Thomas Gleixner
3
-57
/
+51
2026-06-02
futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock
Ji'an Zhou
1
-0
/
+6
2026-04-29
futex: Prevent lockup in requeue-PI during signal/ timeout wakeup
Sebastian Andrzej Siewior
1
-4
/
+9
2026-04-14
Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-6
/
+35
2026-03-28
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
1
-1
/
+2
2026-03-26
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
Hao-Yu Yang
1
-1
/
+1
2026-03-26
futex: Require sys_futex_requeue() to have identical flags
Peter Zijlstra
1
-0
/
+8
2026-03-16
futex: Convert to compiler context analysis
Peter Zijlstra
5
-6
/
+35
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-2
/
+2
2025-12-10
Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+4
2025-12-02
Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-57
/
+5
2025-11-14
futex: Store time as ktime_t in restart block
Thomas Weißschuh
1
-5
/
+4
2025-11-06
futex: Optimize per-cpu reference counting
Peter Zijlstra
1
-6
/
+6
2025-11-04
futex: Convert to get/put_user_inline()
Thomas Gleixner
2
-57
/
+5
2025-09-30
Merge tag 'locking-futex-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-50
/
+56
2025-09-20
futex: Don't leak robust_list pointer on exec race
Pranav Tyagi
1
-50
/
+56
2025-09-20
futex: Prevent use-after-free during requeue-PI
Sebastian Andrzej Siewior
1
-2
/
+4
2025-08-31
futex: Move futex_hash_free() back to __mmput()
Sebastian Andrzej Siewior
1
-4
/
+12
2025-08-11
futex: Use user_write_access_begin/_end() in futex_put_value()
Waiman Long
1
-3
/
+3
2025-07-11
futex: Remove support for IMMUTABLE
Sebastian Andrzej Siewior
1
-33
/
+3
2025-07-11
futex: Make futex_private_hash_get() static
Sebastian Andrzej Siewior
2
-3
/
+1
2025-07-11
futex: Use RCU-based per-CPU reference counting instead of rcuref_t
Peter Zijlstra
1
-17
/
+226
2025-06-11
futex: Verify under the lock if hash can be replaced
Sebastian Andrzej Siewior
1
-0
/
+10
2025-06-05
futex: Handle invalid node numbers supplied by user
Peter Zijlstra
1
-2
/
+2
[next]