messages from 2026-05-09 02:31:47 to 2026-05-11 09:35:35 UTC [more...]
[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
2026-05-11 9:34 UTC (8+ messages)
[PATCH] selftests/mm: handle fork() failure in migration tests
2026-05-11 9:34 UTC
[PATCH v2 0/3] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
2026-05-11 9:15 UTC (3+ messages)
` [PATCH v2 1/3] userfaultfd: ensure mremap_userfaultfd_fail() releases mmap_changing
[PATCH] mm/memory_hotplug: Factor out altmap freeing checks
2026-05-11 9:12 UTC (4+ messages)
[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-11 9:04 UTC (31+ messages)
` [PATCH resend v6 01/30] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH resend v6 02/30] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH resend v6 03/30] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH resend v6 04/30] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH resend v6 05/30] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH resend v6 06/30] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH resend v6 07/30] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH resend v6 08/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH resend v6 09/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 10/30] mm: alloc_swap_folio: "
` [PATCH resend v6 11/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH resend v6 12/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 13/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH resend v6 14/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH resend v6 15/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH resend v6 16/30] mm: page_reporting: allow driver to set batch capacity
` [PATCH resend v6 17/30] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH resend v6 18/30] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH resend v6 19/30] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH resend v6 20/30] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH resend v6 21/30] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH resend v6 22/30] virtio_balloon: submit reported pages as individual buffers
` [PATCH resend v6 23/30] mm: page_reporting: add flush parameter with page budget
` [PATCH resend v6 24/30] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH resend v6 25/30] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH resend v6 26/30] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH resend v6 27/30] mm: add free_frozen_pages_zeroed
` [PATCH resend v6 28/30] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH resend v6 29/30] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH resend v6 30/30] mm: balloon: use put_page_zeroed for zeroed balloon pages
[PATCH v5 0/3] mm/swap: use swap_ops to register swap device's methods
2026-05-11 9:03 UTC (6+ messages)
` [PATCH v5 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH v5 2/3] mm/swap: use swap_ops to register swap device's methods
` [PATCH v5 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*
[PATCH v3 0/9] Optimize anonymous large folio unmapping
2026-05-11 8:59 UTC (26+ messages)
` [PATCH v3 1/9] mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
` [PATCH v3 2/9] mm/rmap: refactor hugetlb pte clearing "
` [PATCH v3 3/9] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH v3 4/9] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v3 5/9] mm/rmap: batch unmap folios belonging to uffd-wp VMAs
` [PATCH v3 6/9] mm/swapfile: Add batched version of folio_dup_swap
` [PATCH v3 7/9] mm/swapfile: Add batched version of folio_put_swap
` [PATCH v3 8/9] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH v3 9/9] mm/rmap: enable batch unmapping of anonymous folios
[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
2026-05-11 8:59 UTC (7+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init
[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
2026-05-11 8:57 UTC (4+ messages)
` [PATCH v3 01/12] mm, swap: simplify swap cache allocation helper
[PATCH v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-11 8:56 UTC (20+ messages)
` [PATCH v6 01/30] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v6 02/30] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v6 03/30] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v6 04/30] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v6 05/30] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v6 06/30] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v6 07/30] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v6 08/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v6 09/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v6 10/30] mm: alloc_swap_folio: "
` [PATCH v6 11/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v6 12/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v6 13/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v6 14/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH v6 15/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v6 16/30] mm: page_reporting: allow driver to set batch capacity
` [PATCH v6 17/30] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v6 18/30] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
[PATCH v6 08/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
2026-05-11 8:54 UTC (8+ messages)
` [PATCH v6 09/30] mm: alloc_swap_folio: "
` [PATCH v6 10/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v6 11/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v6 12/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v6 13/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH v6 14/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v6 15/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
[PATCH v6 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
2026-05-11 8:54 UTC (7+ messages)
` [PATCH v6 1/3] mm/page_owner: add print_mode filter
` [PATCH v6 2/3] mm/page_owner: add NUMA node filter with nodelist support
` [PATCH v6 3/3] mm/page_owner: document page_owner filter features
[PATCH v3 00/54] make MM selftests more CI friendly
2026-05-11 8:28 UTC (10+ messages)
` [PATCH v3 35/54] selftests/mm: hugepage_dio: add setup of HugeTLB pages
` [PATCH v3 42/54] selftests/mm: hugetlb-soft-online: "
` [PATCH v3 49/54] selftests/mm: uffd-unit-tests: "
[PATCH] mm/hugetlb_cma: restrict hugetlb_cma parameter to gigantic-page alignment
2026-05-11 8:23 UTC (3+ messages)
[PATCH v1] entry: Fix KMSAN false positives in IRQ and NMI exit code
2026-05-11 8:21 UTC (2+ messages)
[PATCH v13 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
2026-05-11 8:17 UTC (6+ messages)
` [PATCH v13 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v13 2/5] mm/vmalloc: use physical page count for vrealloc() grow-in-place check
` [PATCH v13 3/5] mm/vmalloc: use physical page count in vread_iter()
` [PATCH v13 4/5] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v13 5/5] lib/test_vmalloc: add vrealloc test case
[PATCH v2] mm/khugepaged: avoid underflow in madvise_collapse for sub-PMD MADV_COLLAPSE
2026-05-11 8:01 UTC (4+ messages)
[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
2026-05-11 7:19 UTC (4+ messages)
[PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
2026-05-11 7:15 UTC (2+ messages)
[PATCH RESEND v2] mm/percpu-internal.h: optimise pcpu_chunk struct to save memory
2026-05-11 7:03 UTC
[PATCH] mm/fadvise: avoid remote LRU drain for mapped folio failures
2026-05-11 6:52 UTC (6+ messages)
[RFC] mm: restrict zero-page remapping to underused THP splits
2026-05-11 6:36 UTC (4+ messages)
[PATCH v3] mm/khugepaged: fix inconsistent MMF_VM_HUGEPAGE flag due to allocation failure order
2026-05-11 5:45 UTC (4+ messages)
[PATCH v2] mm/khugepaged: clear MMF_VM_HUGEPAGE on mm_slot_alloc() failure
2026-05-11 5:44 UTC (6+ messages)
[PATCH] mm/shrinker: avoid out-of-bounds read in set_shrinker_bit()
2026-05-11 2:48 UTC (4+ messages)
[PATCH] selftests/cgroup: check malloc return value in alloc_anon functions
2026-05-11 2:46 UTC (2+ messages)
[PATCH 0/2] mm/khugepaged: fix sub-PMD MADV_COLLAPSE range handling
2026-05-11 2:06 UTC (10+ messages)
` [PATCH 1/2] mm/khugepaged: fix spurious -EINVAL from sub-PMD MADV_COLLAPSE range
[LSF/MM/BPF TOPIC] Flash Friendly Swap
2026-05-11 1:53 UTC (3+ messages)
` follow up after discussion at LSF
[RFC PATCH 08/19] mm/damon/paddr: support data attributes monitoring
2026-05-11 0:35 UTC (3+ messages)
[PATCH] mm/filemap: fix page_cache_prev_miss() when no hole is found
2026-05-10 21:54 UTC
[PATCH] mm: make zeropage read-only
2026-05-10 21:40 UTC (3+ messages)
[PATCH 1/1] kho: fix KHO_TREE_MAX_DEPTH for non-4KB page sizes
2026-05-10 15:26 UTC (2+ messages)
[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
2026-05-10 15:03 UTC (7+ messages)
[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
2026-05-10 14:42 UTC (2+ messages)
[PATCH v2 00/10] sh: remove NUMA and SPARSEMEM support
2026-05-10 13:55 UTC (11+ messages)
` [PATCH v2 01/10] sh: remove CONFIG_NUMA and realted configuration options
` [PATCH v2 02/10] sh: mm: remove numa.c
` [PATCH v2 03/10] sh: mm: drop allocate_pgdat()
` [PATCH v2 04/10] sh: remove setup_bootmem_node() and plat_mem_setup()
` [PATCH v2 05/10] sh: drop dead code guarded by #ifdef CONFIG_NUMA
` [PATCH v2 06/10] sh: drop include/asm/mmzone.h
` [PATCH v2 07/10] init/Kconfig: drop ARCH_WANT_NUMA_VARIABLE_LOCALITY
` [PATCH v2 08/10] sh: init: remove call the memblock_set_node()
` [PATCH v2 09/10] sh: remove SPARSEMEM related entries from Kconfig
` [PATCH v2 10/10] sh: drop include/asm/sparsemem.h
[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
2026-05-10 13:43 UTC (5+ messages)
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v3 0/2] mm/filemap: tighten mmap_miss hit accounting
2026-05-10 12:46 UTC (5+ messages)
` [PATCH v3 1/2] mm/filemap: count only the faulting address as a mmap hit
` [PATCH v3 2/2] mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hits
[PATCH v5 1/4] percpu: Fix wrong chunk hints update
2026-05-10 7:21 UTC (4+ messages)
` [PATCH v5 2/4] percpu: Do not trust hint starts when they are not set
` [PATCH v5 3/4] percpu: Introduce struct pcpu_region
` [PATCH v5 4/4] percpu: Fix hint invariant breakage
[PATCH v4 1/4] percpu: Fix wrong chunk hints update
2026-05-10 6:50 UTC (2+ messages)
[PATCH] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
2026-05-10 1:22 UTC (5+ messages)
[PATCH v2] mm: vmscan: rework lru_shrink and write_folio tracepoints
2026-05-10 0:36 UTC (5+ messages)
[PATCH v5 09/28] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
2026-05-09 19:35 UTC (7+ messages)
[RFC PATCH 03/19] mm/damon/core: introduce damon_filter
2026-05-09 18:11 UTC (2+ messages)
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-05-09 16:38 UTC (2+ messages)
` [LSF/MM/BPF TOPIC] Private Memory Nodes - follow up
[akpm-mm:mm-new 222/223] include/linux/damon.h:869 damon_rand() warn: always true condition '(span <= (~0)) => (0-u32max <= u32max)'
2026-05-09 16:22 UTC (2+ messages)
[PATCH v3 00/30] maple_tree: Replace big node with maple copy
2026-05-09 16:02 UTC (5+ messages)
` [PATCH v3 26/30] maple_tree: Use maple copy node for mas_wr_split()
[PATCH] maple_tree: document that "last" in mtree_insert_range() is inclusive
2026-05-09 15:38 UTC (4+ messages)
[PATCH v5 2/3] mm/page_owner: add NUMA node filter with nodelist support
2026-05-09 15:35 UTC (3+ messages)
[PATCH v6 0/2] mm: improve write performance with RWF_DONTCACHE
2026-05-09 10:19 UTC (4+ messages)
` [PATCH v6 2/2] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
2026-05-09 9:08 UTC (8+ messages)
[RFC PATCH v3 0/4] mm/zsmalloc: per-cpu deferred free to accelerate swap entry release
2026-05-09 8:47 UTC (9+ messages)
` [RFC PATCH v3 1/4] mm/zsmalloc: introduce deferred free framework with callback ops
[PATCH] dma-contiguous: add kconfig option to setup numa cma area if not configured explicitly
2026-05-09 7:25 UTC
[PATCH v5 1/3] mm/page_owner: add print_mode filter
2026-05-09 6:54 UTC (2+ messages)
[PATCH 1/2] mm/vmalloc: free unused pages when shrinking vrealloc() allocation
2026-05-09 4:11 UTC
[RFC] mm: restrict zero-page remapping to underused THP splits
2026-05-09 3:21 UTC (2+ messages)
[PATCH v5 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
2026-05-09 2:31 UTC (3+ 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