summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2024-10-26um: fix stub exe build with CONFIG_GCOVJohannes Berg
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg
2024-10-23um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNCTiwei Bie
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie
2024-10-23um: Do not propagate initrd parameter to kernelTiwei Bie
2024-10-23um: Do not propagate dtb parameter to kernelTiwei Bie
2024-10-23um: Do not propagate mem parameter to kernelTiwei Bie
2024-10-23um: Remove UML specific debug parameterTiwei Bie
2024-10-23um: remove fault_catcher infrastructureJohannes Berg
2024-10-23um: make stub_exe _start() pure inline asmJohannes Berg
2024-10-18um: Fix misaligned stack in stub_exeDavid Gow
2024-10-17um: Disable auto variable initialization for stub_exe.cNathan Chancellor
2024-10-17um: Fix passing '-n' to linker for stub_exeNathan Chancellor
2024-10-10um: Switch to 4 level page tables on 64 bitBenjamin Berg
2024-10-10um: clear all memory in new userspace processesBenjamin Berg
2024-10-10um: Discover host_task_size from envpBenjamin Berg
2024-10-10um: Limit TASK_SIZE to the addressable rangeBenjamin Berg
2024-10-10um: Calculate stub data address relative to stub codeBenjamin Berg
2024-10-10um: Add compile time assert that stub fits on a pageBenjamin Berg
2024-10-10um: Set parent death signal for userspace processBenjamin Berg
2024-10-10um: use execveat to create userspace MMsBenjamin Berg
2024-10-10um: remove auxiliary FP registersBenjamin Berg
2024-10-10um: always use the internal copy of the FP registersBenjamin Berg
2024-10-10um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie
2024-10-10um: Fix the definition for physmem_sizeTiwei Bie
2024-10-10um: Remove highmem leftoversTiwei Bie
2024-10-10um: Fix potential integer overflow during physmem setupTiwei Bie
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie
2024-09-12um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie
2024-09-12um: Remove unused fields from thread_structTiwei Bie
2024-09-12um: Remove the redundant newpage check in update_pte_rangeTiwei Bie
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe
2024-07-04um: register power-off handlerJohannes Berg
2024-07-03um: Enable preemption in UMLAnton Ivanov
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: Do not flush MM in flush_threadBenjamin 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: time-travel: remove time_exit()Johannes Berg
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg