summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorLines
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer-1/+30
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer-2/+8
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu-14/+14
2017-07-05um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu-0/+9
2017-07-05um: Use os_info for the messages on normal pathMasami Hiramatsu-23/+24
2017-07-05um: Add os_info() for pre-boot information messagesMasami Hiramatsu-0/+25
2017-07-05um: Use printk instead of printf in make_uml_dirMasami Hiramatsu-4/+7
2017-05-04um: Add missing NR_CPUS includeRichard Weinberger-0/+1
2017-05-03um: Set number of CPUsNikola Kotur-3/+0
2016-08-04um: Support kcovVegard Nossum-0/+3
2016-08-04um: Fix possible deadlock in sig_handler_common()Richard Weinberger-2/+3
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper-8/+20
2016-01-10um: Use race-free temporary file creationMickaël Salaün-0/+11
2016-01-10um: Do not set unsecure permission for temporary fileMickaël Salaün-6/+0
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün-7/+0
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov-0/+19
2016-01-10um: Prevent IRQ handler reentrancyAnton Ivanov-1/+15
2016-01-10uml: flush stdout before forkingVegard Nossum-0/+2
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov-181/+168
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger-3/+7
2015-10-19um: Fix waitpid() usage in helper codeRichard Weinberger-3/+3
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-13/+16
2015-06-25um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse-0/+1
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse-3/+3
2015-06-25um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse-3/+5
2015-05-31um/os-Linux: Use char[] for syscall_stub declarationsNicolas Iooss-7/+7
2015-05-24um,ethertap: use strncpyAlan-1/+1
2015-04-13um: Move uml_postsetup in the init_thread stackThomas Meyer-1/+1
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger-408/+62
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