aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAge
* coredump: add support for exe_file in core nameJiri Slaby2011-05-26
* mm: extract exe_file handling from procfsJiri Slaby2011-05-26
* mm: mmu_gather reworkPeter Zijlstra2011-05-25
* mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2011-05-25
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-23
|\
| * export kernel call get_task_comm().J Freyensee2011-05-13
* | Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-23
|\ \
| * | exec: document acct_arg_size()Oleg Nesterov2011-04-09
| * | exec: unify do_execve/compat_do_execve codeOleg Nesterov2011-04-09
| * | exec: introduce struct user_arg_ptrOleg Nesterov2011-04-09
| * | exec: introduce get_user_arg_ptr() helperOleg Nesterov2011-04-09
| |/
* / signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-23
|/
* Small typo fix...Holger Hans Peter Freyther2011-03-21
* switch do_filp_open() to struct open_flagsAl Viro2011-03-14
* vfs: sparse: add __FMODE_EXECNamhyung Kim2011-02-02
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-15
* exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2010-11-30
* exec: make argv/envp memory visible to oom-killerOleg Nesterov2010-11-30
* exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro2010-10-27
* core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng2010-10-27
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* oom: add per-mm oom disable countYing Han2010-10-26
* Export dump_{write,seek} to binary loader modulesLinus Torvalds2010-10-14
* Un-inline the core-dump helper functionsLinus Torvalds2010-10-14
* execve: make responsive to SIGKILL with large argumentsRoland McGrath2010-09-10
* execve: improve interactivity with large argumentsRoland McGrath2010-09-10
* setup_arg_pages: diagnose excessive argument sizeRoland McGrath2010-09-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-18
|\
| * fs: fs_struct rwlock to spinlockNick Piggin2010-08-18
* | Make do_execve() take a const filename pointerDavid Howells2010-08-17
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-10
|\
| * fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-28
* | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-07
|\ \
| * | do_coredump: Do not take BKLArnd Bergmann2010-07-09
| |/
* / perf: Add non-exec mmap() trackingEric B Munson2010-06-09
|/
* exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov2010-05-27
* coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov2010-05-27
* coredump: factor out put_cred() callsOleg Nesterov2010-05-27
* coredump: cleanup "ispipe" codeOleg Nesterov2010-05-27
* coredump: factor out the not-ispipe file checksOleg Nesterov2010-05-27
* exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-27
* mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-25
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-11
* coredump: suppress uid comparison test if core output files are pipesNeil Horman2010-03-06
* coredump: set ->group_exit_code for other CLONE_VM tasks tooOleg Nesterov2010-03-06
* coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu2010-03-06
* exec: create initial stack independent of PAGE_SIZEMichael Neuling2010-03-06
* fs: use rlimit helpersJiri Slaby2010-03-06
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-06