| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | um: remove uml initcalls | Alexander Pateenok | 2018-06-10 | 1 | -12/+0 |
* | um: Compile with modern headers | Jason A. Donenfeld | 2018-03-29 | 2 | -0/+2 |
* | Epoll based IRQ controller | Anton Ivanov | 2018-02-19 | 1 | -95/+107 |
* | um: Use POSIX ucontext_t instead of struct ucontext | Krzysztof Mazur | 2018-02-19 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | um: return negative in tuntap_open_tramp() | Dan Carpenter | 2017-09-13 | 1 | -1/+1 |
* | Fix minor typos and grammar in UML start_up help | James Pack | 2017-09-13 | 1 | -3/+3 |
* | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer | 2017-09-13 | 1 | -9/+8 |
* | um: Add kerneldoc for userspace_tramp() and start_userspace() | Thomas Meyer | 2017-07-07 | 1 | -1/+30 |
* | um: userspace - be more verbose in ptrace set regs error | Thomas Meyer | 2017-07-07 | 1 | -2/+8 |
* | um: Use os_warn to print out pre-boot warning/error messages | Masami Hiramatsu | 2017-07-05 | 5 | -14/+14 |
* | um: Add os_warn() for pre-boot warning/error messages | Masami Hiramatsu | 2017-07-05 | 1 | -0/+9 |
* | um: Use os_info for the messages on normal path | Masami Hiramatsu | 2017-07-05 | 3 | -23/+24 |
* | um: Add os_info() for pre-boot information messages | Masami Hiramatsu | 2017-07-05 | 1 | -0/+25 |
* | um: Use printk instead of printf in make_uml_dir | Masami Hiramatsu | 2017-07-05 | 1 | -4/+7 |
* | um: Add missing NR_CPUS include | Richard Weinberger | 2017-05-04 | 1 | -0/+1 |
* | um: Set number of CPUs | Nikola Kotur | 2017-05-03 | 1 | -3/+0 |
* | um: Support kcov | Vegard Nossum | 2016-08-04 | 1 | -0/+3 |
* | um: Fix possible deadlock in sig_handler_common() | Richard Weinberger | 2016-08-04 | 1 | -2/+3 |
* | um: extend fpstate to _xstate to support YMM registers | Eli Cooper | 2016-05-21 | 1 | -8/+20 |
* | um: Use race-free temporary file creation | Mickaël Salaün | 2016-01-10 | 1 | -0/+11 |
* | um: Do not set unsecure permission for temporary file | Mickaël Salaün | 2016-01-10 | 1 | -6/+0 |
* | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün | 2016-01-10 | 1 | -7/+0 |
* | um: Update UBD to use pread/pwrite family of functions | Anton Ivanov | 2016-01-10 | 1 | -0/+19 |
* | um: Prevent IRQ handler reentrancy | Anton Ivanov | 2016-01-10 | 1 | -1/+15 |
* | uml: flush stdout before forking | Vegard Nossum | 2016-01-10 | 1 | -0/+2 |
* | um: Switch clocksource to hrtimers | Anton Ivanov | 2015-11-06 | 6 | -181/+168 |
* | um: Store syscall number after syscall_trace_enter() | Richard Weinberger | 2015-11-06 | 1 | -3/+7 |
* | um: Fix waitpid() usage in helper code | Richard Weinberger | 2015-10-19 | 1 | -3/+3 |
* | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-28 | 5 | -13/+16 |
|\ |
|
| * | um: Include sys/types.h for makedev(), major(), minor() | Hans-Werner Hilse | 2015-06-25 | 1 | -0/+1 |
| * | um: Do not use stdin and stdout identifiers for struct members | Hans-Werner Hilse | 2015-06-25 | 1 | -3/+3 |
| * | um: Do not use __ptr_t type for stack_t's .ss pointer | Hans-Werner Hilse | 2015-06-25 | 1 | -3/+5 |
| * | um/os-Linux: Use char[] for syscall_stub declarations | Nicolas Iooss | 2015-05-31 | 2 | -7/+7 |
* | | um,ethertap: use strncpy | Alan | 2015-05-24 | 1 | -1/+1 |
|/ |
|
* | um: Move uml_postsetup in the init_thread stack | Thomas Meyer | 2015-04-13 | 1 | -1/+1 |
* | um: Remove SKAS3/4 support | Richard Weinberger | 2015-04-13 | 4 | -408/+62 |
* | Revert "um: Fix wait_stub_done() error handling" | Richard Weinberger | 2014-07-20 | 1 | -7/+2 |
* | um: Memory corruption on startup | Anton Ivanov | 2014-04-20 | 1 | -0/+6 |
* | um: Missing pipe handling | Anton Ivanov | 2014-04-20 | 1 | -0/+1 |
* | uml: Simplify tempdir logic. | Tristan Schmelcher | 2014-04-20 | 1 | -297/+75 |
* | um: Make stack trace reliable against kernel mode faults | Richard Weinberger | 2013-11-17 | 1 | -0/+8 |
* | um: Run UML in it's own session. | Richard Weinberger | 2013-09-07 | 1 | -0/+2 |
* | um: Cleanup SIGTERM handling | Richard Weinberger | 2013-09-07 | 4 | -5/+13 |
* | um: ubd: Add REQ_FLUSH suppport | Richard Weinberger | 2013-09-07 | 1 | -0/+9 |
* | um: Implement probe_kernel_read() | Richard Weinberger | 2013-09-07 | 1 | -0/+52 |
* | um: siginfo cleanup | Richard Weinberger | 2013-07-19 | 2 | -9/+9 |
* | uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c... | Tristan Schmelcher | 2013-07-19 | 1 | -41/+189 |
* | um: Fix wait_stub_done() error handling | Richard Weinberger | 2013-07-19 | 1 | -2/+7 |
* | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker | 2013-05-02 | 2 | -1/+3 |
|\ |
|