index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
/
futex.h
Age
Commit message (
Expand
)
Author
Files
Lines
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