summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-2513-42/+146
|\
| * um: refactor TLB update handlingBenjamin Berg2024-07-034-9/+74
| * um: simplify and consolidate TLB updatesBenjamin Berg2024-07-031-6/+6
| * um: remove force_flush_all from fork_handlerBenjamin Berg2024-07-031-2/+0
| * um: Delay flushing syscalls until the thread is restartedBenjamin Berg2024-07-033-1/+5
| * um: remove copy_context_skas0Benjamin Berg2024-07-032-2/+0
| * um: remove LDT supportBenjamin Berg2024-07-032-20/+7
| * um: Rework syscall handlingBenjamin Berg2024-07-034-15/+51
| * um: Create signal stack memory assignment in stub_dataBenjamin Berg2024-07-032-1/+10
| * um: Remove stub-data.h include from common-offsets.hBenjamin Berg2024-07-031-5/+0
| * um: add mmap/mremap OS callsJohannes Berg2024-07-031-0/+2
| * um: generalize os_rcv_fdJohannes Berg2024-07-031-1/+2
| * um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein2024-07-031-0/+9
| * um: Remove unused ncpus variableTiwei Bie2024-07-031-1/+0
| * um: chan: use blocking IO for console output for time-travelBenjamin Berg2024-07-031-0/+1
* | um: Use generic runtime constant implementationLinus Torvalds2024-07-161-0/+1
* | um: don't generate asm/bpf_perf_event.hArnd Bergmann2024-07-102-1/+9
|/
* Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-258-6/+9
|\
| * um: Fix the declaration of kasan_map_memoryTiwei Bie2024-04-302-1/+2
| * um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2024-04-301-1/+0
| * um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2024-04-302-2/+2
| * um: Stop tracking host PID in cpu_tasksTiwei Bie2024-04-301-1/+0
| * um: Move declarations to proper headersTiwei Bie2024-04-222-0/+4
| * um: Fix the declaration of vfreeTiwei Bie2024-04-221-1/+1
* | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-1/+1
|\ \
| * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-1/+1
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+2
|\ \
| * | mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-251-1/+2
| |/
* / x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak2024-04-061-2/+1
|/
* Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+2
|\
| * um: Convert strscpy() usage to 2-argument styleKees Cook2024-02-201-1/+1
| * string: Allow 2-argument strscpy()Kees Cook2024-02-201-1/+2
* | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-061-1/+1
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-1/+1
|/
* um: Remove unused register save/restore functionsBenjamin Berg2024-01-051-2/+0
* um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg2024-01-051-3/+0
* um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-043-44/+1
* um: mmu: remove stub_pagesJohannes Berg2024-01-041-1/+0
* um: Fix naming clash between UML and schedulerAnton Ivanov2024-01-041-1/+1
* Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-041-0/+1
|\
| * um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-261-0/+1
| * um: Remove strlcpy usageAzeem Shaikh2023-08-191-1/+0
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-14/+11
|\ \
| * | um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+2
| * | um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-9/+9
| |/
* / um: Remove strlcpy declarationAzeem Shaikh2023-07-271-1/+0
|/
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-0/+1
|\
| * uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-0/+1