summaryrefslogtreecommitdiff
path: root/fs/exec.c
Commit message (Expand)AuthorAge
* oom: remove oom_disable_countDavid Rientjes2011-10-31
* move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-11
* fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov2011-07-26
* exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa2011-07-26
* exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa2011-07-26
* fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-07-26
* do_coredump: fix the "ispipe" error checkOleg Nesterov2011-07-26
* coredump: escape / in hostname and commJiri Slaby2011-07-26
* coredump: use task comm instead of (unknown)Jiri Slaby2011-07-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-22
|\
| * consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-20
* | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-22
|\ \ | |/ |/|
| * ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov2011-07-22
| * ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...Denys Vlasenko2011-07-01
| * redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov2011-06-27
| * ptrace: kill clone/exec tracehooksTejun Heo2011-06-22
| * ptrace: kill trivial tracehooksTejun Heo2011-06-22
| * job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo2011-06-04
| * job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo2011-06-04
| * job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2011-06-04
* | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-17
* | Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Linus Torvalds2011-06-15
* | fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-06-15
* | exec: delay address limit change until point of no returnMathias Krause2011-06-09
|/
* 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