summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-313-6/+14
|\
| * um: run_helper: Write error message to kernel log on exec failure on hostGlenn Washburn2022-03-111-0/+5
| * um: Remove unused timeval_to_ns() functionDavid Gow2022-03-111-6/+0
| * um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-111-0/+9
* | um: Allow builds with ClangKees Cook2022-03-211-0/+1
|/
* um: Use swap() to make code cleanerYang Guang2021-12-211-4/+3
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-212-3/+3
* um: rename set_signals() to um_set_signals()Johannes Berg2021-12-212-7/+7
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-1/+2
* um: Fix stack pointer alignmentYiFei Zhu2021-06-173-4/+4
* um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-171-0/+32
* um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-171-4/+51
* um: export signals_enabled directlyJohannes Berg2021-06-171-6/+1
* 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