aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsGravatar Robin Holt 1-2/+0
2010-03-06coredump: suppress uid comparison test if core output files are pipesGravatar Neil Horman 1-1/+2
2010-03-06coredump: set ->group_exit_code for other CLONE_VM tasks tooGravatar Oleg Nesterov 1-4/+4
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyGravatar Masami Hiramatsu 1-4/+16
2010-03-06exec: create initial stack independent of PAGE_SIZEGravatar Michael Neuling 1-3/+1
2010-03-06fs: use rlimit helpersGravatar Jiri Slaby 1-4/+4
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueGravatar Rik van Riel 1-2/+4
2010-03-06mm: avoid false sharing of mm_counterGravatar KAMEZAWA Hiroyuki 1-0/+1
2010-02-22fs/exec.c: fix initial stack reservationGravatar Michael Neuling 1-1/+0
2010-02-11fs/exec.c: restrict initial stack space expansion to rlimitGravatar Michael Neuling 1-2/+19
2010-02-02Fix 'flush_old_exec()/setup_new_exec()' splitGravatar Linus Torvalds 1-5/+5
2010-01-29Split 'flush_old_exec' into two functionsGravatar Linus Torvalds 1-10/+16
2009-12-17mm: introduce coredump parameter structureGravatar Masami Hiramatsu 1-17/+21
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listGravatar Oleg Nesterov 1-0/+2
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commGravatar john stultz 1-0/+9
2009-12-03Merge branch 'master' into nextGravatar James Morris 1-5/+3
2009-11-12exec: setup_arg_pages() fails to return errorsGravatar Anton Blanchard 1-5/+3
2009-10-25LSM: imbed ima calls in the security hooksGravatar Mimi Zohar 1-4/+0
2009-09-24task_struct cleanup: move binfmt field to mm_structGravatar Hiroshi Shimamoto 1-4/+6
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceGravatar Oleg Nesterov 1-9/+5
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeGravatar Neil Horman 1-0/+26
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesGravatar Neil Horman 1-5/+18
2009-09-24exec: make do_coredump() more resilient to recursive crashesGravatar Neil Horman 1-22/+23
2009-09-23procfs: provide stack information for threadsGravatar Stefani Seibold 1-0/+2
2009-09-23getrusage: fill ru_maxrss valueGravatar Jiri Pirko 1-0/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-3/+3
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexGravatar Oleg Nesterov 1-25/+38
2009-08-24kernel_read: redefine offset typeGravatar Mimi Zohar 1-2/+2
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceGravatar Oleg Nesterov 1-2/+2
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