summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* um: Convert strscpy() usage to 2-argument styleKees Cook2024-02-203-5/+5
* um: Remove unused register save/restore functionsBenjamin Berg2024-01-051-20/+0
* um: Do not use printk in userspace trampolineBenjamin Berg2024-01-041-6/+6
* um: Don't use vfprintf() for os_info()Benjamin Berg2024-01-041-2/+17
* um: Make errors to stop ptraced child fatal during startupBenjamin Berg2024-01-041-29/+12
* um: Drop NULL check from start_userspaceBenjamin Berg2024-01-041-29/+24
* um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-042-114/+16
* um: Fix naming clash between UML and schedulerAnton Ivanov2024-01-041-3/+3
* um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-1/+1
* Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-3/+3
|\
| * um: Remove strlcpy declarationAzeem Shaikh2023-07-271-3/+3
* | Revert "um: Use swap() to make code cleaner"Andy Shevchenko2023-07-271-3/+4
|/
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-7/+0
|\
| * Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada2023-06-151-7/+0
* | uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-1/+1
|/
* Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-032-91/+19
|\
| * um: make stub data pages size tweakableJohannes Berg2023-04-201-3/+3
| * um: further clean up user_symsJohannes Berg2023-04-201-15/+16
| * um: don't export printf()Johannes Berg2023-04-201-3/+0
| * um: hostfs: define our own API boundaryJohannes Berg2023-04-201-70/+0
| * um: add __weak for exported functionsJohannes Berg2023-04-201-1/+1
* | ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
|/
* Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-013-76/+68
|\
| * um: Switch printk calls to adhere to correct coding styleBenjamin Berg2023-02-012-73/+67
| * um: Remove the unneeded result variableye xingchen2023-02-011-3/+1
* | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-053-3/+3
|/
* um: Enable FORTIFY_SOURCEKees Cook2022-09-071-0/+1
* Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-054-5/+41
|\
| * um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-171-3/+3
| * um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld2022-07-171-1/+16
| * UML: add support for KASAN under x86_64Patricia Alfonso2022-07-172-2/+24
| * um: remove unused variableHaowen Bai2022-07-171-2/+1
* | um: seed rng using host OS rngJason A. Donenfeld2022-07-181-0/+6
* | um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-141-3/+3
|/
* 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