summaryrefslogtreecommitdiffstats
path: root/fs/exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-12/+40
|\
| * Get rid of indirect include of fs_struct.hAl Viro2009-04-011-0/+1
| * check_unsafe_exec() doesn't care about signal handlers sharingAl Viro2009-04-011-5/+2
| * New locking/refcounting for fs_structAl Viro2009-04-011-5/+26
| * fix setuid sometimes doesn'tHugh Dickins2009-03-291-7/+3
| * Merge branch 'master' into nextJames Morris2009-03-241-6/+22
| |\
| * | Add in_execve flag into task_struct.Kentaro Takeda2009-02-121-0/+3
| * | Merge branch 'master' into nextJames Morris2009-02-061-58/+22
| |\ \
| * | | integrity: IMA hooksMimi Zohar2009-02-051-0/+10
* | | | Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-6/+22
|\ \ \ \ | | |_|/ | |/| |
| * | | CRED: Fix SUID exec regressionDavid Howells2009-02-061-6/+22
| | |/ | |/|
* | | Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-211-1/+1
|\| |
| * | [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-141-1/+1
* | | Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-111-62/+24
|\| |
| * | fs/exec.c: make do_coredump() voidWANG Cong2009-01-071-2/+2
| * | do_coredump(): check return from argv_split()Tetsuo Handa2009-01-071-0/+5
| * | fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino2009-01-071-14/+6
| * | sys_execve and sys_uselib do not call into fsnotifyEric Paris2009-01-051-0/+5
| * | get rid of special-casing the /sbin/loader on alphaAl Viro2009-01-031-39/+0
| * | kill vfs_permissionChristoph Hellwig2009-01-011-2/+3
| |/
| * Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-5/+3
| |\
| | * posix-timers: simplify de_thread()->exit_itimers() pathOleg Nesterov2008-12-121-5/+3
* | | Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-291-74/+109
|\| |
| * | Merge branch 'next' into for-linusJames Morris2008-12-251-74/+109
| |\ \ | | |/ | |/|
| | * CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-63/+86
| | * CRED: Inaugurate COW credentialsDavid Howells2008-11-141-10/+21
| | * CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-2/+3
| | * CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
| | * CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-141-9/+9
* | | perfcounters: flush on setuid execIngo Molnar2008-12-161-0/+8
|/ /
* / tracehook: exec double-reporting fixRoland McGrath2008-12-101-1/+9
|/
* coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov2008-10-201-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-161-6/+3
|\
| * remove CONFIG_KMOD from fsJohannes Berg2008-10-161-6/+3
* | pid_ns: de_thread: kill the now unneeded ->child_reaper changeOleg Nesterov2008-10-161-2/+0
* | alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov2008-10-161-1/+1
* | exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron2008-10-161-1/+1
|/
* mm owner: fix race between swapoff and exitBalbir Singh2008-09-291-1/+1
* exec: include pagemap.h again to fix buildHugh Dickins2008-07-291-0/+1
* [PATCH] get rid of __user_path_lookup_openAl Viro2008-07-271-4/+10
* [PATCH] take noexec checks to very few callers that careAl Viro2008-07-271-0/+7
* Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig2008-07-271-28/+30
* [PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro2008-07-271-2/+2
* tracehook: execRoland McGrath2008-07-261-8/+4
* coredump: format_corename: fix the "core_uses_pid" logicOleg Nesterov2008-07-251-8/+5
* coredump: kill mm->core_doneOleg Nesterov2008-07-251-3/+22
* coredump: construct the list of coredumping threads at startup timeOleg Nesterov2008-07-251-0/+2
* coredump: make mm->core_state visible to ->core_dump()Oleg Nesterov2008-07-251-7/+7
* coredump: turn core_state->nr_threads into atomic_tOleg Nesterov2008-07-251-1/+1
* coredump: simplify core_state->nr_threads calculationOleg Nesterov2008-07-251-17/+16