summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer2017-07-071-1/+30
* um: userspace - be more verbose in ptrace set regs errorThomas Meyer2017-07-071-2/+8
* um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu2017-07-055-14/+14
* um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu2017-07-051-0/+9
* um: Use os_info for the messages on normal pathMasami Hiramatsu2017-07-053-23/+24
* um: Add os_info() for pre-boot information messagesMasami Hiramatsu2017-07-051-0/+25
* um: Use printk instead of printf in make_uml_dirMasami Hiramatsu2017-07-051-4/+7
* um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
* um: Set number of CPUsNikola Kotur2017-05-031-3/+0
* um: Support kcovVegard Nossum2016-08-041-0/+3
* um: Fix possible deadlock in sig_handler_common()Richard Weinberger2016-08-041-2/+3