summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)Author
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-16um: Use generic runtime constant implementationLinus Torvalds
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann
2024-07-03um: refactor TLB update handlingBenjamin Berg
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg
2024-07-03um: remove force_flush_all from fork_handlerBenjamin 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-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei 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-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
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: mmu: remove stub_pagesJohannes Berg
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-19um: Remove strlcpy usageAzeem Shaikh
2023-07-27um: Remove strlcpy declarationAzeem Shaikh
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh