messages from 2025-06-25 17:21:20 to 2025-06-26 15:42:41 UTC [more...]
[RFC v2 00/16] Live Update Orchestrator
2025-06-26 15:42 UTC (7+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-06-26 15:31 UTC (12+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
` [PATCH v2 02/11] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v2 03/11] kasan/arm: "
` [PATCH v2 04/11] kasan/xtensa: "
` [PATCH v2 05/11] kasan/loongarch: "
` [PATCH v2 06/11] kasan/um: "
` [PATCH v2 07/11] kasan/x86: "
` [PATCH v2 08/11] kasan/s390: "
` [PATCH v2 09/11] kasan/powerpc: "
` [PATCH v2 10/11] kasan/riscv: "
` [PATCH v2 11/11] kasan: replace kasan_arch_is_ready with kasan_enabled
[PATCH 3/3] samples/damon: fix bugs for damon sample for start failures
2025-06-26 15:28 UTC (3+ messages)
[PATCH 1/3] mm/damon: do not allow creating zero size region
2025-06-26 15:27 UTC (3+ messages)
[PATCHv7 00/16] x86: Enable Linear Address Space Separation support
2025-06-26 15:22 UTC (7+ messages)
` [PATCHv7 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv7 01/16] x86/cpu: Enumerate the LASS feature bits
[PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits
2025-06-26 15:18 UTC (9+ messages)
[PATCH v4 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
2025-06-26 15:06 UTC (21+ messages)
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-06-26 14:12 UTC (8+ messages)
` [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH 1/5] rust: percpu: introduce a rust API for per-CPU variables
2025-06-26 14:05 UTC (2+ messages)
[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-06-26 13:52 UTC (9+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 5/9] kasan/loongarch: call kasan_init_generic in kasan_init
` [PATCH 9/9] kasan/powerpc: "
[PATCH 0/8] update DMA API documentation
2025-06-26 13:48 UTC (17+ messages)
` [PATCH 2/8] docs: dma-api: replace consistent with coherent
` [PATCH 3/8] docs: dma-api: remove remnants of PCI DMA API
` [PATCH 6/8] docs: dma-api: clarify DMA addressing limitations
` [PATCH 7/8] docs: dma-api: update streaming DMA API physical address constraints
` [PATCH 8/8] docs: dma-api: clean up documentation of dma_map_sg()
[PATCH v1 00/32] Live Update Orchestrator
2025-06-26 13:00 UTC (41+ messages)
` [PATCH v1 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v1 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 04/32] kho: allow to drive kho from within kernel
` [PATCH v1 05/32] kho: make debugfs interface optional
` [PATCH v1 06/32] kho: drop notifiers
` [PATCH v1 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v1 08/32] kho: don't unpreserve memory during abort
` [PATCH v1 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v1 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v1 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v1 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v1 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v1 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v1 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v1 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v1 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v1 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v1 23/32] docs: add luo documentation
` [PATCH v1 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v1 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v1 27/32] mm: shmem: export some functions to internal.h
` [PATCH v1 28/32] luo: allow preserving memfd
` [PATCH v1 29/32] docs: add documentation for memfd preservation via LUO
` [RFC v1 30/32] tools: introduce libluo
` [RFC v1 31/32] libluo: introduce luoctl
` [RFC v1 32/32] libluo: add tests
[PATCH] tmpfs: zero post-eof folio range on file extension
2025-06-26 12:55 UTC (4+ messages)
[PATCH v4 0/4] support large align and nid in Rust allocators
2025-06-26 12:40 UTC (7+ messages)
` [PATCHi v4 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v4 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v4 3/4] rust: support large alignments in allocations
` [PATCH v4 4/4] rust: support NUMA ids "
[PATCH v2 0/8] Cache coherency management subsystem
2025-06-26 9:55 UTC (6+ messages)
[PATCH v2] sched/numa: Introduce per cgroup numa balance control
2025-06-26 9:07 UTC (3+ messages)
[PATCH 1/2] mm: add gpu active/reclaim per-node stat counters (v2)
2025-06-26 9:00 UTC (6+ messages)
[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
2025-06-26 8:47 UTC (8+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-06-26 8:43 UTC (18+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 02/16] MAINTAINERS: Include device.py under DRIVER CORE entry
` [PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
` [PATCH 04/16] MAINTAINERS: Include radixtree.py under GENERIC RADIX TREE entry
` [PATCH 05/16] MAINTAINERS: Include interrupts.py under IRQ SUBSYSTEM entry
` [PATCH 06/16] MAINTAINERS: Include kasan.py under KASAN entry
` [PATCH 07/16] MAINTAINERS: Include mapletree.py under MAPLE TREE entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
` [PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
` [PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
` [PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
` [PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
` [PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
` [PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry
[PATCH] Fix do_pages_stat to use compat_uptr_t
2025-06-26 8:16 UTC (7+ messages)
[RFC PATCH 0/3] Some remote_vm folio conversions
2025-06-26 8:14 UTC (9+ messages)
` [RFC PATCH 1/3] mm/memory.c: convert __copy_remote_vm_str() to folios
` [RFC PATCH 2/3] mm/memory.c: convert __access_remote_vm() "
` [RFC PATCH 3/3] mm: Remove unmap_and_put_page()
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-06-26 8:09 UTC (5+ messages)
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
[PATCH] mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
2025-06-26 7:00 UTC (3+ messages)
[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
2025-06-26 6:52 UTC (16+ messages)
[PATCH net-next v7 0/7] Split netmem from struct page
2025-06-26 6:41 UTC (2+ messages)
[PATCH net-next v6 0/9] Split netmem from struct page
2025-06-26 6:35 UTC (11+ messages)
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[RFC PATCH V2 00/13] mm: slowtier page promotion based on PTE A bit
2025-06-26 6:27 UTC (5+ messages)
` [RFC PATCH V2 03/13] mm: Scan the mm and create a migration list
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-06-26 6:10 UTC (3+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v4 12/15] kunit: Introduce UAPI testing framework
[PATCH 0/5] powerpc: Implement masked user access
2025-06-26 5:56 UTC (8+ messages)
[PATCH v2 0/3] Optimizations for khugepaged
2025-06-26 5:27 UTC (18+ messages)
` [PATCH 1/3] khugepaged: Optimize __collapse_huge_page_copy_succeeded() by PTE batching
` [PATCH v2 2/3] khugepaged: Optimize collapse_pte_mapped_thp() for large folios "
` [PATCH v2 3/3] khugepaged: Reduce race probability between migration and khugepaged
[PATCH] selftests/mm: remove duplicate .gitignore entries
2025-06-26 4:02 UTC (2+ messages)
[PATCH v4 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
2025-06-26 3:49 UTC (11+ messages)
[PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-26 1:52 UTC (3+ messages)
[PATCH -next v2 0/4] mm: per-node proactive reclaim
2025-06-25 23:10 UTC (3+ messages)
` [PATCH 4/4] mm: introduce per-node proactive reclaim interface
[PATCH 0/4] mm/userfaultfd: modulize memory types
2025-06-25 21:52 UTC (7+ messages)
` [PATCH 4/4] mm: Apply vm_uffd_ops API to core mm
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-25 21:47 UTC (3+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
[PATCH v3 0/2] support large align and nid in Rust allocators
2025-06-25 21:36 UTC (10+ messages)
` [PATCH v3 2/2] rust: support align and NUMA id in allocations
[PATCH v2 0/5] Misc rework on hugetlb faulting path
2025-06-25 20:47 UTC (5+ messages)
` [PATCH v2 2/5] mm,hugetlb: Sort out folio locking in the "
[PATCH] mm/hugetlb: Don't crash when allocating a folio if there are no resv
2025-06-25 20:46 UTC (7+ messages)
[linux-next:master] BUILD REGRESSION 1b152eeca84a02bdb648f16b82ef3394007a9dcf
2025-06-25 19:49 UTC
[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
2025-06-25 19:26 UTC (12+ messages)
[PATCH 0/5] rust: Add Per-CPU Variable API
2025-06-25 17:23 UTC (4+ messages)
` [PATCH 4/5] rust: percpu: Add pin-hole optimizations for numerics
[PATCH v2 next] mm,memory_hotplug: set failure reason in offline_pages()
2025-06-25 17:52 UTC (2+ 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).