summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/exec.c
AgeCommit message (Expand)AuthorLines
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro-1/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+0
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro-5/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-23/+2
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-4/+4
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro-23/+2
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Al Viro-19/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Al Viro-19/+5
2011-11-02um: distribute exports to where exported stuff is definedAl Viro-8/+10
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-2/+0
2010-10-19uml: kill big kernel lockArnd Bergmann-2/+0
2010-09-22uml: fix compile warningRichard Weinberger-3/+3
2010-08-17Make do_execve() take a const filename pointerDavid Howells-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2008-10-22x86, um: get rid of uml unistd.hAl Viro-0/+1
2008-10-16uml: remove the dead TTY_LOG codeAdrian Bunk-12/+0
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike-1/+1
2008-02-05uml: cover stubs with a VMAJeff Dike-2/+3
2008-02-05uml: clean up TASK_SIZE usageJeff Dike-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike-1/+2
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike-2/+2
2007-10-16uml: get rid of do_longjmpJeff Dike-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike-23/+18
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike-3/+17
2007-10-16uml: throw out CHOOSE_MODEJeff Dike-3/+2
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike-1/+0
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+1
2007-05-07uml: remove user_util.hJeff Dike-1/+0
2007-05-07uml: create as-layout.hJeff Dike-0/+1
2007-02-11[PATCH] uml: Kill a compilation warningJeff Dike-1/+1
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra-3/+4
2006-09-26[PATCH] UML: tty lockingAlan Cox-1/+3
2006-07-10[PATCH] uml: move _kern.c filesJeff Dike-0/+86