summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorLines
2013-09-11exec: cleanup the error handling in search_binary_handler()Oleg Nesterov-8/+3
2013-09-11exec: don't retry if request_module() failsOleg Nesterov-1/+2
2013-09-11exec: cleanup the CONFIG_MODULES logicOleg Nesterov-37/+31
2013-09-11exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov-4/+3
2013-09-11exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov-4/+6
2013-09-11exec: proc_exec_connector() should be called only onceOleg Nesterov-1/+1
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov-5/+4
2013-09-11exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov-14/+22
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov-1/+1
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds-2/+2
2013-07-03fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov-0/+1
2013-07-03fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov-2/+1
2013-07-03fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov-2/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+6
2013-06-29allow build_open_flags() to return an errorAl Viro-4/+6
2013-06-26perf: Disable monitoring on setuid processes for regular usersStephane Eranian-7/+9
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+9
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov-0/+3
2013-04-30set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov-10/+0
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins-2/+2
2013-04-29new helper: read_code()Al Viro-0/+9
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook-5/+5
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu-1/+1
2013-02-22new helper: file_inode(file)Al Viro-4/+4
2013-01-11fs/exec.c: work around icc miscompilationXi Wang-1/+2
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-0/+15
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-21/+0
2012-12-20exec: do not leave bprm->interp on stackKees Cook-0/+15
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro-21/+0
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-5/+5
2012-12-17exec: use -ELOOP for max recursion depthKees Cook-5/+5
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-6/+3
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro-2/+2
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro-4/+3
2012-11-28get rid of pt_regs argument of do_execve_common()Al Viro-4/+4
2012-11-28get rid of pt_regs argument of do_execve()Al Viro-10/+6
2012-11-28make compat_do_execve() static, lose pt_regs argumentAl Viro-6/+4
2012-11-19userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedEric W. Biederman-6/+3
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