summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorLines
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov-1/+2
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton-2/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-6/+7
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+56
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse-1/+1
2012-10-09exec: make de_thread() killableOleg Nesterov-2/+14
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly-0/+1
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly-644/+1
2012-09-30generic sys_execve()Al Viro-4/+34
2012-09-30generic kernel_execve()Al Viro-0/+22
2012-09-26do_coredump(): make sure that descriptor table isn't sharedAl Viro-0/+7
2012-09-26new helper: replace_fd()Al Viro-10/+1
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitAl Viro-35/+6
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro-1/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+6
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang-7/+8
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook-5/+5
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook-3/+14
2012-07-29consolidate pipe file creationAl Viro-13/+6
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer-1/+1
2012-06-20mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov-1/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds-0/+1
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov-1/+0
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro-4/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-5/+10
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+14
2012-05-16coredump: ensure the fpu state is flushed for proper multi-threaded core dumpSuresh Siddha-1/+14
2012-05-15userns: Fail exec for suid and sgid binaries with ids outside our user namesp...Eric W. Biederman-0/+5
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman-5/+5
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski-1/+9
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+4
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov-3/+4
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells-0/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-1/+1
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+3
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds-2/+2
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro-1/+1
2012-03-20__register_binfmt() made voidAl Viro-4/+2
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov-3/+1
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov-0/+3
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar-16/+2
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov-12/+2
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov-6/+2
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-16/+17
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith-3/+6
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells-2/+2