aboutsummaryrefslogtreecommitdiff
path: root/kernel/futex.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-215/+136
2008-12-19futex: clean up futex_(un)lock_pi fault handlingGravatar Darren Hart 1-14/+12
2008-12-18futex: rename field in futex_q to clarify single waiter semanticsGravatar Darren Hart 1-5/+6
2008-11-24futex: make clock selectable for FUTEX_WAIT_BITSETGravatar Thomas Gleixner 1-7/+17
2008-11-24Merge branch 'linus' into core/futexesGravatar Thomas Gleixner 1-4/+7
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-8/+14
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-2/+4
2008-11-14CRED: Wrap task credential accesses in the core kernelGravatar David Howells 1-3/+5
2008-09-30futex: fixup get_futex_key() for private futexesGravatar Peter Zijlstra 1-0/+1
2008-09-30futex: cleanup fsharedGravatar Peter Zijlstra 1-29/+19
2008-09-30futex: use fast_gup()Gravatar Peter Zijlstra 1-3/+1
2008-09-30futex: reduce mmap_sem usageGravatar Peter Zijlstra 1-79/+4
2008-09-30futex: rely on get_user_pages() for shared futexesGravatar Peter Zijlstra 1-82/+80
2008-09-11hrtimer: make the futex() system call use the per process slack valueGravatar Arjan van de Ven 1-1/+5
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisGravatar Arjan van de Ven 1-4/+3
2008-06-23futexes: fix fault handling in futex_lock_piGravatar Thomas Gleixner 1-20/+73
2008-05-05Removal of FUTEX_FDGravatar Eric Sesterhenn 1-170/+6
2008-04-30add hrtimer specific debugobjects codeGravatar Thomas Gleixner 1-3/+14
2008-03-30NULL noise: fs/*, mm/*, kernel/*Gravatar Al Viro 1-1/+1
2008-03-27Give futex init a proper nameGravatar Benjamin Herrenschmidt 1-2/+2
2008-02-23futex: runtime enable pi and robust functionalityGravatar Thomas Gleixner 1-4/+34
2008-02-23futex: fix init orderGravatar Thomas Gleixner 1-5/+7
2008-02-14hrtimer: check relative timeouts for overflowGravatar Thomas Gleixner 1-1/+1
2008-02-01futex: Add bitset conditional wait/wakeup functionalityGravatar Thomas Gleixner 1-7/+30
2008-02-01futex: Remove warn on in return fixup pathGravatar Thomas Gleixner 1-3/+0
2008-02-01hrtimer: fix hrtimer_init_sleeper() usersGravatar Peter Zijlstra 1-0/+2
2008-01-08futex: Prevent stale futex owner when interrupted/timeoutGravatar Thomas Gleixner 1-10/+41
2007-12-05futex: correctly return -EFAULT not -EINVALGravatar Thomas Gleixner 1-1/+1
2007-12-05futex: fix for futex_wait signal stack corruptionGravatar Steven Rostedt 1-12/+13
2007-11-05kernel/futex.c: make 3 functions staticGravatar Adrian Bunk 1-7/+4
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 1-5/+2
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-11/+16
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-2/+2
2007-10-17change inotifyfs magic as the same magic is used for futexfsGravatar Andrey Mirkin 1-1/+2
2007-10-01robust futex thread exit raceGravatar Martin Schwidefsky 1-10/+16
2007-08-22futex_unlock_pi() hurts my brain and may cause application deadlockGravatar john stultz 1-0/+1
2007-07-31futex: pass nr_wake2 to futex_wake_opGravatar Andreas Schwab 1-1/+3
2007-07-19mm: fault feedback #2Gravatar Nick Piggin 1-8/+13
2007-07-16FUTEX: Tidy up the codeGravatar Thomas Gleixner 1-72/+66
2007-06-24FUTEX: Restore the dropped ERSCH fixGravatar Thomas Gleixner 1-8/+6
2007-06-18Revert "futex_requeue_pi optimization"Gravatar Thomas Gleixner 1-406/+9
2007-06-08pi-futex: fix exit races and locking problemsGravatar Alexey Kuznetsov 1-110/+159
2007-05-09FUTEX: new PRIVATE futexesGravatar Eric Dumazet 1-114/+210
2007-05-09futex_requeue_pi optimizationGravatar Pierre Peiffer 1-54/+487
2007-05-09Make futex_wait() use an hrtimer for timeoutGravatar Pierre Peiffer 1-44/+45
2007-05-09futex priority based wakeupGravatar Pierre Peiffer 1-29/+49
2007-05-08futex: restartable futex_waitGravatar Nick Piggin 1-5/+51
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsGravatar Rusty Russell 1-36/+14
2007-03-16[PATCH] futex: PI state locking fixGravatar Ingo Molnar 1-0/+2
2007-02-16[PATCH] hrtimers: namespace and enum cleanupGravatar Thomas Gleixner 1-1/+1