aboutsummaryrefslogtreecommitdiff
path: root/kernel/futex.c
AgeCommit message (Expand)Author
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-19futex: clean up futex_(un)lock_pi fault handlingDarren Hart
2008-12-18futex: rename field in futex_q to clarify single waiter semanticsDarren Hart
2008-11-24futex: make clock selectable for FUTEX_WAIT_BITSETThomas Gleixner
2008-11-24Merge branch 'linus' into core/futexesThomas Gleixner
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-09-30futex: fixup get_futex_key() for private futexesPeter Zijlstra
2008-09-30futex: cleanup fsharedPeter Zijlstra
2008-09-30futex: use fast_gup()Peter Zijlstra
2008-09-30futex: reduce mmap_sem usagePeter Zijlstra
2008-09-30futex: rely on get_user_pages() for shared futexesPeter Zijlstra
2008-09-11hrtimer: make the futex() system call use the per process slack valueArjan van de Ven
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven
2008-06-23futexes: fix fault handling in futex_lock_piThomas Gleixner
2008-05-05Removal of FUTEX_FDEric Sesterhenn
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro
2008-03-27Give futex init a proper nameBenjamin Herrenschmidt
2008-02-23futex: runtime enable pi and robust functionalityThomas Gleixner
2008-02-23futex: fix init orderThomas Gleixner
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner
2008-02-01futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner
2008-02-01futex: Remove warn on in return fixup pathThomas Gleixner
2008-02-01hrtimer: fix hrtimer_init_sleeper() usersPeter Zijlstra
2008-01-08futex: Prevent stale futex owner when interrupted/timeoutThomas Gleixner
2007-12-05futex: correctly return -EFAULT not -EINVALThomas Gleixner
2007-12-05futex: fix for futex_wait signal stack corruptionSteven Rostedt
2007-11-05kernel/futex.c: make 3 functions staticAdrian Bunk
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-17change inotifyfs magic as the same magic is used for futexfsAndrey Mirkin
2007-10-01robust futex thread exit raceMartin Schwidefsky
2007-08-22futex_unlock_pi() hurts my brain and may cause application deadlockjohn stultz
2007-07-31futex: pass nr_wake2 to futex_wake_opAndreas Schwab
2007-07-19mm: fault feedback #2Nick Piggin
2007-07-16FUTEX: Tidy up the codeThomas Gleixner
2007-06-24FUTEX: Restore the dropped ERSCH fixThomas Gleixner
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov
2007-05-09FUTEX: new PRIVATE futexesEric Dumazet
2007-05-09futex_requeue_pi optimizationPierre Peiffer
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer
2007-05-09futex priority based wakeupPierre Peiffer
2007-05-08futex: restartable futex_waitNick Piggin
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell
2007-03-16[PATCH] futex: PI state locking fixIngo Molnar
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner