aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07um: Enable FORTIFY_SOURCEKees Cook1-0/+1
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-5/+41
2022-07-18um: seed rng using host OS rngJason A. Donenfeld1-0/+6
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-3/+3
2022-07-17um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld1-1/+16
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso2-2/+24
2022-07-17um: remove unused variableHaowen Bai1-2/+1
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-3/+3
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-6/+14
2022-03-21um: Allow builds with ClangKees Cook1-0/+1
2022-03-11um: run_helper: Write error message to kernel log on exec failure on hostGlenn Washburn1-0/+5
2022-03-11um: Remove unused timeval_to_ns() functionDavid Gow1-6/+0
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis1-0/+9
2021-12-21um: Use swap() to make code cleanerYang Guang1-4/+3
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2-3/+3
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg2-7/+7
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2-1/+2
2021-06-17um: Fix stack pointer alignmentYiFei Zhu3-4/+4
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov1-0/+32
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg1-4/+51
2021-06-17um: export signals_enabled directlyJohannes Berg1-6/+1
2021-02-12um: remove process stub VMAJohannes Berg1-4/+0
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg1-0/+2
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-10/+13
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-0/+4
2021-02-12um: print register names in wait_for_stubJohannes Berg1-2/+53
2021-01-26um: fix os_idle_sleep() to not hangJohannes Berg1-1/+14
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg1-2/+2
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