aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro
2012-03-20__register_binfmt() made voidAl Viro
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2012-02-06exec: fix use-after-free bug in setup_new_exec()Heiko Carstens
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2012-01-03trim fs/internal.hAl Viro
2011-10-31oom: remove oom_disable_countDavid Rientjes
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