summaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko
2011-07-26do_coredump: fix the "ispipe" error checkOleg Nesterov
2011-07-26coredump: escape / in hostname and commJiri Slaby
2011-07-26coredump: use task comm instead of (unknown)Jiri Slaby
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-22ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro
2011-07-01ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...Denys Vlasenko
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo
2011-06-22ptrace: kill trivial tracehooksTejun Heo
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-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo
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