summaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+9
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-0/+3
2013-04-30set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov1-10/+0
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins1-2/+2
2013-04-29new helper: read_code()Al Viro1-0/+9
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook1-5/+5
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2013-01-11fs/exec.c: work around icc miscompilationXi Wang1-1/+2
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+15
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+0
2012-12-20exec: do not leave bprm->interp on stackKees Cook1-0/+15
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-21/+0
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-5/+5
2012-12-17exec: use -ELOOP for max recursion depthKees Cook1-5/+5
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+3
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-2/+2
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro1-4/+3
2012-11-28get rid of pt_regs argument of do_execve_common()Al Viro1-4/+4
2012-11-28get rid of pt_regs argument of do_execve()Al Viro1-10/+6
2012-11-28make compat_do_execve() static, lose pt_regs argumentAl Viro1-6/+4
2012-11-19userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedEric W. Biederman1-6/+3
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+2
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-2/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-6/+7
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+56
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-1/+1
2012-10-09exec: make de_thread() killableOleg Nesterov1-2/+14
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov1-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+1
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly1-644/+1
2012-09-30generic sys_execve()Al Viro1-4/+34
2012-09-30generic kernel_execve()Al Viro1-0/+22
2012-09-26do_coredump(): make sure that descriptor table isn't sharedAl Viro1-0/+7
2012-09-26new helper: replace_fd()Al Viro1-10/+1
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitAl Viro1-35/+6
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-1/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/ebi...Linus Torvalds1-5/+10
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+14
2012-05-16coredump: ensure the fpu state is flushed for proper multi-threaded core dumpSuresh Siddha1-1/+14