summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorFilesLines
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg1-0/+3
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg1-15/+32
2020-12-13um: Monitor error events in IRQ controllerAnton Ivanov1-1/+1
2020-12-13um: allocate a guard page to helper threadsJohannes Berg1-2/+2
2020-12-13um: Fetch registers only for signals which need themAnton Ivanov1-1/+14
2020-12-13um: Support suspend to RAMJohannes Berg1-0/+5
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg1-1/+13
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg1-13/+4
2020-12-13um: Remove IRQ_NONE typeJohannes Berg2-21/+6
2020-12-13um: sigio: Return error from add_sigio_fd()Johannes Berg1-2/+4
2020-12-13um: Increase stack frame size threshold for signal.cAndy Shevchenko1-0/+2
2020-12-13um: Remove use of asprinf in umid.cAnton Ivanov1-12/+5
2020-10-11um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski1-4/+4
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin1-1/+1
2020-06-02um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov1-1/+1
2020-06-02um: Add include: memset() and memcpy() are in <string.h>Zach van Rijn1-0/+1
2020-03-29um: Implement time-travel=extJohannes Berg1-0/+30
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg1-1/+0
2020-03-29um: falloc.h needs to be directly included for older libcAlan Maguire1-0/+1
2020-03-29um: Fix len of file in create_pid_fileWen Yang1-2/+3
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann1-1/+1
2019-11-25um: Don't trace irqflags during shutdownJohannes Berg1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar25-25/+25
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron1-0/+44
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg4-22/+42
2019-09-15um: Avoid using uninitialized regsJohannes Berg1-0/+3
2019-09-15um: Remove sig_info[SIGALRM]Johannes Berg1-2/+1
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg1-12/+8
2019-07-02um: Timer code cleanupJohannes Berg1-93/+26
2019-07-02um: fix os_timer_one_shot()Johannes Berg1-1/+1
2019-05-07um: remove uses of variable length arraysBartosz Golaszewski1-9/+27
2019-05-07um: Revert to using stack for pt_regs in signal handlingAnton Ivanov1-20/+8
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov1-0/+10
2018-10-29um: remove unused AIO codeChristoph Hellwig2-396/+2
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-06-10um: remove uml initcallsAlexander Pateenok1-12/+0
2018-03-29um: Compile with modern headersJason A. Donenfeld2-0/+2
2018-02-19Epoll based IRQ controllerAnton Ivanov1-95/+107
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-13um: return negative in tuntap_open_tramp()Dan Carpenter1-1/+1
2017-09-13Fix minor typos and grammar in UML start_up helpJames Pack1-3/+3
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer1-9/+8
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer1-1/+30
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer1-2/+8
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu5-14/+14
2017-07-05um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu1-0/+9
2017-07-05um: Use os_info for the messages on normal pathMasami Hiramatsu3-23/+24
2017-07-05um: Add os_info() for pre-boot information messagesMasami Hiramatsu1-0/+25
2017-07-05um: Use printk instead of printf in make_uml_dirMasami Hiramatsu1-4/+7