summaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12exec: cleanup the error handling in search_binary_handler()Oleg Nesterov1-8/+3
2013-09-12exec: don't retry if request_module() failsOleg Nesterov1-1/+2
2013-09-12exec: cleanup the CONFIG_MODULES logicOleg Nesterov1-37/+31
2013-09-12exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov1-4/+3
2013-09-12exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov1-4/+6
2013-09-12exec: proc_exec_connector() should be called only onceOleg Nesterov1-1/+1
2013-09-12exec: kill "int depth" in search_binary_handler()Oleg Nesterov1-5/+4
2013-09-12exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov1-14/+22
2013-09-12mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-1/+1
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+2
2013-07-04fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov1-0/+1
2013-07-04fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov1-2/+1
2013-07-04fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov1-2/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+6
2013-06-29allow build_open_flags() to return an errorAl Viro1-4/+6
2013-06-26perf: Disable monitoring on setuid processes for regular usersStephane Eranian1-7/+9
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+9
2013-05-01exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-0/+3
2013-05-01set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov1-10/+0
2013-04-30mm: 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-28coredump: remove redundant defines for dumpable statesKees Cook1-5/+5
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-4/+4
2013-01-12fs/exec.c: work around icc miscompilationXi Wang1-1/+2
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+15
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+0
2012-12-21exec: do not leave bprm->interp on stackKees Cook1-0/+15
2012-12-20Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-21/+0
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-5/+5
2012-12-18exec: use -ELOOP for max recursion depthKees Cook1-5/+5
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+3
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro1-2/+2
2012-11-29get rid of pt_regs argument of search_binary_handler()Al Viro1-4/+3
2012-11-29get rid of pt_regs argument of do_execve_common()Al Viro1-4/+4
2012-11-29get rid of pt_regs argument of do_execve()Al Viro1-10/+6
2012-11-29make 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-26freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+2
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton1-2/+3
2012-10-13vfs: 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-05coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov1-1/+1
2012-10-05coredump: update coredump-related headersAlex Kelly1-0/+1
2012-10-03coredump: move core dump functionality into its own fileAlex Kelly1-644/+1
2012-10-01generic sys_execve()Al Viro1-4/+34
2012-09-30generic kernel_execve()Al Viro1-0/+22
2012-09-27do_coredump(): make sure that descriptor table isn't sharedAl Viro1-0/+7