summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* um: Remove unused mm_fd field from mm_idTiwei Bie2024-09-122-2/+2
* um: remove variable stack array in os_rcv_fd_msg()Johannes Berg2024-09-121-2/+6
* um: refactor TLB update handlingBenjamin Berg2024-07-031-0/+2
* um: simplify and consolidate TLB updatesBenjamin Berg2024-07-031-6/+12
* um: Delay flushing syscalls until the thread is restartedBenjamin Berg2024-07-032-22/+34
* um: remove copy_context_skas0Benjamin Berg2024-07-031-108/+0
* um: remove LDT supportBenjamin Berg2024-07-031-0/+1
* um: compress memory related stub syscalls while adding themBenjamin Berg2024-07-031-0/+39
* um: Rework syscall handlingBenjamin Berg2024-07-032-115/+99
* um: Create signal stack memory assignment in stub_dataBenjamin Berg2024-07-031-5/+6
* um: time-travel: fix signal blocking race/hangJohannes Berg2024-07-031-20/+98
* um: add mmap/mremap OS callsJohannes Berg2024-07-031-0/+23
* um: generalize os_rcv_fdJohannes Berg2024-07-031-29/+32
* um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein2024-07-031-0/+3
* um: chan: use blocking IO for console output for time-travelBenjamin Berg2024-07-031-0/+10
* um: Add an internal header shared among the user codeTiwei Bie2024-04-307-6/+26
* um: Fix the declaration of kasan_map_memoryTiwei Bie2024-04-301-0/+1
* um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2024-04-221-0/+5
* um: Move declarations to proper headersTiwei Bie2024-04-221-0/+1
* um: Make local functions and variables staticTiwei Bie2024-04-223-4/+4
* 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