index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
futex
/
futex.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
futex: Fix kernel-doc comments
Borislav Petkov (AMD)
1
-0
/
+1
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
1
-1
/
+5
2025-05-03
futex: Implement FUTEX2_NUMA
Peter Zijlstra
1
-3
/
+30
2025-05-03
futex: Add basic infrastructure for local task local hash
Sebastian Andrzej Siewior
1
-0
/
+10
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
1
-1
/
+2
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
1
-0
/
+8
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
1
-0
/
+7
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
1
-1
/
+1
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
1
-3
/
+3
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
1
-3
/
+8
2024-12-09
futex: fix user access on powerpc
Linus Torvalds
1
-2
/
+2
2024-11-25
futex: improve user space accesses
Linus Torvalds
1
-2
/
+57
2023-09-29
futex: make the vectored futex operations available
Jens Axboe
1
-0
/
+5
2023-09-29
futex: make futex_parse_waitv() available as a helper
Jens Axboe
1
-0
/
+5
2023-09-29
futex: add wake_data to struct futex_q
Jens Axboe
1
-0
/
+2
2023-09-29
futex: abstract out a __futex_wake_mark() helper
Jens Axboe
1
-0
/
+1
2023-09-29
futex: factor out the futex wake handling
Jens Axboe
1
-0
/
+5
2023-09-29
futex: move FUTEX2_VALID_MASK to futex.h
Jens Axboe
1
-0
/
+2
2023-09-21
futex: Add flags2 argument to futex_requeue()
peterz@infradead.org
1
-2
/
+3
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
1
-1
/
+1
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
1
-0
/
+3
2023-09-21
futex: FLAGS_STRICT
peterz@infradead.org
1
-10
/
+11
2023-09-21
futex: Validate futex value against futex size
peterz@infradead.org
1
-0
/
+10
2023-09-21
futex: Flag conversion
peterz@infradead.org
1
-3
/
+60
2022-04-07
futex: add missing rtmutex.h include
Christian König
1
-0
/
+1
2021-11-25
futex: Remove futex_cmpxchg detection
Arnd Bergmann
1
-6
/
+0
2021-10-19
futex: Fix PREEMPT_RT build
Peter Zijlstra
1
-0
/
+4
2021-10-07
futex: Implement sys_futex_waitv()
André Almeida
1
-0
/
+15
2021-10-07
futex: Simplify double_lock_hb()
Peter Zijlstra
1
-8
/
+6
2021-10-07
futex: Split out wait/wake
Peter Zijlstra
1
-0
/
+34
2021-10-07
futex: Split out requeue
Peter Zijlstra
1
-2
/
+75
2021-10-07
futex: Split out PI futex
Peter Zijlstra
1
-0
/
+117
2021-10-07
futex: Split out syscalls
Peter Zijlstra
1
-0
/
+58