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