index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...
Sebastian Andrzej Siewior
1
-6
/
+0
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
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-de...
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/ker...
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/ke...
Linus Torvalds
1
-5
/
+4
2025-12-02
Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...
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/ke...
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
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-05-31
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-21
futex: Correct the kernedoc return value for futex_wait_setup().
Sebastian Andrzej Siewior
1
-1
/
+2
2025-05-16
futex: Fix kernel-doc comments
Borislav Petkov (AMD)
2
-3
/
+3
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
2
-17
/
+105
2025-05-03
futex: Implement FUTEX2_NUMA
Peter Zijlstra
2
-20
/
+113
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
2
-19
/
+276
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
2
-18
/
+200
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
4
-6
/
+53
2025-05-03
futex: Decrease the waiter count before the unlock operation
Sebastian Andrzej Siewior
2
-5
/
+5
2025-05-03
futex: Acquire a hash reference in futex_wait_multiple_setup()
Sebastian Andrzej Siewior
1
-0
/
+6
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
2
-0
/
+20
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
5
-24
/
+30
[next]