summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorLines
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto-4/+6
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov-9/+5
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman-0/+26
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman-5/+18
2009-09-24exec: make do_coredump() more resilient to recursive crashesNeil Horman-22/+23
2009-09-23procfs: provide stack information for threadsStefani Seibold-0/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko-0/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-3/+3
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov-25/+38
2009-08-24kernel_read: redefine offset typeMimi Zohar-2/+2
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov-2/+2
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+9
2009-05-22Merge branch 'master' into nextJames Morris-55/+25
2009-05-22integrity: path_check updateMimi Zohar-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar-57/+29
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells-5/+5
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro-47/+25
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Al Viro-9/+2
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky-3/+4
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar-13/+12
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov-4/+2
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov-9/+10
2009-04-08perf_counter: track task-comm dataPeter Zijlstra-0/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar-12/+40
2009-03-31Get rid of indirect include of fs_struct.hAl Viro-0/+1
2009-03-31check_unsafe_exec() doesn't care about signal handlers sharingAl Viro-5/+2
2009-03-31New locking/refcounting for fs_structAl Viro-5/+26
2009-03-28fix setuid sometimes doesn'tHugh Dickins-7/+3
2009-03-24Merge branch 'master' into nextJames Morris-6/+22
2009-02-12Add in_execve flag into task_struct.Kentaro Takeda-0/+3
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar-6/+22
2009-02-07CRED: Fix SUID exec regressionDavid Howells-6/+22
2009-02-06Merge branch 'master' into nextJames Morris-58/+22
2009-02-06integrity: IMA hooksMimi Zohar-0/+10
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens-1/+1
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar-62/+24
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong-2/+2
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa-0/+5
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino-14/+6
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris-0/+5
2009-01-03get rid of special-casing the /sbin/loader on alphaAl Viro-39/+0
2008-12-31kill vfs_permissionChristoph Hellwig-2/+3
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+3
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar-74/+109
2008-12-25Merge branch 'next' into for-linusJames Morris-74/+109
2008-12-16perfcounters: flush on setuid execIngo Molnar-0/+8
2008-12-12posix-timers: simplify de_thread()->exit_itimers() pathOleg Nesterov-5/+3
2008-12-09tracehook: exec double-reporting fixRoland McGrath-1/+9
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells-63/+86