aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-07-10do_coredump: Do not take BKLArnd Bergmann
2010-06-09perf: Add non-exec mmap() trackingEric B Munson
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov
2010-05-27coredump: factor out put_cred() callsOleg Nesterov
2010-05-27coredump: cleanup "ispipe" codeOleg Nesterov
2010-05-27coredump: factor out the not-ispipe file checksOleg Nesterov
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-03-06coredump: suppress uid comparison test if core output files are pipesNeil Horman
2010-03-06coredump: set ->group_exit_code for other CLONE_VM tasks tooOleg Nesterov
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu
2010-03-06exec: create initial stack independent of PAGE_SIZEMichael Neuling
2010-03-06fs: use rlimit helpersJiri Slaby
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-02-22fs/exec.c: fix initial stack reservationMichael Neuling
2010-02-11fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling
2010-02-02Fix 'flush_old_exec()/setup_new_exec()' splitLinus Torvalds
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz
2009-12-03Merge branch 'master' into nextJames Morris
2009-11-12exec: setup_arg_pages() fails to return errorsAnton Blanchard
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar
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