aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+9
2009-05-22Merge branch 'master' into nextGravatar James Morris 1-55/+25
2009-05-22integrity: path_check updateGravatar Mimi Zohar 1-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreGravatar Ingo Molnar 1-57/+29
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceGravatar David Howells 1-5/+5
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Gravatar Al Viro 1-47/+25
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Gravatar Al Viro 1-9/+2
2009-05-02alpha: binfmt_aout fixGravatar Ivan Kokshaysky 1-3/+4
2009-04-29Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 1-13/+12
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Gravatar Oleg Nesterov 1-4/+2
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadGravatar Oleg Nesterov 1-9/+10
2009-04-08perf_counter: track task-comm dataGravatar Peter Zijlstra 1-0/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Gravatar Ingo Molnar 1-12/+40
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-31check_unsafe_exec() doesn't care about signal handlers sharingGravatar Al Viro 1-5/+2
2009-03-31New locking/refcounting for fs_structGravatar Al Viro 1-5/+26
2009-03-28fix setuid sometimes doesn'tGravatar Hugh Dickins 1-7/+3
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-6/+22
2009-02-12Add in_execve flag into task_struct.Gravatar Kentaro Takeda 1-0/+3
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreGravatar Ingo Molnar 1-6/+22
2009-02-07CRED: Fix SUID exec regressionGravatar David Howells 1-6/+22
2009-02-06Merge branch 'master' into nextGravatar James Morris 1-58/+22
2009-02-06integrity: IMA hooksGravatar Mimi Zohar 1-0/+10
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreGravatar Ingo Molnar 1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 27Gravatar Heiko Carstens 1-1/+1
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreGravatar Ingo Molnar 1-62/+24
2009-01-06fs/exec.c: make do_coredump() voidGravatar WANG Cong 1-2/+2
2009-01-06do_coredump(): check return from argv_split()Gravatar Tetsuo Handa 1-0/+5
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingGravatar Luiz Fernando N. Capitulino 1-14/+6
2009-01-05sys_execve and sys_uselib do not call into fsnotifyGravatar Eric Paris 1-0/+5
2009-01-03get rid of special-casing the /sbin/loader on alphaGravatar Al Viro 1-39/+0
2008-12-31kill vfs_permissionGravatar Christoph Hellwig 1-2/+3
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+3
2008-12-29Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 1-74/+109
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 1-74/+109
2008-12-16perfcounters: flush on setuid execGravatar Ingo Molnar 1-0/+8
2008-12-12posix-timers: simplify de_thread()->exit_itimers() pathGravatar Oleg Nesterov 1-5/+3
2008-12-09tracehook: exec double-reporting fixGravatar Roland McGrath 1-1/+9
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-63/+86
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-10/+21
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-2/+3
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-2/+2
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-9/+9
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedGravatar Oleg Nesterov 1-4/+3
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 1-6/+3
2008-10-16pid_ns: de_thread: kill the now unneeded ->child_reaper changeGravatar Oleg Nesterov 1-2/+0
2008-10-16alpha: introduce field 'taso' into struct linux_binprmGravatar Kirill A. Shutemov 1-1/+1
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingGravatar Jason Baron 1-1/+1
2008-10-17remove CONFIG_KMOD from fsGravatar Johannes Berg 1-6/+3
2008-09-29mm owner: fix race between swapoff and exitGravatar Balbir Singh 1-1/+1