summaryrefslogtreecommitdiff
path: root/kernel/futex_compat.c
AgeCommit message (Expand)AuthorLines
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn-1/+1
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+10
2013-02-19futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner-2/+0
2013-02-03convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro-9/+10
2012-03-29futex: Mark get_robust_list as deprecatedKees Cook-0/+2
2012-03-29futex: Do not leak robust list to unprivileged processKees Cook-23/+13
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn-1/+10
2010-11-10futex: Address compiler warnings in exit_robust_listDarren Hart-1/+2
2010-09-18futex: Change 3rd arg of fetch_robust_entry() to unsigned int*Namhyung Kim-1/+1
2009-12-09futex: Protect pid lookup in compat code with RCUThomas Gleixner-3/+3
2009-08-10futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala-2/+4
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-3/+4
2008-11-14CRED: Separate task security context from task_structDavid Howells-2/+3
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells-1/+2
2008-03-30futex_compat __user annotationAl Viro-1/+1
2008-02-23futex: runtime enable pi and robust functionalityThomas Gleixner-0/+9
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner-1/+1
2008-02-01futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner-1/+2
2007-11-09[FUTEX] Fix address computation in compat code.David Miller-7/+19
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-1/+3
2007-10-01robust futex thread exit raceMartin Schwidefsky-10/+18
2007-09-11futex_compat: fix list traversal bugsArnd Bergmann-2/+2
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner-2/+1
2007-06-01fix compat futex code for private futexesUlrich Drepper-4/+5
2007-05-09futex_requeue_pi optimizationPierre Peiffer-1/+2
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer-10/+9
2006-10-10[PATCH] __user annotations: futexAl Viro-6/+6
2006-08-06[PATCH] futex: Apply recent futex fixes to futex_compatThomas Gleixner-3/+3
2006-07-28[PATCH] pi-futex: robust-futex exitIngo Molnar-9/+25
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar-3/+8
2006-06-27[PATCH] pi-futex: futex code cleanupsIngo Molnar-2/+1
2006-03-31[PATCH] futex: check and validate timevalsThomas Gleixner-1/+3
2006-03-28[PATCH] compat_sys_futex() warning fixAndrew Morton-1/+2
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar-4/+3
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar-0/+142