messages from 2025-02-08 07:23:01 to 2025-03-12 16:13:20 UTC [more...]
[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/9] SECCOMP based userspace for UML
2025-03-07 10:27 UTC (12+ 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 v2 0/4] um: Make errno multi-thread safe
2025-03-06 15:07 UTC (5+ 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 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 RFC v2 00/29] Address Space Isolation (ASI)
2025-02-28 15:32 UTC (7+ messages)
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
[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 (21+ 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 3/7] sparc32: Remove custom "
` [PATCH 4/7] x86: "
` [PATCH 5/7] um: "
` [PATCH 6/7] mm: Make mk_pte() definition unconditional
` [PATCH 7/7] mm: Add folio_mk_pte()
[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-19 17:16 UTC (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-02-19 14:06 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH AUTOSEL 6.6 14/17] um: virt-pci: don't use kmalloc()
2025-02-19 7:42 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 15/17] um: virtio_uml: use raw spinlock
[PATCH AUTOSEL 6.1 11/13] um: virt-pci: don't use kmalloc()
2025-02-18 20:28 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 12/13] um: virtio_uml: use raw spinlock
[PATCH AUTOSEL 5.15 6/6] um: virtio_uml: use raw spinlock
2025-02-18 20:28 UTC
[PATCH AUTOSEL 6.12 21/31] um: virt-pci: don't use kmalloc()
2025-02-18 20:26 UTC (3+ messages)
` [PATCH AUTOSEL 6.12 22/31] um: virtio_uml: use raw spinlock
` [PATCH AUTOSEL 6.12 23/31] um: convert irq_lock to "
[PATCH AUTOSEL 6.13 21/31] um: virt-pci: don't use kmalloc()
2025-02-18 20:24 UTC (3+ messages)
` [PATCH AUTOSEL 6.13 22/31] um: virtio_uml: use raw spinlock
` [PATCH AUTOSEL 6.13 23/31] um: convert irq_lock to "
[GIT PULL] UML fixes for v6.14-rc3
2025-02-16 1:31 UTC (2+ messages)
[PATCH] um: Allocate vdso page pointer statically
2025-02-12 4:57 UTC
[PATCH v1] kbuild: Allow building of samples with UML
2025-02-11 10:50 UTC (4+ messages)
[PATCH] um: add back support for FXSAVE registers
2025-02-11 7:04 UTC (2+ messages)
[PATCH 0/2] Remove incorrect host mincore call and add rodata handling
2025-02-10 16:09 UTC (3+ messages)
` [PATCH 1/2] um: mark rodata read-only and implement _nofault accesses
` [PATCH 2/2] um: remove copy_from_kernel_nofault_allowed
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()
[PATCH 1/2] rust: pass correct target to bindgen on Usermode Linux
2025-02-10 10:55 UTC
[PATCH] arch: um: Pass the correct Rust target and options with gcc
2025-02-10 10:53 UTC
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-02-08 7:22 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).