summaryrefslogtreecommitdiff
path: root/arch/um/include/shared
AgeCommit message (Expand)AuthorFilesLines
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-2/+6
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie1-0/+2
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie1-0/+2
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie1-1/+0
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet1-1/+2
2024-04-22um: Move declarations to proper headersTiwei Bie1-0/+1
2024-04-22um: Fix the declaration of vfreeTiwei Bie1-1/+1
2024-02-21um: Convert strscpy() usage to 2-argument styleKees Cook1-1/+1
2024-02-21string: Allow 2-argument strscpy()Kees Cook1-1/+2
2024-01-05um: Remove unused register save/restore functionsBenjamin Berg1-2/+0
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg1-3/+0
2024-01-05um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2-43/+1
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov1-1/+1
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers1-0/+1
2023-08-19um: Remove strlcpy usageAzeem Shaikh1-1/+0
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh1-0/+1
2023-04-21um: make stub data pages size tweakableJohannes Berg1-1/+2
2022-08-06Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2022-07-18um: seed rng using host OS rngJason A. Donenfeld1-0/+7
2022-07-18um: include sys/types.h for size_tJason A. Donenfeld1-1/+2
2022-07-18um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-2/+2
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-2/+2
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis1-0/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2021-12-21um: header debriding - sigio.hAl Viro1-1/+0
2021-12-21um: header debriding - os.hAl Viro1-13/+0
2021-12-21um: header debriding - net_*.hAl Viro2-3/+0
2021-12-21um: header debriding - mem_user.hAl Viro1-5/+0
2021-12-21um: header debriding - activate_ipi()Al Viro1-1/+0
2021-12-21um: common-offsets.h debriding...Al Viro1-12/+0
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro1-3/+0
2021-12-21um: remove a dangling extern of syscall_trace()Al Viro1-1/+0
2021-12-21um: kill unused cpu()Al Viro1-1/+0
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro1-2/+0
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap1-2/+2
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg2-3/+3
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2-2/+0
2021-07-19printk: Userspace format indexing supportChris Down1-1/+2
2021-06-17um: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov1-0/+3
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg2-0/+4
2021-06-17um: expose time-travel mode to userspace sideJohannes Berg1-0/+22
2021-06-17um: export signals_enabled directlyJohannes Berg2-8/+7
2021-06-17um: remove unused smp_sigio_handler() declarationJohannes Berg1-1/+0
2021-02-12um: remove process stub VMAJohannes Berg1-1/+2
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg2-12/+10
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-1/+1
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-0/+1