linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-19 07:40:58 to 2025-03-20 15:16:39 UTC [more...]

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-20 10:44 UTC  (11+ messages)
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-19  9:28 UTC  (2+ messages)
` [PATCH v2 01/57] irqdomain: um: use irq_domain_create_linear() helper

[PATCH 0/3] um: Add VFIO-based PCI passthrough support
 2025-03-20 15:16 UTC  (6+ messages)
` [PATCH 1/3] um: Rewrite the sigio workaround based on epoll and tgkill
` [PATCH 2/3] um: virt-pci: Refactor virtio_pcidev into its own module
` [PATCH 3/3] um: Add VFIO-based virtual PCI driver

[PATCH v3 0/4] um: Make errno multi-thread safe
 2025-03-20 14:42 UTC  (7+ messages)
` [PATCH v3 1/4] um: Add pthread-based helper support
` [PATCH v3 2/4] um: ubd: Switch to the pthread-based helper
` [PATCH v3 3/4] um: Switch to the pthread-based helper in sigio workaround
` [PATCH v3 4/4] um: Prohibit the VM_CLONE flag in run_helper_thread()

[PATCH v2 0/4] um: Make errno multi-thread safe
 2025-03-19 12:07 UTC  (11+ messages)
` [PATCH v2 1/4] um: Add pthread-based helper support
` [PATCH v2 2/4] um: ubd: Switch to the pthread-based helper
` [PATCH v2 3/4] um: Switch to the pthread-based helper in sigio workaround
` [PATCH v2 4/4] um: Prohibit the VM_CLONE flag in run_helper_thread()

[PATCH 1/2] rust: pass correct target to bindgen on Usermode Linux
 2025-03-18 10:34 UTC  (4+ messages)

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

[PATCH 35/41] um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers
 2025-03-18  9:59 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-17 12:40 UTC  (19+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH AUTOSEL 6.6 14/17] um: virt-pci: don't use kmalloc()
 2025-03-15  1:29 UTC  (3+ messages)

[PATCH] um: work around sched_yield not yielding in time-travel mode
 2025-03-14 13:08 UTC 

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-12 16:09 UTC  (31+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH] um: hostfs: avoid issues on inode number reuse by host
 2025-03-12 12:53 UTC  (2+ messages)

[RFC PATCH 0/3] um: Add VFIO-based PCI passthrough support
 2025-03-10  7:40 UTC  (4+ messages)
` [RFC PATCH 1/3] um: Rewrite the sigio workaround based on epoll and tgkill
` [RFC PATCH 2/3] um: virt-pci: Refactor virtio_pcidev into its own module
` [RFC PATCH 3/3] um: Add VFIO-based virtual PCI driver

[PATCH 0/6 v2] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-03-05 10:53 UTC  (13+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
    ` [PATCH 4/6 - REVISED] "
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-03-04  6:11 UTC  (22+ messages)
` [PATCH v2 1/6] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH v2 2/6] mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc *
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
  ` [PATCH v2 3/6 update] "
` [PATCH v2 4/6] riscv: pgtable: unconditionally "
  ` [External] "
` [PATCH v2 5/6] x86: pgtable: convert to "
` [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()

[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-03-03 11:20 UTC  (3+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH] um/locking: Remove semicolon from "lock" prefix
 2025-02-28  9:00 UTC 

[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
 2025-02-26 13:23 UTC  (5+ messages)
` [PATCH 3/3] x86: avoid copying dynamic FP state from init_task

[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-26  3:35 UTC  (34+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry

[PATCH 0/4] um: Make errno multi-thread safe
 2025-02-21  8:40 UTC  (5+ messages)
` [PATCH 1/4] um: Add the pthread-based helper support
` [PATCH 2/4] um: ubd: Switch to the pthread-based helper
` [PATCH 3/4] um: Switch to the pthread-based helper in sigio workaround
` [PATCH 4/4] um: Prohibit the VM_CLONE flag in run_helper_thread()

[PATCH] um: Update min_low_pfn to match changes in uml_reserved
 2025-02-21  4:18 UTC 

[PATCH] um: use str_yes_no() to remove hardcoded "yes" and "no"
 2025-02-20 22:39 UTC 

[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()
 2025-02-19 20:53 UTC  (8+ messages)
` [PATCH 1/7] mm: Set the pte dirty if the folio is already dirty
` [PATCH 2/7] mm: Introduce a common definition of mk_pte()
` [PATCH 4/7] x86: Remove custom "

[PATCH v6 3/6] syscall.h: introduce syscall_set_nr()
 2025-02-19 17:16 UTC  (2+ messages)

[PATCH v6 2/6] syscall.h: add syscall_set_arguments()
 2025-02-19 17:15 UTC  (2+ messages)

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-02-19 14:06 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).