aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingGravatar Al Viro 1-3/+11
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringGravatar David Howells 1-1/+1
2011-06-15Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Gravatar Linus Torvalds 1-1/+1
2011-06-15fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPGravatar Michal Hocko 1-1/+1
2011-06-09exec: delay address limit change until point of no returnGravatar Mathias Krause 1-4/+1
2011-05-26coredump: add support for exe_file in core nameGravatar Jiri Slaby 1-0/+38
2011-05-26mm: extract exe_file handling from procfsGravatar Jiri Slaby 1-1/+0
2011-05-25mm: mmu_gather reworkGravatar Peter Zijlstra 1-5/+5
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Gravatar Michal Hocko 1-1/+1
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2011-05-23Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-25/+100
2011-05-13export kernel call get_task_comm().Gravatar J Freyensee 1-0/+1
2011-04-09exec: document acct_arg_size()Gravatar Oleg Nesterov 1-1/+6
2011-04-09exec: unify do_execve/compat_do_execve codeGravatar Oleg Nesterov 1-12/+50
2011-04-09exec: introduce struct user_arg_ptrGravatar Oleg Nesterov 1-12/+30
2011-04-09exec: introduce get_user_arg_ptr() helperGravatar Oleg Nesterov 1-11/+25
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopGravatar Tejun Heo 1-0/+1
2011-03-21Small typo fix...Gravatar Holger Hans Peter Freyther 1-1/+1
2011-03-14switch do_filp_open() to struct open_flagsGravatar Al Viro 1-6/+12
2011-02-02vfs: sparse: add __FMODE_EXECGravatar Namhyung Kim 1-2/+2
2010-12-15install_special_mapping skips security_file_mmap check.Gravatar Tavis Ormandy 1-0/+5
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsGravatar Oleg Nesterov 1-4/+4
2010-11-30exec: make argv/envp memory visible to oom-killerGravatar Oleg Nesterov 1-2/+30
2010-10-27exec: don't turn PF_KTHREAD off when a target command was not foundGravatar KOSAKI Motohiro 1-2/+1
2010-10-27core_pattern: fix truncation by core_pattern handler with long parametersGravatar Xiaotian Feng 1-60/+95
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structGravatar KOSAKI Motohiro 1-5/+5
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 1-0/+5
2010-10-14Export dump_{write,seek} to binary loader modulesGravatar Linus Torvalds 1-0/+2
2010-10-14Un-inline the core-dump helper functionsGravatar Linus Torvalds 1-0/+38
2010-09-10execve: make responsive to SIGKILL with large argumentsGravatar Roland McGrath 1-0/+7
2010-09-10execve: improve interactivity with large argumentsGravatar Roland McGrath 1-0/+2
2010-09-10setup_arg_pages: diagnose excessive argument sizeGravatar Roland McGrath 1-0/+5
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2010-08-18fs: fs_struct rwlock to spinlockGravatar Nick Piggin 1-2/+2
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-10/+11
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-2/+2
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Gravatar Linus Torvalds 1-7/+0
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeGravatar Eric Paris 1-2/+2
2010-07-10do_coredump: Do not take BKLGravatar Arnd Bergmann 1-7/+0
2010-06-09perf: Add non-exec mmap() trackingGravatar Eric B Munson 1-0/+1
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationGravatar Oleg Nesterov 1-6/+5
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Gravatar Oleg Nesterov 1-12/+7
2010-05-27coredump: factor out put_cred() callsGravatar Oleg Nesterov 1-10/+6
2010-05-27coredump: cleanup "ispipe" codeGravatar Oleg Nesterov 1-22/+17
2010-05-27coredump: factor out the not-ispipe file checksGravatar Oleg Nesterov 1-32/+31
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Gravatar Neil Horman 1-7/+56
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Gravatar Mel Gorman 1-1/+6
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