public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 23:29:13 to 2026-04-26 22:06:43 UTC [more...]

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-26 22:06 UTC  (2+ messages)

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-26 21:56 UTC  (5+ messages)

[PATCH RFC v4 00/22] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-26 21:48 UTC  (23+ messages)
` [PATCH RFC v4 01/22] mm: move vma_alloc_folio to page_alloc.c
` [PATCH RFC v4 02/22] mm: add vma_alloc_folio_user_addr
` [PATCH RFC v4 03/22] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH RFC v4 04/22] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH RFC v4 05/22] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH RFC v4 06/22] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH RFC v4 07/22] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH RFC v4 08/22] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH RFC v4 09/22] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH RFC v4 10/22] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH RFC v4 11/22] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH RFC v4 12/22] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH RFC v4 13/22] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH RFC v4 14/22] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH RFC v4 15/22] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH RFC v4 16/22] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH RFC v4 17/22] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH RFC v4 18/22] virtio_balloon: a hack to enable host-zeroed page optimization
` [PATCH RFC v4 19/22] mm: page_reporting: add flush parameter with page budget
` [PATCH RFC v4 20/22] mm: add free_frozen_pages_zeroed
` [PATCH RFC v4 21/22] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH RFC v4 22/22] virtio_balloon: mark deflated pages as zeroed

[PATCH] asm-generic: replace ________addr with __UNIQUE_ID(addr)
 2026-04-26 21:43 UTC  (10+ messages)

[PATCH v9] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-26 21:38 UTC 

[LSF/MM/BPF TOPIC] DAMON Updates: Tiering, Pagel Level Monitoring and DAMON-X
 2026-04-26 21:35 UTC  (3+ messages)

[PATCH v8] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-26 21:34 UTC  (3+ messages)

[RFC PATCH 00/19] mm/damon: introduce data attributes monitoring
 2026-04-26 20:52 UTC  (20+ messages)
` [RFC PATCH 01/19] mm/damon/core: introduce struct damon_probe
` [RFC PATCH 02/19] mm/damon/core: embed damon_probe objects in damon_ctx
` [RFC PATCH 03/19] mm/damon/core: introduce damon_filter
` [RFC PATCH 04/19] mm/damon/core: commit probes
` [RFC PATCH 05/19] mm/damon/core: introduce damon_region->probe_hits
` [RFC PATCH 06/19] mm/damon/core: introduce damon_ops->apply_probes
` [RFC PATCH 07/19] mm/damon/core: do data attributes monitoring
` [RFC PATCH 08/19] mm/damon/paddr: support "
` [RFC PATCH 09/19] mm/damon/sysfs: implement probes dir
` [RFC PATCH 10/19] mm/damon/sysfs: implement probe dir
` [RFC PATCH 11/19] mm/damon/sysfs: implement filters directory
` [RFC PATCH 12/19] mm/damon/sysfs: implement filter dir
` [RFC PATCH 13/19] mm/damon/sysfs: implement filter dir files
` [RFC PATCH 14/19] mm/damon/sysfs: setup probes on DAMON core API parameters
` [RFC PATCH 15/19] mm/damon/sysfs-schemes: implement tried_region/probe_hits file
` [RFC PATCH 16/19] mm/damon: trace probe_hits
` [RFC PATCH 17/19] selftests/damon/sysfs.sh: test probes dir
` [RFC PATCH 18/19] Docs/mm/damon/design: document data attributes monitoring
` [RFC PATCH 19/19] Docs/admin-guide/mm/damon/usage: "

[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-26 20:54 UTC  (4+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-26 20:44 UTC  (12+ messages)
` [PATCH v3 1/4] mm: add NR_DONTCACHE_DIRTY node page counter
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v3 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v3 4/4] testing: add dontcache-bench local filesystem "
` [syzbot ci] Re: mm: improve write performance with RWF_DONTCACHE

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-26 20:42 UTC  (4+ messages)

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-26 19:59 UTC  (5+ messages)
` [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [PATCH v2 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH v2 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH v7 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-26 19:54 UTC  (8+ messages)
` [PATCH v7 1/6] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v7 2/6] mm/memory_hotplug: Fix incorrect altmap passing in error path
` [PATCH v7 3/6] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v7 4/6] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v7 5/6] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages
` [PATCH v7 6/6] mm/mm_init: Fix uninitialized struct pages for ZONE_DEVICE

[PATCH] mm/madvise: reject invalid process_madvise() advice for zero-length vectors
 2026-04-26 19:41 UTC  (2+ messages)

[PATCH] mm/damon: fix damos_stat tracepoint format for sz_applied
 2026-04-26 19:31 UTC 

[RFC PATCH v2 0/7] Implement a new generic pagewalk API
 2026-04-26 19:01 UTC  (10+ messages)
` [RFC PATCH v2 1/7] mm: Add softleaf_from_pud
` [RFC PATCH v2 2/7] mm: Add {pmd,pud}_huge_lock helper
` [RFC PATCH v2 3/7] mm: Implement folio_pmd_batch
` [RFC PATCH v2 4/7] mm: Implement pt_range_walk
` [RFC PATCH v2 5/7] mm: Make /proc/pid/smaps use the new generic pagewalk API
` [RFC PATCH v2 6/7] mm: Make /proc/pid/numa_maps "
` [RFC PATCH v2 7/7] mm: Make /proc/pid/pagemap "
` [syzbot ci] Re: Implement a "

[syzbot] [mm?] WARNING: bad unlock balance in do_wp_page
 2026-04-26 17:55 UTC  (4+ messages)

[PATCH] mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
 2026-04-26 17:36 UTC 

[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
 2026-04-26 17:33 UTC  (5+ messages)

[PATCH v2] lkdtm: Add folio_lock deadlock scenarios
 2026-04-26 15:07 UTC 

[PATCH 1/2] mm/memory_hotplug: fix memory block reference leak on remove
 2026-04-26 14:44 UTC  (2+ messages)
` [PATCH 2/2] drivers/base/memory: fix memory block reference leak in poison accounting

[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-26 14:04 UTC  (10+ messages)

[RFC PATCH 0/7] Implement a new generic pagewalk API
 2026-04-26 12:57 UTC  (2+ messages)

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-26 10:58 UTC  (10+ messages)
` [PATCH v2 03/53] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v2 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages

[PATCH 0/2] mm/huge_memory: optimize migration when huge PMD needs split
 2026-04-26  9:19 UTC  (4+ messages)
` [PATCH 1/2] mm/huge_memory: return true if split_huge_pmd_locked() split PMD to migration entry

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-04-26  8:50 UTC  (3+ messages)

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-26  6:01 UTC  (9+ messages)
` [PATCH 7.2 v4 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v4 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v4 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH] Revert "tmpfs: don't enable large folios if not supported"
 2026-04-26  5:55 UTC  (3+ messages)

[RFC PATCH 1/1] mm/vmalloc: reclaim tail resources on large vrealloc() shrink
 2026-04-26  5:28 UTC 

[RFC PATCH 0/1] mm/vmalloc: reclaim tail resources on large vrealloc() shrink
 2026-04-26  5:28 UTC 

[PATCH v4 0/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-26  4:00 UTC  (4+ messages)
` [PATCH v4 1/2] mm: move overlap memory map init check to memmap_init()

[PATCH] mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch
 2026-04-26  3:47 UTC  (4+ messages)

[PATCH] mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page
 2026-04-26  0:50 UTC  (4+ messages)

[LSF/MM/BPF] Running BOF
 2026-04-26  0:46 UTC 

[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-25 23:48 UTC  (5+ messages)
` [PATCH 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[Linux Memory Hotness and Promotion] Notes from April 23, 2026
 2026-04-25 22:10 UTC 

[PATCH V3 0/4] record non-slab shrinkers for non-root memcgs when kmem is disabled
 2026-04-25 21:04 UTC  (2+ messages)

[RFC PATCH v2 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-25 20:33 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [RFC PATCH v2 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter

[RFC PATCH] mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
 2026-04-25 20:24 UTC 

[LSF/MM/BPF TOPIC] Making memcg limits tier-aware
 2026-04-25 18:32 UTC  (2+ messages)

[RFC 0/7] mm: dual-bitmap page allocator consistency checker
 2026-04-25 16:38 UTC  (13+ messages)
` [RFC 4/7] mm: add page consistency checker implementation

[PATCH v7] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-25 15:37 UTC  (4+ messages)

[PATCH v2] mm/page_owner: warn when stack trace depth hits PAGE_OWNER_STACK_DEPTH limit
 2026-04-25 14:51 UTC  (2+ messages)

[PATCH] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-25 14:21 UTC  (3+ messages)

[PATCH v2] mm/migrate_device: Cleanup up PMD Checks and warnings
 2026-04-25 13:52 UTC  (2+ messages)

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-25 12:00 UTC  (3+ messages)
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-25 11:36 UTC  (14+ messages)

[BUG] KASAN: user-memory-access in free_pgtables
 2026-04-25  9:50 UTC 

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-04-25  9:19 UTC  (3+ messages)

[syzbot] [mm?] WARNING: lock held when returning to user space in __pte_offset_map
 2026-04-25  9:32 UTC 

[PATCH v3 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-25  9:14 UTC  (3+ messages)
` [PATCH v3 1/3] vmalloc: add __GFP_SKIP_KASAN support

[RFC PATCH] mm/hugetlb: fix resv_map memory leak in __mmap_region error path
 2026-04-25  7:07 UTC 

[PATCH v6 0/7] mm: fix vmemmap optimization accounting and initialization
 2026-04-25  6:56 UTC  (8+ messages)
` [PATCH v6 4/7] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-25  6:05 UTC  (16+ messages)

[PATCH v3 2/3] Documentation: RCU: adopt new coding style of type-aware kmalloc-family
 2026-04-25  5:46 UTC  (2+ messages)

[PATCH v2] mm/lruvec: preemptively free dead folios during lru_add drain
 2026-04-25  5:34 UTC 

[Hypervisor Live Update] Notes from April 20, 2026
 2026-04-25  3:07 UTC 

tools/testing/radix-tree/maple.c & vs | defect
 2026-04-25  2:38 UTC 

[LSF/MM/BPF TOPIC] MM transition
 2026-04-25  1:49 UTC  (2+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-25  0:58 UTC  (2+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-24 23:59 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-24 23:31 UTC  (12+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers


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