summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAgeFilesLines
* futex: correctly return -EFAULT not -EINVALThomas Gleixner2007-12-051-1/+1
* futex: fix for futex_wait signal stack corruptionSteven Rostedt2007-12-051-12/+13
* kernel/futex.c: make 3 functions staticAdrian Bunk2007-11-051-7/+4
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-5/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-11/+16
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-2/+2
* change inotifyfs magic as the same magic is used for futexfsAndrey Mirkin2007-10-171-1/+2
* robust futex thread exit raceMartin Schwidefsky2007-10-011-10/+16
* futex_unlock_pi() hurts my brain and may cause application deadlockjohn stultz2007-08-221-0/+1
* futex: pass nr_wake2 to futex_wake_opAndreas Schwab2007-07-311-1/+3
* mm: fault feedback #2Nick Piggin2007-07-191-8/+13
* FUTEX: Tidy up the codeThomas Gleixner2007-07-161-72/+66
* FUTEX: Restore the dropped ERSCH fixThomas Gleixner2007-06-241-8/+6
* Revert "futex_requeue_pi optimization"Thomas Gleixner2007-06-181-406/+9
* pi-futex: fix exit races and locking problemsAlexey Kuznetsov2007-06-081-110/+159
* FUTEX: new PRIVATE futexesEric Dumazet2007-05-091-114/+210
* futex_requeue_pi optimizationPierre Peiffer2007-05-091-54/+487
* Make futex_wait() use an hrtimer for timeoutPierre Peiffer2007-05-091-44/+45
* futex priority based wakeupPierre Peiffer2007-05-091-29/+49
* futex: restartable futex_waitNick Piggin2007-05-081-5/+51
* futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell2007-05-081-36/+14
* [PATCH] futex: PI state locking fixIngo Molnar2007-03-161-0/+2
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-1/+1
* [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-5/+5
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-1/+1
* [PATCH] futex: remove unneeded barrierRalf Baechle2006-12-071-1/+1
* [PATCH] futex: init error checkAkinobu Mita2006-12-071-2/+8
* [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-071-2/+1
* [PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra2006-12-071-14/+14
* [PATCH] schedule removal of FUTEX_FDAndrew Morton2006-11-031-0/+7
* [PATCH] __user annotations: futexAl Viro2006-10-101-7/+8
* [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-021-1/+1
* [PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov2006-09-291-3/+3
* [PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov2006-09-291-2/+2
* [PATCH] Use the correct restart option for futex_lock_piThomas Gleixner2006-09-081-73/+11
* [PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE checkOleg Nesterov2006-08-271-1/+1
* [PATCH] futex_handle_fault always failsjohn stultz2006-08-141-6/+10
* [PATCH] bug in futex unqueue_meChristian Borntraeger2006-08-061-0/+1
* [PATCH] pi-futex: robust-futex exitIngo Molnar2006-07-281-29/+62
* [PATCH] pi-futex: robust-futex exit crash fixIngo Molnar2006-07-281-8/+24
* [PATCH] pi-futex: Validate futex type instead of oopsingThomas Gleixner2006-07-101-0/+6
* [PATCH] lockdep: annotate futexIngo Molnar2006-07-031-10/+18
* [PATCH] pi-futex: futex_wake() lockup fixIngo Molnar2006-07-011-2/+4
* [PATCH] pi-futex: fix mm_struct memory leakVernon Mauery2006-07-011-1/+1
* [PATCH] futex_requeue() optimizationSebastien Dugue2006-06-271-5/+8
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-271-38/+791
* [PATCH] pi-futex: futex code cleanupsIngo Molnar2006-06-271-115/+130
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+4
* [PATCH] futex: check and validate timevalsThomas Gleixner2006-03-311-1/+3
* [PATCH] lightweight robust futexes updatesIngo Molnar2006-03-271-11/+9