summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorLines
2023-09-29um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt-1/+1
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2023-07-27Revert "um: Use swap() to make code cleaner"Andy Shevchenko-3/+4
2023-07-27um: Remove strlcpy declarationAzeem Shaikh-3/+3
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-7/+0
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh-1/+1
2023-06-15Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada-7/+0
2023-05-03Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-91/+19
2023-04-20um: make stub data pages size tweakableJohannes Berg-3/+3
2023-04-20um: further clean up user_symsJohannes Berg-15/+16
2023-04-20um: don't export printf()Johannes Berg-3/+0
2023-04-20um: hostfs: define our own API boundaryJohannes Berg-70/+0
2023-04-20um: add __weak for exported functionsJohannes Berg-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan-1/+1
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-76/+68
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada-3/+3
2023-02-01um: Switch printk calls to adhere to correct coding styleBenjamin Berg-73/+67
2023-02-01um: Remove the unneeded result variableye xingchen-3/+1
2022-09-07um: Enable FORTIFY_SOURCEKees Cook-0/+1
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+41
2022-07-18um: seed rng using host OS rngJason A. Donenfeld-0/+6
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck-3/+3
2022-07-17um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld-1/+16
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso-2/+24
2022-07-17um: remove unused variableHaowen Bai-2/+1
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck-3/+3
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+14
2022-03-21um: Allow builds with ClangKees Cook-0/+1
2022-03-11um: run_helper: Write error message to kernel log on exec failure on hostGlenn Washburn-0/+5
2022-03-11um: Remove unused timeval_to_ns() functionDavid Gow-6/+0
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis-0/+9
2021-12-21um: Use swap() to make code cleanerYang Guang-4/+3
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap-3/+3
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg-7/+7
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