aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-13/+0
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro1-13/+0
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro26-85/+85
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel4-17/+26
2012-08-02um: pull interrupt_end() into userspace()Al Viro1-0/+3
2012-05-21um: Remove unused variablesRichard Weinberger1-10/+0
2012-03-25um: use the right ifdef around exports in user_syms.cAl Viro2-3/+1
2011-11-02um: unify ptrace_user.hAl Viro2-7/+5
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro2-37/+2
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro1-1/+1
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro1-5/+1
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro7-353/+1
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro1-1/+0
2011-11-02um: shared/process.h is empty now; kill itAl Viro5-5/+0
2011-11-02um: finish conversion to mcontext_tAl Viro3-4/+35
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro3-20/+18
2011-11-02um: take userland definition of barrier() to user.hAl Viro1-3/+0
2011-11-02um: fill the handlers array at build timeAl Viro3-11/+20
2011-11-02um: simplify set_handler()Al Viro3-26/+18
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro3-9/+8
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in thereAl Viro1-2/+2
2011-11-02um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro9-85/+57
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro5-35/+10
2011-11-02um: kill dead code around uaccessAl Viro2-34/+2
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro23-40/+0
2011-09-14um: Save FPU registers between task switchesIngo van Lil3-3/+27
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger3-7/+8
2011-07-25uml: free resourcesDavidlohr Bueso1-2/+4
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov1-2/+2
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger1-0/+5
2011-05-25um: fix crash while os_dump_core()Richard Weinberger1-0/+1
2011-05-25um: add earlyprintk supportRichard Weinberger1-0/+5
2011-05-25um: remove SIGHUP handlerRichard Weinberger1-1/+0
2011-05-25um: fix UML_LIB_PATHRichard Weinberger1-1/+1
2011-05-18um: fix abortRichard Weinberger1-1/+22
2010-10-26um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger1-1/+1
2010-08-09Deal with missing exports for hostfsAl Viro2-0/+19
2010-06-29um: os-linux/mem.c needs sys/stat.hLiu Aleaxander1-0/+1
2010-04-19uml: Fix build breakage after slab.h changesJan Kiszka1-1/+0
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
2009-09-20includecheck fix: um, helper.cJaswinder Singh Rajput1-1/+0
2009-04-01uml: improve error messagesWANG Cong1-4/+4
2009-03-12uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org1-1/+4
2008-12-04um: Kill directly reference of netdev->privWang Chen2-2/+2
2008-10-22x86, um: get rid of arch/um/os symlinkAl Viro1-11/+0
2008-10-22x86, um: get rid of excessive includes of uml-config.hAl Viro1-1/+0
2008-10-16uml: remove the dead TTY_LOG codeAdrian Bunk2-220/+0
2008-07-24UML: make several more things staticWANG Cong4-4/+4
2008-06-12uml: work around broken host PTRACE_SYSEMUJeff Dike1-9/+16