summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-20um: Re-evaluate thread flags repeatedlyThomas Weißschuh1-0/+4
2025-07-06um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen1-0/+5
2025-05-18Revert "um: work around sched_yield not yielding in time-travel mode"Christian Lamparter1-2/+0
2025-05-02um: work around sched_yield not yielding in time-travel modeBenjamin Berg1-0/+2
2025-04-10um: remove copy_from_kernel_nofault_allowedBenjamin Berg1-1/+0
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie1-8/+0
2024-09-12um: Remove the declaration of user_thread functionTiwei Bie1-1/+0
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie1-4/+1
2024-09-12um: Remove unused fields from thread_structTiwei Bie1-15/+5
2024-09-12um: Remove unused kpte_clear_flush macroTiwei Bie1-7/+0
2024-09-12um: Remove obsoleted declaration for execute_syscall_skasGaosheng Cui1-1/+0
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-42/+146
2024-07-17um: Use generic runtime constant implementationLinus Torvalds1-0/+1
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann2-1/+9
2024-07-03um: refactor TLB update handlingBenjamin Berg4-9/+74
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg1-6/+6
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg1-2/+0
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg3-1/+5
2024-07-03um: remove copy_context_skas0Benjamin Berg2-2/+0
2024-07-03um: remove LDT supportBenjamin Berg2-20/+7
2024-07-03um: Rework syscall handlingBenjamin Berg4-15/+51
2024-07-03um: Create signal stack memory assignment in stub_dataBenjamin Berg2-1/+10
2024-07-03um: Remove stub-data.h include from common-offsets.hBenjamin Berg1-5/+0
2024-07-03um: add mmap/mremap OS callsJohannes Berg1-0/+2
2024-07-03um: generalize os_rcv_fdJohannes Berg1-1/+2
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein1-0/+9
2024-07-03um: Remove unused ncpus variableTiwei Bie1-1/+0
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg1-0/+1
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-6/+9
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-1/+1
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie2-1/+2
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-1/+0
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2-2/+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 Bie2-0/+4
2024-04-22um: Fix the declaration of vfreeTiwei Bie1-1/+1
2024-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak1-2/+1
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-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-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-1/+1
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 Berg3-44/+1
2024-01-04um: mmu: remove stub_pagesJohannes Berg1-1/+0