aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2011-06-23exec: delay address limit change until point of no returnMathias Krause
2011-04-14exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov
2011-04-14exec: make argv/envp memory visible to oom-killerOleg Nesterov
2011-01-07install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-10-28execve: make responsive to SIGKILL with large argumentsRoland McGrath
2010-10-28execve: improve interactivity with large argumentsRoland McGrath
2010-10-28setup_arg_pages: diagnose excessive argument sizeRoland McGrath
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-04-01coredump: suppress uid comparison test if core output files are pipesNeil Horman
2010-03-15fs/exec.c: fix initial stack reservationMichael Neuling
2010-02-23fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling
2010-02-09Fix 'flush_old_exec()/setup_new_exec()' splitLinus Torvalds
2010-02-09Split 'flush_old_exec' into two functionsLinus Torvalds
2009-11-12exec: setup_arg_pages() fails to return errorsAnton Blanchard
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman
2009-09-24exec: make do_coredump() more resilient to recursive crashesNeil Horman
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov
2009-08-24kernel_read: redefine offset typeMimi Zohar
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-05-22Merge branch 'master' into nextJames Morris
2009-05-22integrity: path_check updateMimi Zohar
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Al Viro
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov
2009-04-08perf_counter: track task-comm dataPeter Zijlstra
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31check_unsafe_exec() doesn't care about signal handlers sharingAl Viro
2009-03-31New locking/refcounting for fs_structAl Viro
2009-03-28fix setuid sometimes doesn'tHugh Dickins
2009-03-24Merge branch 'master' into nextJames Morris
2009-02-12Add in_execve flag into task_struct.Kentaro Takeda
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar
2009-02-07CRED: Fix SUID exec regressionDavid Howells
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06integrity: IMA hooksMimi Zohar
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens