linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-07 08:21:26 to 2024-10-24 12:11:25 UTC [more...]

[RFC PATCH 00/13] nommu UML
 2024-10-24 12:09 UTC  (11+ messages)
` [RFC PATCH 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
` [RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic
` [RFC PATCH 03/13] um: nommu: memory handling
` [RFC PATCH 04/13] x86/um: nommu: syscall handling
` [RFC PATCH 05/13] x86/um: nommu: syscall translation by zpoline
` [RFC PATCH 06/13] x86/um: nommu: process/thread handling
` [RFC PATCH 07/13] um: nommu: configure fs register on host syscall invocation
` [RFC PATCH 08/13] x86/um/vdso: nommu: vdso memory update
` [RFC PATCH 09/13] x86/um: nommu: signal handling
` [RFC PATCH 10/13] x86/um: nommu: stack save/restore on vfork

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (27+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-10-23 16:27 UTC  (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[RFC PATCH v2 0/9] SECCOMP based userspace for UML
 2024-10-23 14:08 UTC  (10+ messages)
` [RFC PATCH v2 1/9] um: Store full CSGSFS and SS register from mcontext
` [RFC PATCH v2 2/9] um: Move faultinfo extraction into userspace routine
` [RFC PATCH v2 3/9] um: Add UML_SECCOMP configuration option
` [RFC PATCH v2 4/9] um: Add stub side of SECCOMP/futex based process handling
` [RFC PATCH v2 5/9] um: Add helper functions to get/set state for SECCOMP
` [RFC PATCH v2 6/9] um: Add SECCOMP support detection and initialization
` [RFC PATCH v2 7/9] um: Track userspace children dying in SECCOMP mode
` [RFC PATCH v2 8/9] um: Implement kernel side of SECCOMP based process handling
` [RFC PATCH v2 9/9] um: pass FD for memory operations when needed

[PATCH v5] um: switch to regset API and depend on XSTATE
 2024-10-23  9:41 UTC 

[PATCH v4] um: switch to regset API and depend on XSTATE
 2024-10-23  9:34 UTC 

[PATCH v3] um: switch to regset API and depend on XSTATE
 2024-10-23  9:11 UTC  (2+ messages)

[PATCH] um: restore process name
 2024-10-23  7:19 UTC  (2+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-10-23  5:36 UTC  (3+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH] um: make stub_exe _start() pure inline asm
 2024-10-23  4:43 UTC  (2+ messages)

[PATCH v2] um: Fix misaligned stack in stub_exe
 2024-10-22 10:12 UTC  (2+ messages)

[PATCH] um: Fix misaligned stack in stub_exe
 2024-10-21 10:26 UTC  (3+ messages)

[PATCH v9 00/10] Increased address space for 64 bit
 2024-10-17 23:17 UTC  (9+ messages)
` [PATCH v9 02/10] um: use execveat to create userspace MMs

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 23:58 UTC  (40+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

[PATCH 0/2] um: Fix a couple of issues with stub_exe when building with clang
 2024-10-16 21:12 UTC  (3+ messages)
` [PATCH 1/2] um: Fix passing '-n' to linker for stub_exe
` [PATCH 2/2] um: Disable auto variable initialization for stub_exe.c

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-16 14:36 UTC  (6+ messages)

provide generic page_to_phys and phys_to_page implementations v2
 2024-10-15  5:44 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid

[PATCH v2 0/2] um: Some page bit cleanups
 2024-10-11 10:23 UTC  (3+ messages)
` [PATCH v2 1/2] um: Abandon the _PAGE_NEWPROT bit
` [PATCH v2 2/2] um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNC

[PATCH 0/3] vdso: Always reject undefined references in during linking
 2024-10-11  9:18 UTC  (4+ messages)
` [PATCH 1/3] x86: "
` [PATCH 2/3] um: "
` [PATCH 3/3] sparc: "

[PATCH] um: Abandon the _PAGE_NEWPROT bit
 2024-10-11  8:53 UTC  (5+ messages)

[PATCH 0/9] um: Some parameter cleanups
 2024-10-11  4:04 UTC  (10+ messages)
` [PATCH 1/9] um: Remove UML specific debug parameter
` [PATCH 2/9] um: Do not propagate mem parameter to kernel
` [PATCH 3/9] um: Do not propagate uml_dir "
` [PATCH 4/9] um: Do not propagate dtb "
` [PATCH 5/9] um: Do not propagate noreboot "
` [PATCH 6/9] hostfs: Do not propagate hostfs "
` [PATCH 7/9] um: hostaudio: Do not propagate dsp "
` [PATCH 8/9] um: hostaudio: Do not propagate mixer "
` [PATCH 9/9] um: Do not propagate initrd "

[RFC PATCH] um: mark rodata read-only and implement _nofault accesses
 2024-10-10 21:12 UTC 

[PATCH] um: remove fault_catcher infrastructure
 2024-10-10 20:45 UTC 

[PATCH v2] um: insert scheduler ticks when userspace does not yield
 2024-10-10 14:25 UTC 

[RFC PATCH 0/9] SECCOMP based userspace for UML
 2024-10-10 12:25 UTC  (11+ messages)
` [RFC PATCH 3/9] um: Add UML_SECCOMP configuration option
` [RFC PATCH 4/9] um: Add stub side of SECCOMP/futex based process handling
` [RFC PATCH 7/9] um: Track userspace children dying in SECCOMP mode
` [RFC PATCH 8/9] um: Implement kernel side of SECCOMP based process handling

[PATCH v2] um: switch to regset API and depend on XSTATE
 2024-10-10 11:48 UTC 

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-09  3:17 UTC  (2+ messages)

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (4+ messages)
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()

[PATCH] um: switch to regset API and depend on XSTATE
 2024-10-07  9:20 UTC 

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (5+ messages)
` [PATCH v7 09/10] um: Add dummy implementation for IO memcpy/memset


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).