summaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2015-02-13mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-09-11exec: cleanup the error handling in search_binary_handler()Oleg Nesterov
2013-09-11exec: don't retry if request_module() failsOleg Nesterov
2013-09-11exec: cleanup the CONFIG_MODULES logicOleg Nesterov
2013-09-11exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov
2013-09-11exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov
2013-09-11exec: proc_exec_connector() should be called only onceOleg Nesterov
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov
2013-09-11exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-07-03fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov
2013-07-03fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov
2013-07-03fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29allow build_open_flags() to return an errorAl Viro
2013-06-26perf: Disable monitoring on setuid processes for regular usersStephane Eranian
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-05-01set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins
2013-04-29new helper: read_code()Al Viro
2013-02-28coredump: remove redundant defines for dumpable statesKees Cook
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu
2013-02-23new helper: file_inode(file)Al Viro
2013-01-11fs/exec.c: work around icc miscompilationXi Wang
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-21exec: do not leave bprm->interp on stackKees Cook
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-18exec: use -ELOOP for max recursion depthKees Cook
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-29get rid of pt_regs argument of search_binary_handler()Al Viro
2012-11-29get rid of pt_regs argument of do_execve_common()Al Viro
2012-11-29get rid of pt_regs argument of do_execve()Al Viro
2012-11-29make compat_do_execve() static, lose pt_regs argumentAl Viro
2012-11-19userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedEric W. Biederman
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-13vfs: define struct filename and have getname() return itJeff Layton
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse
2012-10-08exec: make de_thread() killableOleg Nesterov