aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01um: Switch printk calls to adhere to correct coding styleGravatar Benjamin Berg 1-2/+2
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPGravatar Eric W. Biederman 1-1/+1
2021-12-21um: stop polluting the namespace with registers.h contentsGravatar Al Viro 1-0/+1
2021-02-12um: remove process stub VMAGravatar Johannes Berg 1-3/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Gravatar Alex Dewar 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Gravatar Al Viro 1-1/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+0
2012-10-12x86, um: convert to saner kernel_execve() semanticsGravatar Al Viro 1-5/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-23/+2
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-4/+4
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveGravatar Al Viro 1-23/+2
2012-09-27um: don't leak floating point state and segment registers on execve()Gravatar Al Viro 1-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Gravatar Al Viro 1-19/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Gravatar Al Viro 1-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Gravatar Al Viro 1-19/+5
2011-11-02um: distribute exports to where exported stuff is definedGravatar Al Viro 1-8/+10
2011-07-25um, exec: remove redundant set_fs(USER_DS)Gravatar Mathias Krause 1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-2/+0
2010-10-19uml: kill big kernel lockGravatar Arnd Bergmann 1-2/+0
2010-09-22uml: fix compile warningGravatar Richard Weinberger 1-3/+3
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-2/+3
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-10-22x86, um: get rid of uml unistd.hGravatar Al Viro 1-0/+1
2008-10-16uml: remove the dead TTY_LOG codeGravatar Adrian Bunk 1-12/+0
2008-02-08uml: runtime host VMSPLIT detectionGravatar Jeff Dike 1-1/+1
2008-02-05uml: cover stubs with a VMAGravatar Jeff Dike 1-2/+3
2008-02-05uml: clean up TASK_SIZE usageGravatar Jeff Dike 1-1/+1
2007-10-16uml: fix stub address calculationsGravatar Jeff Dike 1-1/+2
2007-10-16uml: fold mmu_context_skas into mm_contextGravatar Jeff Dike 1-2/+2
2007-10-16uml: get rid of do_longjmpGravatar Jeff Dike 1-1/+1
2007-10-16uml: style fixes pass 3Gravatar Jeff Dike 1-23/+18
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalGravatar Jeff Dike 1-3/+17
2007-10-16uml: throw out CHOOSE_MODEGravatar Jeff Dike 1-3/+2
2007-10-16uml: throw out CONFIG_MODE_TTGravatar Jeff Dike 1-1/+0
2007-07-29Remove fs.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-07uml: remove user_util.hGravatar Jeff Dike 1-1/+0
2007-05-07uml: create as-layout.hGravatar Jeff Dike 1-0/+1
2007-02-11[PATCH] uml: Kill a compilation warningGravatar Jeff Dike 1-1/+1
2006-12-08[PATCH] tty: ->signal->tty lockingGravatar Peter Zijlstra 1-3/+4
2006-09-26[PATCH] UML: tty lockingGravatar Alan Cox 1-1/+3
2006-07-10[PATCH] uml: move _kern.c filesGravatar Jeff Dike 1-0/+86