aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-08futex: Prevent stale futex owner when interrupted/timeoutThomas Gleixner1-10/+41
2007-12-05futex: correctly return -EFAULT not -EINVALThomas Gleixner1-1/+1
2007-12-05futex: fix for futex_wait signal stack corruptionSteven Rostedt1-12/+13
2007-11-05kernel/futex.c: make 3 functions staticAdrian Bunk1-7/+4
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-5/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-11/+16
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-2/+2
2007-10-17change inotifyfs magic as the same magic is used for futexfsAndrey Mirkin1-1/+2
2007-10-01robust futex thread exit raceMartin Schwidefsky1-10/+16
2007-08-22futex_unlock_pi() hurts my brain and may cause application deadlockjohn stultz1-0/+1
2007-07-31futex: pass nr_wake2 to futex_wake_opAndreas Schwab1-1/+3
2007-07-19mm: fault feedback #2Nick Piggin1-8/+13
2007-07-16FUTEX: Tidy up the codeThomas Gleixner1-72/+66
2007-06-24FUTEX: Restore the dropped ERSCH fixThomas Gleixner1-8/+6
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner1-406/+9
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov1-110/+159
2007-05-09FUTEX: new PRIVATE futexesEric Dumazet1-114/+210
2007-05-09futex_requeue_pi optimizationPierre Peiffer1-54/+487
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer1-44/+45
2007-05-09futex priority based wakeupPierre Peiffer1-29/+49
2007-05-08futex: restartable futex_waitNick Piggin1-5/+51
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell1-36/+14
2007-03-16[PATCH] futex: PI state locking fixIngo Molnar1-0/+2
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner1-1/+1
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-5/+5
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-12-07[PATCH] futex: remove unneeded barrierRalf Baechle1-1/+1
2006-12-07[PATCH] futex: init error checkAkinobu Mita1-2/+8
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra1-14/+14
2006-11-03[PATCH] schedule removal of FUTEX_FDAndrew Morton1-0/+7
2006-10-10[PATCH] __user annotations: futexAl Viro1-7/+8
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-1/+1
2006-09-29[PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov1-3/+3
2006-09-29[PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov1-2/+2
2006-09-08[PATCH] Use the correct restart option for futex_lock_piThomas Gleixner1-73/+11
2006-08-27[PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE checkOleg Nesterov1-1/+1
2006-08-14[PATCH] futex_handle_fault always failsjohn stultz1-6/+10
2006-08-06[PATCH] bug in futex unqueue_meChristian Borntraeger1-0/+1
2006-07-28[PATCH] pi-futex: robust-futex exitIngo Molnar1-29/+62
2006-07-28[PATCH] pi-futex: robust-futex exit crash fixIngo Molnar1-8/+24
2006-07-10[PATCH] pi-futex: Validate futex type instead of oopsingThomas Gleixner1-0/+6
2006-07-03[PATCH] lockdep: annotate futexIngo Molnar1-10/+18
2006-07-01[PATCH] pi-futex: futex_wake() lockup fixIngo Molnar1-2/+4
2006-07-01[PATCH] pi-futex: fix mm_struct memory leakVernon Mauery1-1/+1
2006-06-27[PATCH] futex_requeue() optimizationSebastien Dugue1-5/+8
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar1-38/+791
2006-06-27[PATCH] pi-futex: futex code cleanupsIngo Molnar1-115/+130
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-03-31[PATCH] futex: check and validate timevalsThomas Gleixner1-1/+3