summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorLines
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+2
2021-06-17um: Fix stack pointer alignmentYiFei Zhu-4/+4
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov-0/+32
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg-4/+51
2021-06-17um: export signals_enabled directlyJohannes Berg-6/+1
2021-02-12um: remove process stub VMAJohannes Berg-4/+0
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg-0/+2
2021-02-12um: separate child and parent errors in clone stubJohannes Berg-10/+13
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg-0/+4
2021-02-12um: print register names in wait_for_stubJohannes Berg-2/+53
2021-01-26um: fix os_idle_sleep() to not hangJohannes Berg-1/+14
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg-2/+2
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+3
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-15/+32
2020-12-13um: Monitor error events in IRQ controllerAnton Ivanov-1/+1
2020-12-13um: allocate a guard page to helper threadsJohannes Berg-2/+2
2020-12-13um: Fetch registers only for signals which need themAnton Ivanov-1/+14
2020-12-13um: Support suspend to RAMJohannes Berg-0/+5
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-1/+13
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-13/+4
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-21/+6
2020-12-13um: sigio: Return error from add_sigio_fd()Johannes Berg-2/+4
2020-12-13um: Increase stack frame size threshold for signal.cAndy Shevchenko-0/+2
2020-12-13um: Remove use of asprinf in umid.cAnton Ivanov-12/+5
2020-10-11um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski-4/+4
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin-1/+1
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