aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+6
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang1-7/+8
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-5/+5
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook1-3/+14
2012-07-29consolidate pipe file creationAl Viro1-13/+6
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-1/+1
2012-06-20mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-1/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds1-0/+1
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-1/+0
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-4/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+10
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2012-05-16coredump: ensure the fpu state is flushed for proper multi-threaded core dumpSuresh Siddha1-1/+14
2012-05-15userns: Fail exec for suid and sgid binaries with ids outside our user namespace.Eric W. Biederman1-0/+5
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-5/+5
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski1-1/+9
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-3/+4
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+3
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro1-1/+1
2012-03-20__register_binfmt() made voidAl Viro1-4/+2
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-0/+3
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-16/+2
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-12/+2
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-6/+2
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-16/+17
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith1-3/+6
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-2/+2
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-2/+2
2012-02-06exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-16/+17
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+4
2012-01-03trim fs/internal.hAl Viro1-1/+1
2011-10-31oom: remove oom_disable_countDavid Rientjes1-4/+0
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-0/+17
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov1-7/+0
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa1-2/+4
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa1-0/+2
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-07-26do_coredump: fix the "ispipe" error checkOleg Nesterov1-6/+6
2011-07-26coredump: escape / in hostname and commJiri Slaby1-8/+23
2011-07-26coredump: use task comm instead of (unknown)Jiri Slaby1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+11
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-3/+24