aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells
2011-06-15Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Linus Torvalds
2011-06-15fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko
2011-06-09exec: delay address limit change until point of no returnMathias Krause
2011-05-26coredump: add support for exe_file in core nameJiri Slaby
2011-05-26mm: extract exe_file handling from procfsJiri Slaby
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-23Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-05-13export kernel call get_task_comm().J Freyensee
2011-04-09exec: document acct_arg_size()Oleg Nesterov
2011-04-09exec: unify do_execve/compat_do_execve codeOleg Nesterov
2011-04-09exec: introduce struct user_arg_ptrOleg Nesterov
2011-04-09exec: introduce get_user_arg_ptr() helperOleg Nesterov
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo
2011-03-21Small typo fix...Holger Hans Peter Freyther
2011-03-14switch do_filp_open() to struct open_flagsAl Viro
2011-02-02vfs: sparse: add __FMODE_EXECNamhyung Kim
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov
2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov
2010-10-27exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro
2010-10-27core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-26oom: add per-mm oom disable countYing Han
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds
2010-09-10execve: make responsive to SIGKILL with large argumentsRoland McGrath
2010-09-10execve: improve interactivity with large argumentsRoland McGrath
2010-09-10setup_arg_pages: diagnose excessive argument sizeRoland McGrath
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