summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn11-29/+80
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin7-97/+75
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds185-4825/+1363
2013-02-19futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2-4/+0
2013-02-03convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro1-9/+10
2012-03-29futex: Mark get_robust_list as deprecatedKees Cook3-0/+14
2012-03-29futex: Do not leak robust list to unprivileged processKees Cook2-46/+26
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn13-45/+75
2010-11-10futex: Address compiler warnings in exit_robust_listDarren Hart2-2/+4
2010-09-18futex: Change 3rd arg of fetch_robust_entry() to unsigned int*Namhyung Kim2-2/+2
2009-12-09futex: Protect pid lookup in compat code with RCUThomas Gleixner1-3/+3
2009-08-10futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala1-2/+4
2008-11-13CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells28-204/+355
2008-11-13CRED: Separate task security context from task_structDavid Howells63-677/+832
2008-11-13CRED: Wrap task credential accesses in the core kernelDavid Howells15-52/+72
2008-03-30futex_compat __user annotationAl Viro1-1/+1
2008-02-24futex: runtime enable pi and robust functionalityThomas Gleixner3-4/+44
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner5-22/+29
2008-02-01futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner4-8/+43
2007-11-10[FUTEX] Fix address computation in compat code.David Miller1-7/+19
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov12-38/+41
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov32-144/+241
2007-10-01robust futex thread exit raceMartin Schwidefsky2-20/+34
2007-09-12futex_compat: fix list traversal bugsArnd Bergmann1-2/+2
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner5-459/+43
2007-06-01fix compat futex code for private futexesUlrich Drepper1-4/+5
2007-05-09futex_requeue_pi optimizationPierre Peiffer5-88/+540
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer3-55/+57
2006-10-10[PATCH] __user annotations: futexAl Viro4-15/+16
2006-08-06[PATCH] futex: Apply recent futex fixes to futex_compatThomas Gleixner1-3/+3
2006-07-29[PATCH] pi-futex: robust-futex exitIngo Molnar3-39/+89
2006-06-28[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar7-41/+828
2006-06-28[PATCH] pi-futex: futex code cleanupsIngo Molnar4-122/+135
2006-03-31[PATCH] futex: check and validate timevalsThomas Gleixner2-2/+6
2006-03-28[PATCH] compat_sys_futex() warning fixAndrew Morton1-1/+2
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar12-26/+24
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar6-23/+171