summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorLines
2020-06-02um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov-1/+1
2020-06-02um: Add include: memset() and memcpy() are in <string.h>Zach van Rijn-0/+1
2020-03-29um: Implement time-travel=extJohannes Berg-0/+30
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg-1/+0
2020-03-29um: falloc.h needs to be directly included for older libcAlan Maguire-0/+1
2020-03-29um: Fix len of file in create_pid_fileWen Yang-2/+3
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann-1/+1
2019-11-25um: Don't trace irqflags during shutdownJohannes Berg-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar-25/+25
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron-0/+44
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg-22/+42
2019-09-15um: Avoid using uninitialized regsJohannes Berg-0/+3
2019-09-15um: Remove sig_info[SIGALRM]Johannes Berg-2/+1
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg-12/+8
2019-07-02um: Timer code cleanupJohannes Berg-93/+26
2019-07-02um: fix os_timer_one_shot()Johannes Berg-1/+1
2019-05-07um: remove uses of variable length arraysBartosz Golaszewski-9/+27
2019-05-07um: Revert to using stack for pt_regs in signal handlingAnton Ivanov-20/+8
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov-0/+10
2018-10-29um: remove unused AIO codeChristoph Hellwig-396/+2
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger-0/+5
2018-06-10um: remove uml initcallsAlexander Pateenok-12/+0
2018-03-29um: Compile with modern headersJason A. Donenfeld-0/+2
2018-02-19Epoll based IRQ controllerAnton Ivanov-95/+107
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-09-13um: return negative in tuntap_open_tramp()Dan Carpenter-1/+1
2017-09-13Fix minor typos and grammar in UML start_up helpJames Pack-3/+3
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer-9/+8
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