summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* um: remove process stub VMAJohannes Berg2021-02-121-4/+0
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-121-0/+2
* um: separate child and parent errors in clone stubJohannes Berg2021-02-121-10/+13
* um: defer killing userspace on page table update failuresJohannes Berg2021-02-121-0/+4
* um: print register names in wait_for_stubJohannes Berg2021-02-121-2/+53
* um: fix os_idle_sleep() to not hangJohannes Berg2021-01-261-1/+14
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-2/+2
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-131-0/+3
* um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-131-15/+32
* um: Monitor error events in IRQ controllerAnton Ivanov2020-12-131-1/+1
* um: allocate a guard page to helper threadsJohannes Berg2020-12-131-2/+2
* um: Fetch registers only for signals which need themAnton Ivanov2020-12-131-1/+14
* um: Support suspend to RAMJohannes Berg2020-12-131-0/+5
* um: Allow PM with suspend-to-idleJohannes Berg2020-12-131-1/+13
* um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-131-13/+4
* um: Remove IRQ_NONE typeJohannes Berg2020-12-132-21/+6
* um: sigio: Return error from add_sigio_fd()Johannes Berg2020-12-131-2/+4
* um: Increase stack frame size threshold for signal.cAndy Shevchenko2020-12-131-0/+2
* um: Remove use of asprinf in umid.cAnton Ivanov2020-12-131-12/+5
* um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski2020-10-111-4/+4
* um: Some fixes to build UML with muslIgnat Korchagin2020-10-111-1/+1
* um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov2020-06-021-1/+1
* um: Add include: memset() and memcpy() are in <string.h>Zach van Rijn2020-06-021-0/+1
* um: Implement time-travel=extJohannes Berg2020-03-291-0/+30
* um: Move timer-internal.h to non-sharedJohannes Berg2020-03-291-1/+0
* um: falloc.h needs to be directly included for older libcAlan Maguire2020-03-291-0/+1
* um: Fix len of file in create_pid_fileWen Yang2020-03-291-2/+3
* um: ubd: use 64-bit time_t where possibleArnd Bergmann2019-12-181-1/+1
* um: Don't trace irqflags during shutdownJohannes Berg2019-11-251-1/+1
* um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar2019-09-1525-25/+25
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-151-0/+44
* um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2019-09-154-22/+42
* um: Avoid using uninitialized regsJohannes Berg2019-09-151-0/+3
* um: Remove sig_info[SIGALRM]Johannes Berg2019-09-151-2/+1
* um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-12/+8
* um: Timer code cleanupJohannes Berg2019-07-021-93/+26
* um: fix os_timer_one_shot()Johannes Berg2019-07-021-1/+1
* um: remove uses of variable length arraysBartosz Golaszewski2019-05-071-9/+27
* um: Revert to using stack for pt_regs in signal handlingAnton Ivanov2019-05-071-20/+8
* um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-271-0/+10
* um: remove unused AIO codeChristoph Hellwig2018-10-292-396/+2
* um: Give start_idle_thread() a return codeRichard Weinberger2018-10-291-0/+5
* um: remove uml initcallsAlexander Pateenok2018-06-101-12/+0
* um: Compile with modern headersJason A. Donenfeld2018-03-292-0/+2
* Epoll based IRQ controllerAnton Ivanov2018-02-191-95/+107
* um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-191-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* um: return negative in tuntap_open_tramp()Dan Carpenter2017-09-131-1/+1
* Fix minor typos and grammar in UML start_up helpJames Pack2017-09-131-3/+3
* um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-131-9/+8