Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
08ce5f16ee466ffc5bf243800deeecd77d9eaf50
/
kernel
/
futex.c
9dce07f
NULL noise: fs/*, mm/*, kernel/*
by Al Viro
· 17 years ago
f6d107f
Give futex init a proper name
by Benjamin Herrenschmidt
· 17 years ago
a0c1e90
futex: runtime enable pi and robust functionality
by Thomas Gleixner
· 17 years ago
3e4ab74
futex: fix init order
by Thomas Gleixner
· 17 years ago
5a7780e
hrtimer: check relative timeouts for overflow
by Thomas Gleixner
· 17 years ago
cd68998
futex: Add bitset conditional wait/wakeup functionality
by Thomas Gleixner
· 17 years ago
83e96c6
futex: Remove warn on in return fixup path
by Thomas Gleixner
· 17 years ago
3588a08
hrtimer: fix hrtimer_init_sleeper() users
by Peter Zijlstra
· 17 years ago
cdf71a1
futex: Prevent stale futex owner when interrupted/timeout
by Thomas Gleixner
· 17 years ago
cde898f
futex: correctly return -EFAULT not -EINVAL
by Thomas Gleixner
· 17 years ago
ce6bd42
futex: fix for futex_wait signal stack corruption
by Steven Rostedt
· 17 years ago
fad23fc
kernel/futex.c: make 3 functions static
by Adrian Bunk
· 17 years ago
228ebcb
Uninline find_task_by_xxx set of functions
by Pavel Emelyanov
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
fd5eea4
change inotifyfs magic as the same magic is used for futexfs
by Andrey Mirkin
· 17 years ago
9f96cb1
robust futex thread exit race
by Martin Schwidefsky
· 17 years ago
187226f
futex_unlock_pi() hurts my brain and may cause application deadlock
by john stultz
· 17 years ago
f54f098
futex: pass nr_wake2 to futex_wake_op
by Andreas Schwab
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
36cf3b5
FUTEX: Tidy up the code
by Thomas Gleixner
· 17 years ago
a06381f
FUTEX: Restore the dropped ERSCH fix
by Thomas Gleixner
· 18 years ago
bd19723
Revert "futex_requeue_pi optimization"
by Thomas Gleixner
· 18 years ago
778e9a9
pi-futex: fix exit races and locking problems
by Alexey Kuznetsov
· 18 years ago
34f01cc
FUTEX: new PRIVATE futexes
by Eric Dumazet
· 18 years ago
d0aa7a7
futex_requeue_pi optimization
by Pierre Peiffer
· 18 years ago
c19384b
Make futex_wait() use an hrtimer for timeout
by Pierre Peiffer
· 18 years ago
ec92d08
futex priority based wakeup
by Pierre Peiffer
· 18 years ago
72c1bbf
futex: restartable futex_wait
by Nick Piggin
· 18 years ago
9adef58
futex: get_futex_key, get_key_refs and drop_key_refs
by Rusty Russell
· 18 years ago
21778867
[PATCH] futex: PI state locking fix
by Ingo Molnar
· 18 years ago
c9cb2e3
[PATCH] hrtimers: namespace and enum cleanup
by Thomas Gleixner
· 18 years ago
f3a43f3
[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
ccdea2f
[PATCH] futex: remove unneeded barrier
by Ralf Baechle
· 18 years ago
95362fa
[PATCH] futex: init error check
by Akinobu Mita
· 18 years ago
4668edc
[PATCH] kernel core: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
a866374
[PATCH] mm: pagefault_{disable,enable}()
by Peter Zijlstra
· 18 years ago
19c6b6e
[PATCH] schedule removal of FUTEX_FD
by Andrew Morton
· 18 years ago
ba46df9
[PATCH] __user annotations: futex
by Al Viro
· 18 years ago
609d7fa
[PATCH] file: modify struct fown_struct to use a struct pid
by Eric W. Biederman
· 18 years ago
aaa2a97
[PATCH] sys_get_robust_list(): don't take tasklist_lock
by Oleg Nesterov
· 18 years ago
d359b54
[PATCH] futex_find_get_task(): don't take tasklist_lock
by Oleg Nesterov
· 18 years ago
c5780e9
[PATCH] Use the correct restart option for futex_lock_pi
by Thomas Gleixner
· 18 years ago
d015bae
[PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE check
by Oleg Nesterov
· 18 years ago
e579dcb
[PATCH] futex_handle_fault always fails
by john stultz
· 18 years ago
e91467e
[PATCH] bug in futex unqueue_me
by Christian Borntraeger
· 18 years ago
e3f2dde
[PATCH] pi-futex: robust-futex exit
by Ingo Molnar
· 18 years ago
627371d
[PATCH] pi-futex: robust-futex exit crash fix
by Ingo Molnar
· 18 years ago
06a9ec2
[PATCH] pi-futex: Validate futex type instead of oopsing
by Thomas Gleixner
· 18 years ago
8b8f319
[PATCH] lockdep: annotate futex
by Ingo Molnar
· 18 years ago
ed6f7b1
[PATCH] pi-futex: futex_wake() lockup fix
by Ingo Molnar
· 18 years ago
a99e4e4
[PATCH] pi-futex: fix mm_struct memory leak
by Vernon Mauery
· 18 years ago
59e0e0a
[PATCH] futex_requeue() optimization
by Sebastien Dugue
· 18 years ago
c87e283
[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support
by Ingo Molnar
· 18 years ago
e2970f2
[PATCH] pi-futex: futex code cleanups
by Ingo Molnar
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 19 years ago
9741ef96
[PATCH] futex: check and validate timevals
by Thomas Gleixner
· 19 years ago
8f17d3a
[PATCH] lightweight robust futexes updates
by Ingo Molnar
· 19 years ago
0771dfe
[PATCH] lightweight robust futexes: core
by Ingo Molnar
· 19 years ago
7ee1dd3
[PATCH] FRV: Make futex code compilable on nommu [try #2]
by David Howells
· 19 years ago
8e31108
[PATCH] Fix memory ordering problem in wake_futex()
by Andrew Morton
· 19 years ago
cc3327e
[PATCH] mm: unbloat get_futex_key
by Hugh Dickins
· 19 years ago
796f8d9
[PATCH] FUTEX_WAKE_OP: enhanced error handling
by David Gibson
· 19 years ago
deceb6c
[PATCH] mm: follow_page with inner ptlock
by Hugh Dickins
· 19 years ago
39ed3fd
[PATCH] futex: remove duplicate code
by Pekka Enberg
· 19 years ago
4732efb
[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedup
by Jakub Jelinek
· 19 years ago
7ed20e1
[PATCH] convert that currently tests _NSIG directly to use valid_signal()
by Jesper Juhl
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago