aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-13futex: remove the pointer math from double_unlock_hb, fixIngo Molnar1-1/+2
2009-03-13futex: remove the pointer math from double_unlock_hbDarren Hart1-8/+2
2009-03-12futex: clean up fault logicDarren Hart1-90/+36
2009-03-12futex: unlock before returning -EFAULTDarren Hart1-0/+7
2009-03-12futex: use current->time_slack_ns for rt tasks tooDarren Hart1-5/+2
2009-03-12futex: add double_unlock_hb()Darren Hart1-12/+17
2009-03-12futex: additional (get|put)_futex_key() fixesDarren Hart1-5/+11
2009-03-12futex: update futex commentaryDarren Hart1-19/+14
2009-02-11futex: fix reference leakPeter Zijlstra1-25/+28
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens1-6/+5
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens1-3/+3
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgentIngo Molnar1-32/+40
2009-01-02futex: catch certain assymetric (get|put)_futex_key callsDarren Hart1-1/+4
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-215/+136
2008-12-30futex: make futex_(get|put)_key() calls symmetricDarren Hart1-31/+36
2008-12-19futex: clean up futex_(un)lock_pi fault handlingDarren Hart1-14/+12
2008-12-18futex: rename field in futex_q to clarify single waiter semanticsDarren Hart1-5/+6
2008-11-24futex: make clock selectable for FUTEX_WAIT_BITSETThomas Gleixner1-7/+17
2008-11-24Merge branch 'linus' into core/futexesThomas Gleixner1-4/+7
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+14
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+4
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-3/+5
2008-09-30futex: fixup get_futex_key() for private futexesPeter Zijlstra1-0/+1
2008-09-30futex: cleanup fsharedPeter Zijlstra1-29/+19
2008-09-30futex: use fast_gup()Peter Zijlstra1-3/+1
2008-09-30futex: reduce mmap_sem usagePeter Zijlstra1-79/+4
2008-09-30futex: rely on get_user_pages() for shared futexesPeter Zijlstra1-82/+80
2008-09-11hrtimer: make the futex() system call use the per process slack valueArjan van de Ven1-1/+5
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven1-4/+3
2008-06-23futexes: fix fault handling in futex_lock_piThomas Gleixner1-20/+73
2008-05-05Removal of FUTEX_FDEric Sesterhenn1-170/+6
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner1-3/+14
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro1-1/+1
2008-03-27Give futex init a proper nameBenjamin Herrenschmidt1-2/+2
2008-02-23futex: runtime enable pi and robust functionalityThomas Gleixner1-4/+34
2008-02-23futex: fix init orderThomas Gleixner1-5/+7
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner1-1/+1
2008-02-01futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner1-7/+30
2008-02-01futex: Remove warn on in return fixup pathThomas Gleixner1-3/+0
2008-02-01hrtimer: fix hrtimer_init_sleeper() usersPeter Zijlstra1-0/+2
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