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