summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorLines
2014-07-20Revert "um: Fix wait_stub_done() error handling"Richard Weinberger-7/+2
2014-04-20um: Memory corruption on startupAnton Ivanov-0/+6
2014-04-20um: Missing pipe handlingAnton Ivanov-0/+1
2014-04-20uml: Simplify tempdir logic.Tristan Schmelcher-297/+75
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger-0/+8
2013-09-07um: Run UML in it's own session.Richard Weinberger-0/+2
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger-5/+13
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger-0/+9
2013-09-07um: Implement probe_kernel_read()Richard Weinberger-0/+52
2013-07-19um: siginfo cleanupRichard Weinberger-9/+9
2013-07-19uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...Tristan Schmelcher-41/+189
2013-07-19um: Fix wait_stub_done() error handlingRichard Weinberger-2/+7
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker-1/+3
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker-1/+1
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich-1/+1
2013-03-11um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich-0/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+0
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro-13/+0
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-85/+85
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi-1/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel-17/+26
2012-08-02um: pull interrupt_end() into userspace()Al Viro-0/+3
2012-05-21um: Remove unused variablesRichard Weinberger-10/+0
2012-03-25um: use the right ifdef around exports in user_syms.cAl Viro-3/+1
2011-11-02um: unify ptrace_user.hAl Viro-7/+5
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro-37/+2
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro-1/+1
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro-5/+1
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro-353/+1
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro-1/+0
2011-11-02um: shared/process.h is empty now; kill itAl Viro-5/+0
2011-11-02um: finish conversion to mcontext_tAl Viro-4/+35
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro-20/+18
2011-11-02um: take userland definition of barrier() to user.hAl Viro-3/+0
2011-11-02um: fill the handlers array at build timeAl Viro-11/+20
2011-11-02um: simplify set_handler()Al Viro-26/+18
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro-9/+8
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro-2/+2
2011-11-02um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro-85/+57
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro-35/+10
2011-11-02um: kill dead code around uaccessAl Viro-34/+2
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro-40/+0
2011-09-14um: Save FPU registers between task switchesIngo van Lil-3/+27
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger-7/+8
2011-07-25uml: free resourcesDavidlohr Bueso-2/+4
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov-2/+2
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger-0/+5
2011-05-25um: fix crash while os_dump_core()Richard Weinberger-0/+1
2011-05-25um: add earlyprintk supportRichard Weinberger-0/+5
2011-05-25um: remove SIGHUP handlerRichard Weinberger-1/+0