Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-22 18:53:50 to 2026-06-23 12:54:23 UTC [more...]

[PATCH v5 0/2] luo: convert serialized ptr to KHOSER_PTR
 2026-06-23 12:54 UTC  (9+ messages)
` [PATCH v5 1/3] mm/memfd_luo: validate serialized_data before conversion
` [PATCH v5 2/3] kho: add KHOSER_COPY_PTR to allow phys copy of serialized ptr
` [PATCH v5 3/3] luo: Update serialized data to use KHOSER_PTR

[RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
 2026-06-23 12:48 UTC  (10+ messages)
` [RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test

[PATCH v9 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-06-23 12:43 UTC  (7+ messages)

[PATCH][v2] mm/dmapool: Untangle CONFIG_SLUB_DEBUG_ON abuse and switch to static key
 2026-06-23 12:12 UTC 

[RFC] arm64: early_ioremap fails to map ACPI MADT on 64K pages
 2026-06-23 12:07 UTC  (3+ messages)

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-06-23 11:49 UTC  (25+ messages)
` [PATCH v4 02/12] mm/rmap: Add try_to_unmap_hugetlb_one
` [PATCH v4 03/12] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH v4 04/12] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v4 08/12] mm/swapfile: Add batched version of folio_put_swap
` [PATCH v4 09/12] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH v4 10/12] mm/rmap: refactor anon folio unmap in try_to_unmap_one
` [PATCH v4 11/12] mm/mprotect: drop 'sub' from page_anon_exclusive_sub_batch

[PATCH v2] mm: avoid KCSAN false positive in memdesc_nid()
 2026-06-23 11:48 UTC  (2+ messages)

[PATCH 0/2] mm: remove redundant static variable initializations
 2026-06-23 11:47 UTC  (3+ messages)
` [PATCH 1/2] mm/kasan: remove redundant initialization for kasan_flag_write_only
` [PATCH 2/2] mm/memory-failure: remove redundant initialization for hw_memory_failure

[PATCH] rust: helpers: move list_lru and task_work helpers out of binder.c
 2026-06-23 11:42 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v4 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-23  9:32 UTC  (15+ messages)
` [PATCH v4 1/3] mm, swap: make SWAPFILE_CLUSTER runtime
` [PATCH v4 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER
` [PATCH v4 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64

[PATCH 0/3] ovl: make cachestat() work
 2026-06-23 11:14 UTC  (4+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files
` [PATCH 3/3] selftests/cachestat: add an overlayfs test case

[akpm-mm:mm-new] BUILD SUCCESS 189ce3c81f8188fb737d59a8a8784f074e830238
 2026-06-23 11:15 UTC 

[PATCH v2] mm/slub: deduplicate NUMA policy calculation in allocation paths
 2026-06-23 11:04 UTC 

[PATCH v2 00/11] hugetlb: Use PAGE granularity index in exported i/f and adopt the common read_iter
 2026-06-23 10:54 UTC  (3+ messages)
` [PATCH v2 05/11] hugetlb: Convert the vmf->pgoff to PAGE_SIZE granularity

[PATCH v4 0/2] luo: convert serialized ptr to KHOSER_PTR
 2026-06-23 10:53 UTC  (9+ messages)
` [PATCH v4 1/2] kho: add KHOSER_COPY_TYPE(UN)SAFE for phys copy
` [PATCH v4 2/2] luo: Update serialized data to use KHOSER_PTR

[PATCH] mm: avoid KCSAN false positive in page_to_nid()
 2026-06-23 10:25 UTC  (3+ messages)

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-06-23 10:14 UTC  (2+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-06-23 10:10 UTC  (15+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-23  9:48 UTC  (49+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-23  9:42 UTC  (2+ messages)

[PATCH v2 00/13] mm: Some cleanups for page allocator APIs
 2026-06-23  9:31 UTC  (4+ messages)
` [PATCH v2 13/13] mm: remove __GFP_NO_CODETAG

[PATCH] mm/mm_init: fix incorrect node_spanned_pages
 2026-06-23  9:26 UTC  (5+ messages)

[RFC Patch 0/3] mm/mm_init: fix and cleanup mirrored_kernelcore
 2026-06-23  9:23 UTC  (4+ messages)
` [RFC Patch 1/3] mm/mm_init: adjust overlapped zone for mirror memory too
` [RFC Patch 2/3] mm/mm_init: remove overlap_memmap_init() as no overlapped zone
` [RFC Patch 3/3] mm/mm_init: remove special handling absent pages for mirrored_kernelcore

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-23  9:19 UTC  (15+ messages)

[PATCH v2] mm: mglru: fix stale batch updates after memcg reparenting
 2026-06-23  9:14 UTC  (7+ messages)

[PATCH] mm: memcg: remove stray text from obj_stock_pcp comment
 2026-06-23  9:02 UTC  (3+ messages)

[PATCH v3] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
 2026-06-23  8:54 UTC  (2+ messages)

[Linux Memory Hotness and Promotion] Notes from June 18, 2026
 2026-06-23  8:47 UTC  (2+ messages)

[PATCH] docs/mm: clarify that we are not looking for LLM generated content
 2026-06-23  8:15 UTC  (2+ messages)

[PATCH v2 0/9] kmem_cache instances with static storage duration
 2026-06-23  8:09 UTC  (3+ messages)
` [RFC PATCH v3 00/10] "

[PATCH] mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in comment
 2026-06-23  7:40 UTC 

[PATCH v3] mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access
 2026-06-23  7:38 UTC  (3+ messages)

[PATCH hotfix] mm/compaction: handle free_pages_prepare() properly in compaction_free()
 2026-06-23  7:26 UTC  (4+ messages)

[PATCH 1/6] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
 2026-06-23  6:52 UTC  (6+ messages)
` [PATCH 2/6] mm/page_owner: use MIGRATE_REASON_NONE instead of -1 for last_migrate_reason
` [PATCH 3/6] mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
` [PATCH 4/6] mm/page_owner: add missing newline to count_threshold format string
` [PATCH 5/6] mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
` [PATCH 6/6] mm/page_owner: drop redundant page_owner prefix from static symbols

[PATCH] drm/shmem_helper: Check VMA boundaries for PMD mappings
 2026-06-23  6:46 UTC  (2+ messages)

[PATCH 0/3] memcg: bail out reclaim when memcg is dying
 2026-06-23  6:27 UTC  (4+ messages)
` [PATCH 1/3] memcg: bail out memory.high "
` [PATCH 2/3] memcg: bail out memory.max "
` [PATCH 3/3] memcg: bail out proactive reclaim "

[PATCH v10 3/4] tools/mm: add page_owner_filter userspace tool
 2026-06-23  6:24 UTC  (3+ messages)

[PATCH] lib/maple_tree: add missing spaces after switch keyword
 2026-06-23  6:17 UTC 

[PATCH] MAINTAINERS: Add Lance as an rmap reviewer
 2026-06-23  5:37 UTC  (5+ messages)

[PATCH v6 0/2] mm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-06-23  5:32 UTC  (5+ messages)
` [PATCH v6 1/2] mm: Introduce opportunistic_compaction concept to vmscan and shrinkers

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-23  5:02 UTC  (6+ messages)

[BUG] mm: mglru: stale aging batch triggers lru_gen_exit_memcg warning
 2026-06-23  2:20 UTC  (6+ messages)
` [PATCH] mm: mglru: fix stale batch updates after memcg reparenting

[PATCH] fs/proc: fix KPF_KSM reported for all anonymous pages
 2026-06-23  1:37 UTC  (3+ messages)

[PATCH v9 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-06-23  1:29 UTC  (10+ messages)
` [PATCH v9 3/6] mm: memcontrol: add interface for swap tier selection

[RFC PATCH v1.3] mm/damon/ops-common: handle extreme intervals in damon_hot_score()
 2026-06-23  1:16 UTC 

[PATCH v5 2/4] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
 2026-06-23  0:56 UTC  (3+ messages)
  ` [PATCH v5 3/4] mm/zsmalloc: drop class lock before freeing zspage
  ` [PATCH v5 4/4] mm/zsmalloc: document free_zspage helper variants

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-23  0:35 UTC  (7+ messages)

[RFC PATCH v2 0/7] mm, swap: Virtual Swap Space (Swap Table Edition)
 2026-06-23  0:23 UTC  (6+ messages)
` [RFC PATCH v2 2/7] mm, swap: support zswap and zeroswap as vswap backends
` [RFC PATCH v2 3/7] mm, swap: support physical swap as a vswap backend

[PATCH] mm/bpf_memcontrol: mark BPF memcg kfuncs static
 2026-06-23  0:16 UTC  (5+ messages)

[PATCH] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-22 23:45 UTC  (5+ messages)

[PATCH v4 0/5] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-22 23:42 UTC  (13+ messages)
` [PATCH v4 1/5] mm/zswap: Extend shrink_memcg() writeback capability
` [PATCH v4 2/5] mm/zswap: Factor writeback loop out of shrink_worker()
` [PATCH v4 3/5] mm/zswap: Implement proactive writeback
` [PATCH v4 4/5] mm/zswap: Add per-memcg stat for "

[RESEND PATCH v3 0/2] luo: convert serialized ptr to KHOSER_PTR
 2026-06-22 22:59 UTC  (4+ messages)
` [RESEND PATCH v3 1/2] kho: add KHOSER_COPY_TYPE(UN)SAFE for phys copy

[RFC PATCH v2 1/3] mm/huge_memory: make persistent huge zero folio read-only
 2026-06-22 22:07 UTC  (4+ messages)

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-06-22 21:08 UTC  (4+ messages)

[RFC PATCH] shmem: Use invalidate_lock instead of shmem_falloc
 2026-06-22 20:42 UTC 

[syzbot ci] Re: mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access
 2026-06-22 20:24 UTC  (4+ messages)
` [syzbot ci] "

[PATCH v2] mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access
 2026-06-22 19:44 UTC  (2+ messages)

[RFC PATCH] filemap: Remove file pinning during fault handling
 2026-06-22 19:34 UTC  (2+ messages)

[PATCH mm-hotfixses] Revert "mm: limit filemap_fault readahead to VMA boundaries"
 2026-06-22 19:29 UTC  (11+ messages)

[PATCH v3 0/9] liveupdate: kvm: guest_memfd preservation
 2026-06-22 18:55 UTC  (5+ messages)
` [PATCH v3 3/9] kvm: kvm_luo: Allow kvm preservation with LUO
` [PATCH v3 4/9] kvm: guest_memfd: Move internal definitions and helper to new header
` [PATCH v3 5/9] kvm: guest_memfd: Add support for freezing and unfreezing mappings

[PATCH v5] mm/lruvec: trace LRU add drains and drain-all requests
 2026-06-22 18:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox