Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-25 14:24:40 to 2026-08-26 09:19:26 UTC [more...]

[PATCH v11 00/46] guest_memfd: In-place conversion support
 2026-08-26  9:18 UTC  (18+ messages)
` [PATCH v11 01/46] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v11 02/46] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v11 03/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v11 04/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v11 05/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v11 06/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v11 07/46] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v11 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v11 09/46] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v11 10/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v11 11/46] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v11 12/46] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v11 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()

[PATCH 0/6] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
 2026-08-26  9:10 UTC  (15+ messages)
` [PATCH 1/6] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [PATCH 2/6] mm/mglru: batch update lrugen->protected "
` [PATCH 3/6] mm/mglru: enhance cold/hot inversion handling "
` [PATCH 4/6] mm/mglru: exclude folios promoted by aging from protected "
` [PATCH 5/6] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail

[PATCH v3 0/3] mm: khugepaged: fix tracepoint UAF
 2026-08-26  9:10 UTC  (26+ messages)
` [PATCH v3 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
` [PATCH v3 2/3] mm: khugepaged: fix folio is used after pte_unmap_unlock()
` [PATCH v3 3/3] mm: khugepaged: fix folio is used after folio_put/unlock()

[PATCH v7 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-08-26  9:06 UTC  (7+ messages)
` [PATCH v7 2/2] "

[PATCH] mm/vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-08-26  9:04 UTC  (7+ messages)

[PATCH v2 00/13] Make SBR work for CXL Downstream Ports
 2026-08-26  9:04 UTC  (7+ messages)
` [PATCH v2 09/13] PCI/CXL: Disable and re-enable CXL regions
` [PATCH v2 10/13] PCI/CXL: Clear ACS SV across an SBR of a CXL DPort
` [PATCH v2 11/13] PCI/DPC: Unbind regions for DPC recovery

[PATCH v2] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
 2026-08-26  8:35 UTC  (2+ messages)

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-26  8:32 UTC  (6+ messages)
` [PATCH v5 2/2] "

[RFC PATCH v3 0/8] batch lookups in follow_page_mask()
 2026-08-26  8:27 UTC  (6+ messages)

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-26  8:04 UTC  (14+ messages)

Removing ->dirty_folio
 2026-08-26  8:01 UTC  (21+ messages)

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-26  7:57 UTC  (3+ messages)

[PATCH v6 0/3] mm: make persistent huge zero folio read-only
 2026-08-26  7:53 UTC  (15+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v6 3/3] x86/mm: "

[PATCH] mm: workingset: judge cross-memcg refaults by generation age
 2026-08-26  7:51 UTC 

[PATCH 0/7] Remove aops->launder_folio
 2026-08-25 15:50 UTC  (2+ messages)

[PATCH] mm/gup: add NULL check for unlocked parameter in fixup_user_fault()
 2026-08-26  7:49 UTC  (2+ messages)

[PATCH] maple_tree: Annotate lockless pivot reads for KCSAN
 2026-08-26  7:44 UTC 

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-26  7:38 UTC  (11+ messages)

[PATCH] selftests/mm: fix line buffer leak in mremap_test is_range_mapped()
 2026-08-26  7:37 UTC  (2+ messages)

[PATCH] mm/hugetlb: fix missing migratable flag on same-node hugetlb migration
 2026-08-26  7:23 UTC  (4+ messages)

[PATCH 1/1] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
 2026-08-26  7:12 UTC  (3+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-26  6:53 UTC  (17+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating

[PATCH] selftests/exec: Fix check-exec-tests.sh with O=
 2026-08-26  6:42 UTC 

[PATCH] mm/gup: add NULL check for unlocked parameter in fixup_user_fault()
 2026-08-26  6:29 UTC 

[PATCH] mm/memcg: fix NULL nodeinfo[] dereference on late-onlined nodes
 2026-08-26  6:30 UTC  (2+ messages)

[PATCH mm-stable] mm/khugepaged: avoid unnecessary checking for swap entries when collapsing a mTHP
 2026-08-26  4:43 UTC  (2+ messages)

[PATCH] mm/huge_memory: transfer the pmd dirty bit to the folio on zap
 2026-08-26  4:42 UTC  (9+ messages)

[PATCH v5 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-08-26  3:24 UTC  (5+ messages)
` [PATCH v5 10/17] mm/hugetlb: switch HugeTLB to section-based vmemmap optimization

[PATCH v2 1/1] mm/slab_common: reject zero object_size before calculate_alignment
 2026-08-26  2:58 UTC  (2+ messages)

[PATCH v2] docs: cgroup: document empty-write behavior of memory limit knobs
 2026-08-26  2:17 UTC 

[PATCH v3 00/18] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-26  2:06 UTC  (13+ messages)
` [PATCH v3 04/18] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v3 11/18] mm/huge_memory: allow splitting mappingless swap cache folios
` [PATCH v3 12/18] mm/huge_memory: add kerneldoc for the split helpers
` [PATCH v3 13/18] mm/huge_memory: drop the unused do_lru argument of the file split helper
` [PATCH v3 16/18] mm/huge_memory: clarify supported split orders in comment
` [PATCH v3 18/18] mm/huge_memory: drop the redundant mapping argument of __split_frozen_folio

[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-08-26  1:24 UTC  (5+ messages)
` [PATCH v8 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v8 3/3] riscv: store percpu offset into thread_info

[akpm-mm:mm-new] BUILD SUCCESS 1a46b1e97bde62afa7d925bb0dcd9f9748a1d7c3
 2026-08-26  1:14 UTC 

[PATCH] mm/memcontrol: remove unused memcg parameter in calculate_high_delay()
 2026-08-26  0:26 UTC  (3+ messages)

[PATCH v3] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
 2026-08-26  0:23 UTC  (2+ messages)

[PATCH 0/3] mm/mglru: clean up isolate_folios and scan_folios for readability and clarity
 2026-08-25 21:44 UTC  (9+ messages)
` [PATCH 2/3] mm/mglru: improve scan_folios() exhaustion detection

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-08-25 21:27 UTC  (4+ messages)

[PATCH v2 0/5] x86/mm/pat: CPA fixes
 2026-08-25 20:05 UTC  (4+ messages)

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-25 20:01 UTC  (8+ messages)
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations

[PATCH v2 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-25 19:30 UTC  (5+ messages)
` [PATCH v2 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v2 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v2 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection

[PATCH v9 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-25 18:41 UTC  (5+ messages)
` [PATCH v9 05/15] guest_memfd: Use folio_has_hwpoisoned_page()

[PATCH] selftests/mm: check strdup() and fix buf leak in parse_test_type()
 2026-08-25 18:32 UTC  (8+ messages)

[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
 2026-08-25 18:20 UTC  (8+ messages)
` [PATCH v3 1/6] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v3 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v3 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v3 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH v3 6/6] mm/mglru: fix potential generation folio number leak

[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
 2026-08-25 17:34 UTC  (9+ messages)

[PATCH v3 0/3] mm: fix workingset refaults in the zswap writeback path
 2026-08-25 17:24 UTC  (4+ messages)
` [PATCH v3 1/3] mm/swap: move LRU insertion out of the swap cache allocator
` [PATCH v3 2/3] mm/swap: refault on swap-in, not in "
` [PATCH v3 3/3] mm/zswap: preserve the workingset shadow across writeback

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-25 17:16 UTC  (7+ messages)
` [PATCH RFC v3 1/3] mm/zswap: release retired pools via call_rcu() instead of synchronize_rcu()
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [PATCH RFC v3 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry

[PATCH v4 0/3] mm: zswap: free cold writeback folios promptly
 2026-08-25 16:57 UTC  (4+ messages)
` [PATCH v4 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-25 16:52 UTC  (3+ messages)
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer

[PATCH] swiotlb: avoid double copy with swiotlb on tx socket
 2026-08-25 16:33 UTC  (3+ messages)

[PATCH] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
 2026-08-25 15:58 UTC  (11+ messages)
` [PATCH v2] "

[PATCH v4 00/11] Virtual Swap Space (Swap Table Edition)
 2026-08-25 15:32 UTC  (12+ messages)
` [PATCH v4 01/11] mm, swap: add virtual swap device infrastructure
` [PATCH v4 02/11] mm, swap: support zswap and zero-filled swap pages as vswap backends
` [PATCH v4 03/11] mm, swap: prepare the swap IO path for vswap
` [PATCH v4 04/11] mm, swap: support physical swap as a vswap backend
` [PATCH v4 05/11] mm, swap: enable THP swapin for vswap entries
` [PATCH v4 06/11] mm, swap: write back vswap zswap entries to physical swap
` [PATCH v4 07/11] mm, swap: reclaim physical slots backing cache-only vswap entries
` [PATCH v4 08/11] mm, swap: only charge physical swap entries
` [PATCH v4 09/11] mm, swap: add debugfs counters for vswap
` [PATCH v4 10/11] mm, swap: defer memcg_table allocation for physical swap clusters
` [PATCH v4 11/11] mm, swap: widen swap_info_struct max/pages to unsigned long

[PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
 2026-08-25 15:00 UTC  (12+ messages)

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-25 14:58 UTC  (2+ messages)

[PATCH v2 0/2] support kselftest on nommu platform
 2026-08-25 14:28 UTC  (5+ messages)


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