public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-26 21:39:08 to 2026-04-27 07:02:47 UTC [more...]

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-27  7:02 UTC  (5+ messages)
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[syzbot] [mm?] possible deadlock in rhashtable_free_and_destroy
 2026-04-27  6:59 UTC  (3+ messages)

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

[PATCH] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-27  6:45 UTC  (2+ messages)

[PATCH v2] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-27  6:37 UTC 

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-27  6:21 UTC  (4+ messages)
` [PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage

[PATCH v2] mm/percpu-internal.h: optimise pcpu_chunk struct to save memory
 2026-04-27  5:57 UTC 

[PATCH mm-hotfixes 1/2] mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP
 2026-04-27  5:53 UTC  (3+ messages)
` [PATCH mm-hotfixes 2/2] mm/slub: return NULL early from kmalloc_nolock() "

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-04-27  5:47 UTC  (2+ messages)

[PATCH mm-hotfixes 1/2] mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP
 2026-04-27  5:42 UTC  (2+ messages)
` [PATCH mm-hotfixes 2/2] mm/slub: return NULL early from kmalloc_nolock() "

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-04-27  5:24 UTC  (4+ messages)
` [RFC PATCH v6 3/5] mm: Hot page tracking and promotion - pghot

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

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

[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-27  3:01 UTC 

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-27  2:44 UTC  (7+ messages)
` [PATCH v4 2/3] "

[PATCH v7 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-27  1:50 UTC  (2+ messages)

[PATCH] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-27  1:42 UTC  (2+ messages)

[PATCH v9.1] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27  1:02 UTC 

[PATCH v9] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27  0:59 UTC  (3+ messages)

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

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-26 23:54 UTC  (7+ messages)
` [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 v2 0/4] mm/damon: repost non-hotfix reviewed patches in damon/next tree
 2026-04-26 23:16 UTC  (5+ messages)
` [PATCH v2 1/4] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
` [PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo
` [PATCH v2 3/4] mm/damon: add synchronous commit for commit_inputs
` [PATCH v2 4/4] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-26 21:56 UTC  (3+ 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)


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