Age | Commit message (Expand) | Author | Files | Lines |
2020-06-02 | um: Use fdatasync() when mapping the UBD FSYNC command | Anton Ivanov | 1 | -1/+1 |
2020-06-02 | um: Add include: memset() and memcpy() are in <string.h> | Zach van Rijn | 1 | -0/+1 |
2020-03-30 | um: Implement time-travel=ext | Johannes Berg | 1 | -0/+30 |
2020-03-30 | um: Move timer-internal.h to non-shared | Johannes Berg | 1 | -1/+0 |
2020-03-30 | um: falloc.h needs to be directly included for older libc | Alan Maguire | 1 | -0/+1 |
2020-03-30 | um: Fix len of file in create_pid_file | Wen Yang | 1 | -2/+3 |
2019-12-18 | um: ubd: use 64-bit time_t where possible | Arnd Bergmann | 1 | -1/+1 |
2019-11-26 | um: Don't trace irqflags during shutdown | Johannes Berg | 1 | -1/+1 |
2019-09-15 | um: Add SPDX headers for files in arch/um/os-Linux | Alex Dewar | 25 | -25/+25 |
2019-09-15 | um: drivers: Add virtio vhost-user driver | Erel Geron | 1 | -0/+44 |
2019-09-15 | um: Implement TRACE_IRQFLAGS_SUPPORT | Johannes Berg | 4 | -22/+42 |
2019-09-15 | um: Avoid using uninitialized regs | Johannes Berg | 1 | -0/+3 |
2019-09-15 | um: Remove sig_info[SIGALRM] | Johannes Berg | 1 | -2/+1 |
2019-07-03 | um: Pass nsecs to os timer functions | Johannes Berg | 1 | -12/+8 |
2019-07-03 | um: Timer code cleanup | Johannes Berg | 1 | -93/+26 |
2019-07-03 | um: fix os_timer_one_shot() | Johannes Berg | 1 | -1/+1 |
2019-05-08 | um: remove uses of variable length arrays | Bartosz Golaszewski | 1 | -9/+27 |
2019-05-08 | um: Revert to using stack for pt_regs in signal handling | Anton Ivanov | 1 | -20/+8 |
2018-12-28 | um: Add support for DISCARD in the UBD Driver | Anton Ivanov | 1 | -0/+10 |
2018-10-30 | um: remove unused AIO code | Christoph Hellwig | 2 | -396/+2 |
2018-10-30 | um: Give start_idle_thread() a return code | Richard Weinberger | 1 | -0/+5 |
2018-06-10 | um: remove uml initcalls | Alexander Pateenok | 1 | -12/+0 |
2018-03-29 | um: Compile with modern headers | Jason A. Donenfeld | 2 | -0/+2 |
2018-02-19 | Epoll based IRQ controller | Anton Ivanov | 1 | -95/+107 |
2018-02-19 | um: Use POSIX ucontext_t instead of struct ucontext | Krzysztof Mazur | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-09-13 | um: return negative in tuntap_open_tramp() | Dan Carpenter | 1 | -1/+1 |
2017-09-13 | Fix minor typos and grammar in UML start_up help | James Pack | 1 | -3/+3 |
2017-09-13 | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer | 1 | -9/+8 |
2017-07-07 | um: Add kerneldoc for userspace_tramp() and start_userspace() | Thomas Meyer | 1 | -1/+30 |
2017-07-07 | um: userspace - be more verbose in ptrace set regs error | Thomas Meyer | 1 | -2/+8 |
2017-07-06 | um: Use os_warn to print out pre-boot warning/error messages | Masami Hiramatsu | 5 | -14/+14 |
2017-07-06 | um: Add os_warn() for pre-boot warning/error messages | Masami Hiramatsu | 1 | -0/+9 |
2017-07-06 | um: Use os_info for the messages on normal path | Masami Hiramatsu | 3 | -23/+24 |
2017-07-06 | um: Add os_info() for pre-boot information messages | Masami Hiramatsu | 1 | -0/+25 |
2017-07-06 | um: Use printk instead of printf in make_uml_dir | Masami Hiramatsu | 1 | -4/+7 |
2017-05-04 | um: Add missing NR_CPUS include | Richard Weinberger | 1 | -0/+1 |
2017-05-03 | um: Set number of CPUs | Nikola Kotur | 1 | -3/+0 |
2016-08-04 | um: Support kcov | Vegard Nossum | 1 | -0/+3 |
2016-08-04 | um: Fix possible deadlock in sig_handler_common() | Richard Weinberger | 1 | -2/+3 |
2016-05-22 | um: extend fpstate to _xstate to support YMM registers | Eli Cooper | 1 | -8/+20 |
2016-01-10 | um: Use race-free temporary file creation | Mickaël Salaün | 1 | -0/+11 |
2016-01-10 | um: Do not set unsecure permission for temporary file | Mickaël Salaün | 1 | -6/+0 |
2016-01-10 | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün | 1 | -7/+0 |
2016-01-10 | um: Update UBD to use pread/pwrite family of functions | Anton Ivanov | 1 | -0/+19 |
2016-01-10 | um: Prevent IRQ handler reentrancy | Anton Ivanov | 1 | -1/+15 |
2016-01-10 | uml: flush stdout before forking | Vegard Nossum | 1 | -0/+2 |
2015-11-07 | um: Switch clocksource to hrtimers | Anton Ivanov | 6 | -181/+168 |
2015-11-07 | um: Store syscall number after syscall_trace_enter() | Richard Weinberger | 1 | -3/+7 |
2015-10-19 | um: Fix waitpid() usage in helper code | Richard Weinberger | 1 | -3/+3 |