aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-20Revert "um: Fix wait_stub_done() error handling"Richard Weinberger1-7/+2
2014-04-20um: Memory corruption on startupAnton Ivanov1-0/+6
2014-04-20um: Missing pipe handlingAnton Ivanov1-0/+1
2014-04-20uml: Simplify tempdir logic.Tristan Schmelcher1-297/+75
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger1-0/+8
2013-09-07um: Run UML in it's own session.Richard Weinberger1-0/+2
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger4-5/+13
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger1-0/+9
2013-09-07um: Implement probe_kernel_read()Richard Weinberger1-0/+52
2013-07-19um: siginfo cleanupRichard Weinberger2-9/+9
2013-07-19uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge casesTristan Schmelcher1-41/+189
2013-07-19um: Fix wait_stub_done() error handlingRichard Weinberger1-2/+7
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2-1/+3
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-1/+1
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich1-1/+1
2013-03-11um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich1-0/+2
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