summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2024-10-26um: fix stub exe build with CONFIG_GCOVJohannes Berg2-8/+8
2024-10-25um: Use os_set_pdeathsig helper in winch thread/processTiwei Bie1-2/+1
2024-10-25um: Set parent-death signal for write_sigio thread/processTiwei Bie1-0/+1
2024-10-25um: Set parent-death signal for ubd io thread/processTiwei Bie1-0/+1
2024-10-25um: Add os_set_pdeathsig helper functionTiwei Bie2-0/+8
2024-10-24um: remove PATH_MAX useJohannes Berg1-2/+1
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg5-19/+22
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg4-1/+66
2024-10-23um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNCTiwei Bie5-33/+33
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie7-105/+36
2024-10-23um: Do not propagate initrd parameter to kernelTiwei Bie1-0/+1
2024-10-23um: hostaudio: Do not propagate mixer parameter to kernelTiwei Bie1-0/+1
2024-10-23um: hostaudio: Do not propagate dsp parameter to kernelTiwei Bie1-0/+1
2024-10-23um: Do not propagate noreboot parameter to kernelTiwei Bie1-0/+1
2024-10-23um: Do not propagate dtb parameter to kernelTiwei Bie1-0/+1
2024-10-23um: Do not propagate uml_dir parameter to kernelTiwei Bie1-0/+2
2024-10-23um: Do not propagate mem parameter to kernelTiwei Bie1-0/+2
2024-10-23um: Remove UML specific debug parameterTiwei Bie1-13/+0
2024-10-23um: remove fault_catcher infrastructureJohannes Berg4-21/+1
2024-10-23um: restore process nameJohannes Berg2-2/+14
2024-10-23um: make stub_exe _start() pure inline asmJohannes Berg1-7/+11
2024-10-21reiserfs: The last commitJan Kara2-2/+0
2024-10-18um: Fix misaligned stack in stub_exeDavid Gow1-1/+1
2024-10-17um: Disable auto variable initialization for stub_exe.cNathan Chancellor1-0/+5
2024-10-17um: Fix passing '-n' to linker for stub_exeNathan Chancellor1-1/+1
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-4/+1
2024-10-10um: Switch to 4 level page tables on 64 bitBenjamin Berg6-16/+78
2024-10-10um: clear all memory in new userspace processesBenjamin Berg1-23/+2
2024-10-10um: Discover host_task_size from envpBenjamin Berg4-7/+28
2024-10-10um: Limit TASK_SIZE to the addressable rangeBenjamin Berg1-1/+6
2024-10-10um: Calculate stub data address relative to stub codeBenjamin Berg1-4/+2
2024-10-10um: Add compile time assert that stub fits on a pageBenjamin Berg1-0/+3
2024-10-10um: Set parent death signal for winch thread/processBenjamin Berg1-0/+3
2024-10-10um: Set parent death signal for userspace processBenjamin Berg1-0/+3
2024-10-10um: use execveat to create userspace MMsBenjamin Berg8-60/+267
2024-10-10um: remove auxiliary FP registersBenjamin Berg4-24/+9
2024-10-10um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPSMasahiro Yamada1-1/+1
2024-10-10um: Remove 3-level page table support on i386Tiwei Bie3-34/+0
2024-10-10um: always use the internal copy of the FP registersBenjamin Berg2-8/+9
2024-10-10um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie1-1/+1
2024-10-10um: Fix the definition for physmem_sizeTiwei Bie4-5/+3
2024-10-10um: Remove highmem leftoversTiwei Bie6-43/+20
2024-10-10um: Fix potential integer overflow during physmem setupTiwei Bie1-3/+3
2024-10-10um: Remove the redundant declaration of high_physmemTiwei Bie1-4/+1
2024-10-10um: Remove unused os_getpgrp functionBenjamin Berg2-6/+0
2024-10-10um: Remove unused os_stop_processBenjamin Berg2-6/+0
2024-10-10um: Remove unused os_process_parentBenjamin Berg2-40/+0
2024-10-10um: Remove unused os_process_pcBenjamin Berg2-34/+0
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-187/+249