summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
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-02move 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
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-3/+0
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg1-14/+20
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie2-9/+0
2024-09-12um: Remove the declaration of user_thread functionTiwei Bie1-1/+0
2024-09-12um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie1-3/+0
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie6-14/+11
2024-09-12um: Remove unused fields from thread_structTiwei Bie3-21/+11
2024-09-12um: Remove the redundant newpage check in update_pte_rangeTiwei Bie1-10/+6
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-09-12vector_user: add VDE supportRenzo Davoli1-0/+83
2024-09-12um: remove ARCH_NO_PREEMPT_DYNAMICJohannes Berg1-1/+0
2024-09-12um: vector: Fix NAPI budget handlingAnton Ivanov1-2/+2
2024-09-12um: vector: Replace locks guarding queue depth with atomicsAnton Ivanov2-102/+110
2024-09-12um: remove variable stack array in os_rcv_fd_msg()Johannes Berg1-2/+6
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds50-1319/+1043