summaryrefslogtreecommitdiff
path: root/arch/um/include/shared
AgeCommit message (Expand)Author
2024-07-03um: refactor TLB update handlingBenjamin Berg
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg
2024-07-03um: remove copy_context_skas0Benjamin Berg
2024-07-03um: remove LDT supportBenjamin Berg
2024-07-03um: Rework syscall handlingBenjamin Berg
2024-07-03um: Create signal stack memory assignment in stub_dataBenjamin Berg
2024-07-03um: Remove stub-data.h include from common-offsets.hBenjamin Berg
2024-07-03um: add mmap/mremap OS callsJohannes Berg
2024-07-03um: generalize os_rcv_fdJohannes Berg
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein
2024-07-03um: Remove unused ncpus variableTiwei Bie
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet
2024-04-22um: Move declarations to proper headersTiwei Bie
2024-04-22um: Fix the declaration of vfreeTiwei Bie
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-01-05um: Remove unused register save/restore functionsBenjamin Berg
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers
2023-08-19um: Remove strlcpy usageAzeem Shaikh
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh
2023-04-20um: make stub data pages size tweakableJohannes Berg
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-18um: seed rng using host OS rngJason A. Donenfeld
2022-07-17um: include sys/types.h for size_tJason A. Donenfeld
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2021-12-21um: header debriding - sigio.hAl Viro
2021-12-21um: header debriding - os.hAl Viro
2021-12-21um: header debriding - net_*.hAl Viro
2021-12-21um: header debriding - mem_user.hAl Viro
2021-12-21um: header debriding - activate_ipi()Al Viro
2021-12-21um: common-offsets.h debriding...Al Viro
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro
2021-12-21um: remove a dangling extern of syscall_trace()Al Viro
2021-12-21um: kill unused cpu()Al Viro
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg