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
/
include
/
linux
/
futex.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
futex: Add mutex around futex exit
Thomas Gleixner
2019-11-20
1
-0
/
+1
*
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
2019-11-20
1
-28
/
+3
*
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2019-11-20
1
-2
/
+4
*
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
2019-11-20
1
-0
/
+33
*
futex: Move futex exit handling into futex code
Thomas Gleixner
2019-11-20
1
-13
/
+16
*
y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
2018-12-07
1
-8
/
+0
*
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
2018-04-02
1
-3
/
+10
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
futex: Allow for compiling out PI support
Nicolas Pitre
2017-08-01
1
-1
/
+6
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
Heiko Carstens
2014-03-03
1
-0
/
+4
*
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-13
1
-149
/
+1
*
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-10-08
1
-2
/
+2
|
\
|
*
futex: Fix typo in FUTEX_WAIT/WAKE_BITSET_PRIVATE definitions
Anton Blanchard
2009-10-07
1
-2
/
+2
*
|
linux/futex.h: place kernel types behind __KERNEL__
Mike Frysinger
2009-09-24
1
-5
/
+5
|
/
*
futex: remove FUTEX_REQUEUE_PI (non CMP)
Darren Hart
2009-04-30
1
-3
/
+1
*
futex: add requeue_pi functionality
Darren Hart
2009-04-06
1
-0
/
+8
*
futex: make clock selectable for FUTEX_WAIT_BITSET
Thomas Gleixner
2008-11-24
1
-1
/
+2
*
futex: rely on get_user_pages() for shared futexes
Peter Zijlstra
2008-09-30
1
-0
/
+2
*
futex: runtime enable pi and robust functionality
Thomas Gleixner
2008-02-23
1
-0
/
+1
*
futex: Add bitset conditional wait/wakeup functionality
Thomas Gleixner
2008-02-01
1
-0
/
+10
*
sched, futex: detach sched.h and futex.h
Alexey Dobriyan
2008-01-25
1
-1
/
+5
*
kernel/futex.c: make 3 functions static
Adrian Bunk
2007-11-05
1
-4
/
+0
*
Revert "futex_requeue_pi optimization"
Thomas Gleixner
2007-06-18
1
-8
/
+1
*
FUTEX: new PRIVATE futexes
Eric Dumazet
2007-05-09
1
-3
/
+26
*
futex_requeue_pi optimization
Pierre Peiffer
2007-05-09
1
-1
/
+8
*
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
2007-05-09
1
-1
/
+3
*
futex: get_futex_key, get_key_refs and drop_key_refs
Rusty Russell
2007-05-08
1
-0
/
+29
*
[PATCH] Fix noise in futex.h
David Woodhouse
2006-12-10
1
-0
/
+2
*
[PATCH] pi-futex: robust-futex exit
Ingo Molnar
2006-07-28
1
-1
/
+2
*
[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support
Ingo Molnar
2006-06-27
1
-0
/
+7
*
[PATCH] pi-futex: futex code cleanups
Ingo Molnar
2006-06-27
1
-3
/
+2
*
[PATCH] lightweight robust futexes updates 2
Ingo Molnar
2006-03-27
1
-10
/
+4
*
[PATCH] lightweight robust futexes updates
Ingo Molnar
2006-03-27
1
-1
/
+1
*
[PATCH] lightweight robust futexes: core
Ingo Molnar
2006-03-27
1
-0
/
+95
*
[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedup
Jakub Jelinek
2005-09-07
1
-5
/
+31
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+17