summaryrefslogtreecommitdiffstats
path: root/kernel/futex_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+1
* compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-231-9/+10
|\
| * convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-9/+10
* | futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2013-02-191-2/+0
|/
* futex: Mark get_robust_list as deprecatedKees Cook2012-03-291-0/+2
* futex: Do not leak robust list to unprivileged processKees Cook2012-03-291-23/+13
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-1/+10
* futex: Address compiler warnings in exit_robust_listDarren Hart2010-11-101-1/+2
* futex: Change 3rd arg of fetch_robust_entry() to unsigned int*Namhyung Kim2010-09-181-1/+1
* futex: Protect pid lookup in compat code with RCUThomas Gleixner2009-12-091-3/+3
* futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala2009-08-101-2/+4
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-3/+4
* CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+3
* CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-1/+2
* futex_compat __user annotationAl Viro2008-03-301-1/+1
* futex: runtime enable pi and robust functionalityThomas Gleixner2008-02-231-0/+9
* hrtimer: check relative timeouts for overflowThomas Gleixner2008-02-141-1/+1
* futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner2008-02-011-1/+2
* [FUTEX] Fix address computation in compat code.David Miller2007-11-091-7/+19
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* robust futex thread exit raceMartin Schwidefsky2007-10-011-10/+18
* futex_compat: fix list traversal bugsArnd Bergmann2007-09-111-2/+2
* Revert "futex_requeue_pi optimization"Thomas Gleixner2007-06-181-2/+1
* fix compat futex code for private futexesUlrich Drepper2007-06-011-4/+5
* futex_requeue_pi optimizationPierre Peiffer2007-05-091-1/+2
* Make futex_wait() use an hrtimer for timeoutPierre Peiffer2007-05-091-10/+9
* [PATCH] __user annotations: futexAl Viro2006-10-101-6/+6
* [PATCH] futex: Apply recent futex fixes to futex_compatThomas Gleixner2006-08-061-3/+3
* [PATCH] pi-futex: robust-futex exitIngo Molnar2006-07-281-9/+25
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-271-3/+8
* [PATCH] pi-futex: futex code cleanupsIngo Molnar2006-06-271-2/+1
* [PATCH] futex: check and validate timevalsThomas Gleixner2006-03-311-1/+3
* [PATCH] compat_sys_futex() warning fixAndrew Morton2006-03-281-1/+2
* [PATCH] lightweight robust futexes updatesIngo Molnar2006-03-271-4/+3
* [PATCH] lightweight robust futexes: compatIngo Molnar2006-03-271-0/+142