index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-03
futex: Prevent overflow by strengthen input validation
Li Jinyue
1
-0
/
+3
2017-09-15
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
1
-1
/
+1
2017-07-18
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
1
-0
/
+2
2017-07-18
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
1
-9
/
+11
2017-03-16
futex: Move futex_init() to core_initcall
Yang Yang
1
-1
/
+1
2016-02-13
futex: Drop refcount if requeue_pi() acquired the rtmutex
Thomas Gleixner
1
-0
/
+5
2014-12-14
futex: Fix a race condition between REQUEUE_PI and task death
Brian Silverman
1
-11
/
+11
2014-11-05
futex: Unlock hb->lock in futex_wait_requeue_pi() error path
Thomas Gleixner
1
-0
/
+1
2014-06-09
futex: Make lookup_pi_state more robust
Thomas Gleixner
1
-28
/
+106
2014-06-09
futex: Always cleanup owner tid in unlock_pi
Thomas Gleixner
1
-22
/
+18
2014-06-09
futex: Validate atomic acquisition in futex_lock_pi_atomic()
Thomas Gleixner
1
-3
/
+11
2014-06-09
futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...
Thomas Gleixner
1
-0
/
+25
2014-06-09
futex: Prevent attaching to kernel threads
Thomas Gleixner
1
-0
/
+5
2014-06-09
futex: Add another early deadlock detection check
Thomas Gleixner
1
-13
/
+34
2014-01-03
futex: fix handling of read-only-mapped hugepages
Linus Torvalds
1
-1
/
+1
2013-07-27
futex: Take hugepages into account when generating futex_key
Zhang Yi
1
-1
/
+2
2012-12-06
futex: avoid wake_futex() for a PI futex_q
Darren Hart
1
-1
/
+17
2012-12-06
futex: Handle futex_pi OWNER_DIED take over correctly
Thomas Gleixner
1
-19
/
+22
2012-08-10
futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
Darren Hart
1
-5
/
+8
2012-08-10
futex: Fix bug in WARN_ON for NULL q.pi_state
Darren Hart
1
-1
/
+1
2012-08-10
futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
Darren Hart
1
-1
/
+1
2012-04-22
futex: Do not leak robust list to unprivileged process
Kees Cook
1
-23
/
+13
2012-04-02
futex: Cover all PI opcodes with cmpxchg enabled check
Thomas Gleixner
1
-6
/
+13
2011-12-31
futex: Fix uninterruptible loop due to gate_area
Hugh Dickins
1
-8
/
+20
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
1
-12
/
+42
2011-09-15
futex: Fix spelling in a source code comment
Bart Van Assche
1
-1
/
+1
2011-09-15
futex: uninitialized warning corrections
Vitaliy Ivanov
1
-4
/
+4
2011-08-04
Merge branch 'linus' into core/urgent
Ingo Molnar
1
-3
/
+3
2011-07-26
futex: Fix regression with read only mappings
Shawn Bohrer
1
-12
/
+42
2011-07-25
mm/futex: fix futex writes on archs with SW tracking of dirty & young
Benjamin Herrenschmidt
1
-2
/
+2
2011-07-08
plist: Remove the need to supply locks to plist heads
Dima Zavin
1
-1
/
+1
2011-04-15
futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup
Darren Hart
1
-1
/
+1
2011-03-25
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2011-03-25
futex: Fix WARN_ON() test for UP
Steven Rostedt
1
-2
/
+2
2011-03-23
userns: user namespaces: convert several capable() calls
Serge E. Hallyn
1
-1
/
+10
2011-03-15
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-10
/
+12
2011-03-14
futex: Deobfuscate handle_futex_death()
Thomas Gleixner
1
-3
/
+14
2011-03-12
Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g...
Thomas Gleixner
1
-17
/
+23
2011-03-11
futex,plist: Remove debug lock assignment from plist_node
Lai Jiangshan
1
-9
/
+0
2011-03-11
futex,plist: Pass the real head of the priority list to plist_del()
Lai Jiangshan
1
-8
/
+23
2011-03-11
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
1
-30
/
+15
2011-03-11
futex: Avoid redudant evaluation of task_pid_vnr()
Thomas Gleixner
1
-8
/
+8
2011-03-10
futex: Update futex_wait_setup comments about locking
Michel Lespinasse
1
-5
/
+6
2011-01-27
rtmutex: Simplify PI algorithm and make highest prio task get lock
Lai Jiangshan
1
-10
/
+12
2011-01-15
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
1
-4
/
+3
2011-01-13
thp: update futex compound knowledge
Andrea Arcangeli
1
-10
/
+45
2011-01-11
rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi()
Steven Rostedt
1
-4
/
+3
2010-11-10
futex: Add futex_q static initializer
Darren Hart
1
-15
/
+10
2010-11-10
futex: Replace fshared and clockrt with combined flags
Darren Hart
1
-76
/
+70
[next]