index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
futex
Commit message (
Expand
)
Author
Age
Files
Lines
*
futex: Prevent the reuse of stale pi_state
Sebastian Andrzej Siewior
2024-01-19
2
-6
/
+20
*
plist: Split out plist_types.h
Kent Overstreet
2023-12-20
3
-0
/
+3
*
futex: Fix hardcoded flags
Peter Zijlstra
2023-11-15
1
-3
/
+6
*
Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-11-01
4
-27
/
+63
|
\
|
*
futex: make the vectored futex operations available
Jens Axboe
2023-09-29
2
-5
/
+10
|
*
futex: make futex_parse_waitv() available as a helper
Jens Axboe
2023-09-29
2
-5
/
+16
|
*
futex: add wake_data to struct futex_q
Jens Axboe
2023-09-29
1
-0
/
+2
|
*
futex: abstract out a __futex_wake_mark() helper
Jens Axboe
2023-09-29
2
-11
/
+23
|
*
futex: factor out the futex wake handling
Jens Axboe
2023-09-29
3
-4
/
+10
|
*
futex: move FUTEX2_VALID_MASK to futex.h
Jens Axboe
2023-09-29
2
-2
/
+2
*
|
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
2023-10-27
1
-1
/
+11
*
|
futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...
Li zeming
2023-10-04
1
-1
/
+1
|
/
*
futex: Add sys_futex_requeue()
peterz@infradead.org
2023-09-21
1
-0
/
+38
*
futex: Add flags2 argument to futex_requeue()
peterz@infradead.org
2023-09-21
3
-10
/
+13
*
futex: Propagate flags into get_futex_key()
peterz@infradead.org
2023-09-21
5
-15
/
+18
*
futex: Add sys_futex_wait()
peterz@infradead.org
2023-09-21
3
-55
/
+129
*
futex: FLAGS_STRICT
peterz@infradead.org
2023-09-21
3
-11
/
+15
*
futex: Add sys_futex_wake()
peterz@infradead.org
2023-09-21
1
-0
/
+30
*
futex: Validate futex value against futex size
peterz@infradead.org
2023-09-21
2
-0
/
+13
*
futex: Flag conversion
peterz@infradead.org
2023-09-21
3
-20
/
+71
*
futex: Extend the FUTEX2 flags
peterz@infradead.org
2023-09-21
1
-2
/
+7
*
futex: Clarify FUTEX2 flags
peterz@infradead.org
2023-09-21
1
-4
/
+3
*
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
2023-09-20
2
-30
/
+52
*
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
2023-09-20
1
-0
/
+11
*
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
2023-09-18
1
-2
/
+1
|
\
|
*
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
2023-08-18
1
-2
/
+1
*
|
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
2023-09-14
1
-34
/
+33
|
/
*
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-01-01
1
-4
/
+7
|
\
|
*
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
2022-12-27
1
-4
/
+7
*
|
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
2022-12-02
1
-9
/
+17
|
/
*
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
1
-4
/
+4
*
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-05-25
1
-0
/
+1
|
\
|
*
futex: add missing rtmutex.h include
Christian König
2022-04-07
1
-0
/
+1
*
|
futex: Remove a PREEMPT_RT_FULL reference.
Sebastian Andrzej Siewior
2022-05-13
1
-1
/
+1
|
/
*
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+1
|
\
|
*
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
2021-12-13
1
-1
/
+1
*
|
futex: Remove futex_cmpxchg detection
Arnd Bergmann
2021-11-25
3
-63
/
+0
|
/
*
futex: Fix PREEMPT_RT build
Peter Zijlstra
2021-10-19
1
-0
/
+4
*
futex: Implement sys_futex_waitv()
André Almeida
2021-10-07
3
-0
/
+335
*
futex: Simplify double_lock_hb()
Peter Zijlstra
2021-10-07
1
-8
/
+6
*
futex: Split out wait/wake
Peter Zijlstra
2021-10-07
4
-536
/
+543
*
futex: Split out requeue
Peter Zijlstra
2021-10-07
4
-963
/
+979
*
futex: Rename mark_wake_futex()
Peter Zijlstra
2021-10-07
1
-5
/
+5
*
futex: Rename: match_futex()
Peter Zijlstra
2021-10-07
1
-12
/
+12
*
futex: Rename: hb_waiter_{inc,dec,pending}()
Peter Zijlstra
2021-10-07
1
-17
/
+17
*
futex: Split out PI futex
Peter Zijlstra
2021-10-07
4
-1405
/
+1449
*
futex: Rename: {get,cmpxchg}_futex_value_locked()
Peter Zijlstra
2021-10-07
1
-15
/
+15
*
futex: Rename hash_futex()
Peter Zijlstra
2021-10-07
1
-11
/
+11
*
futex: Rename __unqueue_futex()
Peter Zijlstra
2021-10-07
1
-7
/
+7
[next]