summaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared
AgeCommit message (Expand)AuthorLines
2026-01-05um: Fix incorrect __acquires/__releases annotationsMarco Elver-2/+3
2025-10-27um: Add initial SMP supportTiwei Bie-0/+44
2025-10-27um: Define timers on a per-CPU basisTiwei Bie-3/+3
2025-10-27um: Determine sleep based on need_resched()Tiwei Bie-0/+1
2025-10-27um: Turn signals_* into thread-local variablesTiwei Bie-2/+2
2025-10-27um: Remove file-based iomem emulation supportTiwei Bie-14/+0
2025-10-27um: Replace UML_ROUND_UP() with PAGE_ALIGN()Tiwei Bie-3/+0
2025-10-27um: Make host_task_size a local variableTiwei Bie-1/+0
2025-10-27um: move asm-offsets generation into a single fileJohannes Berg-30/+0
2025-10-27um/hostfs: define HOSTFS_ATTR_* via asm-offsetsJohannes Berg-0/+10
2025-09-10um: Centralize stub size calculationsTiwei Bie-1/+2
2025-09-10um: Remove outdated comment about STUB_DATA_PAGESTiwei Bie-1/+1
2025-09-10um: Remove unused offset and child_err fields from stub_dataTiwei Bie-2/+1
2025-07-22um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headersThomas Huth-1/+1
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie-3/+0
2025-06-02um: pass FD for memory operations when neededBenjamin Berg-0/+8
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg-2/+7
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg-0/+6
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg-0/+16
2025-05-05um: Remove legacy network transport infrastructureTiwei Bie-121/+0
2025-05-05um: Remove obsolete legacy network transportsTiwei Bie-1/+0
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+19
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie-2/+1
2025-03-20um: Add pthread-based helper supportTiwei Bie-0/+5
2025-03-18um: remove copy_from_kernel_nofault_allowedBenjamin Berg-1/+0
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg-6/+13
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)-1/+0
2024-11-12um: move thread info into taskBenjamin Berg-5/+2
2024-11-07um: remove broken double fault detectionBenjamin Berg-1/+0
2024-11-07um: remove duplicate UM_NSEC_PER_SEC definitionBenjamin Berg-1/+0
2024-11-07um: remove file sync for stub dataBenjamin Berg-1/+0
2024-11-07um: always include kconfig.h and compiler-version.hBenjamin Berg-22/+3
2024-10-25um: Add os_set_pdeathsig helper functionTiwei Bie-0/+2
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg-1/+5
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie-3/+0
2024-10-23um: remove fault_catcher infrastructureJohannes Berg-1/+0
2024-10-10um: Discover host_task_size from envpBenjamin Berg-4/+1
2024-10-10um: use execveat to create userspace MMsBenjamin Berg-0/+11
2024-10-10um: remove auxiliary FP registersBenjamin Berg-1/+1
2024-10-10um: always use the internal copy of the FP registersBenjamin Berg-6/+0
2024-10-10um: Fix the definition for physmem_sizeTiwei Bie-0/+2
2024-10-10um: Remove highmem leftoversTiwei Bie-4/+2
2024-10-10um: Remove unused os_getpgrp functionBenjamin Berg-1/+0
2024-10-10um: Remove unused os_stop_processBenjamin Berg-1/+0
2024-10-10um: Remove unused os_process_parentBenjamin Berg-1/+0
2024-10-10um: Remove unused os_process_pcBenjamin Berg-1/+0
2024-09-12um: Remove the declaration of user_thread functionTiwei Bie-1/+0
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie-4/+1
2024-09-12um: Remove obsoleted declaration for execute_syscall_skasGaosheng Cui-1/+0
2024-07-03um: refactor TLB update handlingBenjamin Berg-0/+1