Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-13 10:37:15 to 2026-05-13 19:53:54 UTC [more...]

[PATCH v4 00/55] make MM selftests more CI friendly
 2026-05-13 19:53 UTC  (6+ messages)
` [PATCH v4 04/55] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v4 28/55] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown

[PATCH v7 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-13 19:49 UTC  (8+ messages)
` [PATCH v7 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v7 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v7 4/6] mm/memory-failure: short-circuit PG_reserved before get_hwpoison_page()
` [PATCH v7 5/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v7 6/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl

[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
 2026-05-13 19:43 UTC  (15+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-13 19:33 UTC  (11+ messages)
` [PATCH v6 4/7] locking: Factor out queued_spin_release()
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v6 7/7] locking: Add contended_release tracepoint to qrwlock

[PATCH v2] cgroup/dmem: introduce a peak file
 2026-05-13 18:58 UTC 

[PATCH] selftests/cgroup: Fix error path leaks in test_percpu_basic
 2026-05-13 18:56 UTC  (2+ messages)

[PATCH 0/3] mm/zswap: Implement per-cgroup proactive writeback
 2026-05-13 18:54 UTC  (8+ messages)
` [PATCH 2/3] mm/zswap: Implement "

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-13 18:39 UTC  (9+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg

[PATCH] drm/panthor: set __GFP_SKIP_KASAN
 2026-05-13 18:39 UTC 

[akpm-mm:mm-new] BUILD SUCCESS WITH WARNING 2c3f468717231305523ddcd94d91c0d5e4a72419
 2026-05-13 18:36 UTC 

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-13 18:27 UTC  (10+ messages)
` [PATCH v3 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v3 10/12] mm/memcg, swap: store cgroup id in cluster table directly
` [PATCH v3 12/12] mm, swap: merge zeromap into swap table

[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
 2026-05-13 18:26 UTC  (72+ messages)
` [PATCH v2 01/69] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v2 02/69] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v2 03/69] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v2 04/69] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v2 05/69] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v2 06/69] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v2 07/69] mm/sparse: Move subsection_map_init() into sparse_init()
` [PATCH v2 08/69] mm/mm_init: Defer sparse_init() until after zone initialization
` [PATCH v2 09/69] mm/mm_init: Defer hugetlb reservation "
` [PATCH v2 10/69] mm/mm_init: Remove set_pageblock_order() call from sparse_init()
` [PATCH v2 11/69] mm/sparse: Move sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH v2 12/69] mm/hugetlb_cma: Validate hugetlb CMA range by zone at reserve time
` [PATCH v2 13/69] mm/hugetlb: Refactor early boot gigantic hugepage allocation
` [PATCH v2 14/69] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v2 15/69] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v2 16/69] mm/hugetlb: Remove obsolete bootmem cross-zone checks
` [PATCH v2 17/69] mm/sparse-vmemmap: Remove sparse_vmemmap_init_nid_late()
` [PATCH v2 18/69] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v2 19/69] mm/mm_init: Make __init_page_from_nid() static
` [PATCH v2 20/69] mm/sparse-vmemmap: Drop VMEMMAP_POPULATE_PAGEREF
` [PATCH v2 21/69] mm: Rename vmemmap optimization macros around folio semantics
` [PATCH v2 22/69] mm/sparse: Drop power-of-2 size requirement for struct mem_section
` [PATCH v2 23/69] mm/sparse-vmemmap: track compound page order in "
` [PATCH v2 24/69] mm/mm_init: Skip initializing shared vmemmap tail pages
` [PATCH v2 25/69] mm/sparse-vmemmap: Initialize shared tail vmemmap pages on allocation
` [PATCH v2 26/69] mm/sparse-vmemmap: Support section-based vmemmap accounting
` [PATCH v2 27/69] mm/sparse-vmemmap: Support section-based vmemmap optimization
` [PATCH v2 28/69] mm/hugetlb: Use generic vmemmap optimization macros
` [PATCH v2 29/69] mm/sparse: Mark memblocks present earlier
` [PATCH v2 30/69] mm/hugetlb: Switch HugeTLB to section-based vmemmap optimization
` [PATCH v2 31/69] mm/sparse: Remove section_map_size()
` [PATCH v2 32/69] mm/mm_init: Factor out pfn_to_zone() as a shared helper
` [PATCH v2 33/69] mm/sparse: Remove SPARSEMEM_VMEMMAP_PREINIT
` [PATCH v2 34/69] mm/sparse: Inline usemap allocation into sparse_init_nid()
` [PATCH v2 35/69] mm/hugetlb: Remove HUGE_BOOTMEM_HVO
` [PATCH v2 36/69] mm/hugetlb: Remove HUGE_BOOTMEM_CMA
` [PATCH v2 37/69] mm/sparse-vmemmap: Factor out shared vmemmap page allocation
` [PATCH v2 38/69] mm/sparse-vmemmap: Introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH v2 39/69] mm/sparse-vmemmap: Switch DAX to vmemmap_shared_tail_page()
` [PATCH v2 40/69] powerpc/mm: "
` [PATCH v2 41/69] mm/sparse-vmemmap: Drop the extra tail page from DAX reservation
` [PATCH v2 42/69] mm/sparse-vmemmap: Switch DAX to section-based vmemmap optimization
` [PATCH v2 43/69] mm/sparse-vmemmap: Unify DAX and HugeTLB population paths
` [PATCH v2 44/69] mm/sparse-vmemmap: Remove the unused ptpfn argument
` [PATCH v2 45/69] powerpc/mm: Make vmemmap_populate_compound_pages() static
` [PATCH v2 46/69] mm/sparse-vmemmap: Map shared vmemmap tail pages read-only
` [PATCH v2 47/69] powerpc/mm: "
  ` [PATCH v2 48/69] mm/sparse-vmemmap: Inline vmemmap_populate_address() into its caller
  ` [PATCH v2 49/69] mm/hugetlb_vmemmap: Remove vmemmap_wrprotect_hvo()
  ` [PATCH v2 50/69] mm/sparse: Simplify section_nr_vmemmap_pages()
  ` [PATCH v2 51/69] mm/sparse-vmemmap: Introduce vmemmap_nr_struct_pages()
  ` [PATCH v2 52/69] powerpc/mm: Drop powerpc vmemmap_can_optimize()
  ` [PATCH v2 53/69] mm/sparse-vmemmap: Drop vmemmap_can_optimize()
  ` [PATCH v2 54/69] mm/sparse-vmemmap: Drop @pgmap from vmemmap population APIs
  ` [PATCH v2 55/69] mm/sparse: Decouple section activation from ZONE_DEVICE
  ` [PATCH v2 56/69] mm: Redefine HVO as Hugepage Vmemmap Optimization
  ` [PATCH v2 57/69] mm/sparse-vmemmap: Consolidate HVO enable checks
  ` [PATCH v2 58/69] mm/hugetlb: Make HVO optimizable checks depend on generic logic
  ` [PATCH v2 59/69] mm/sparse-vmemmap: Localize init_compound_tail()
  ` [PATCH v2 60/69] mm/mm_init: Check zone consistency on optimized vmemmap sections
  ` [PATCH v2 61/69] mm/hugetlb: Drop boot-time HVO handling for gigantic folios
  ` [PATCH v2 62/69] mm/hugetlb: Simplify hugetlb_folio_init_vmemmap()
  ` [PATCH v2 63/69] mm/hugetlb: Initialize the full bootmem hugepage in hugetlb code
  ` [PATCH v2 64/69] mm/mm_init: Factor out compound page initialization
  ` [PATCH v2 65/69] mm/mm_init: Make __init_single_page() static
  ` [PATCH v2 66/69] mm/cma: Move CMA pageblock initialization into cma_activate_area()
  ` [PATCH v2 67/69] mm/cma: Move init_cma_pageblock() into cma.c
  ` [PATCH v2 68/69] mm/mm_init: Initialize pageblock migratetype in memmap init helpers
  ` [PATCH v2 69/69] Documentation/mm: Rewrite vmemmap_dedup.rst for unified HVO

[RFC PATCH v2 00/28] mm/damon: introduce data attributes monitoring
 2026-05-13 18:07 UTC  (3+ messages)
` [RFC PATCH v2 18/28] mm/damon: trace probe_hits

[PATCH v1] landlock: Account all audit data allocations to user space
 2026-05-13 18:03 UTC 

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-05-13 17:59 UTC  (10+ messages)
` [PATCH v2 19/22] mm/page_alloc: implement __GFP_UNMAPPED allocations
` [PATCH v2 20/22] mm/page_alloc: implement __GFP_UNMAPPED|__GFP_ZERO allocations

[akpm-mm:mm-new 301/315] mm/oom_kill.c:922:12: warning: 'kill_all_shared_mm' defined but not used
 2026-05-13 17:27 UTC  (2+ messages)

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-13 17:19 UTC  (8+ messages)
` [PATCH 1/4] mm: introduce for_each_free_list()
` [PATCH 2/4] mm/page_alloc: don't overload migratetype in find_suitable_fallback()
` [PATCH 3/4] mm: rejig pageblock mask definitions
` [PATCH 4/4] mm/page_alloc: remove ifdefs from pindex helpers

[PATCH] mm/mmu_notifier: Fix a begin vs. start typo in the invalidate range comment
 2026-05-13 17:12 UTC  (2+ messages)

[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-13 16:34 UTC  (3+ messages)

[PATCH] drivers/base/memory: set mem->altmap after successful device registration
 2026-05-13 16:07 UTC  (5+ messages)

[PATCH v4 0/9] mm: thp: always enable mTHP support
 2026-05-13 15:58 UTC  (10+ messages)
` [PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v4 3/9] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v4 8/9] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v4 9/9] mm: thp: always enable mTHP support

[PATCH v6 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-05-13 15:44 UTC  (9+ messages)
` [PATCH v6 2/3] "
` [PATCH v6 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*

[PATCH 1/2] mm/page_alloc: add tracepoints for zone->lock acquisitions
 2026-05-13 15:32 UTC  (9+ messages)
` [PATCH 2/2] selftests/mm: add zone->lock tracepoint verification test

[GIT PULL] liveupdate updates for v7.1-rc4
 2026-05-13 15:28 UTC  (2+ messages)

[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-13 15:07 UTC  (6+ messages)
` [PATCH v6 2/4] mm/memory-failure: classify get_any_page() failures by reason

[PATCH 1/1] kho: fix KHO_TREE_MAX_DEPTH for non-4KB page sizes
 2026-05-13 15:07 UTC  (2+ messages)

improve the swap_activate interface
 2026-05-13 14:59 UTC  (5+ messages)
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter

[PATCH] memblock: don't touch memblock arrays when memblock_free() is called late
 2026-05-13 14:29 UTC  (3+ messages)

[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
 2026-05-13 14:27 UTC  (5+ messages)

[linux-next:master] [mm/lruvec] 56fbec5d69: will-it-scale.per_process_ops 37.6% improvement
 2026-05-13 14:19 UTC 

[PATCH v3] zram: fix use-after-free in zram_writeback_endio
 2026-05-13 14:02 UTC  (2+ messages)
` [PATCH] "

kmalloc_nolock() follow-ups, including kfree_rcu_nolock()
 2026-05-13 13:34 UTC  (4+ messages)

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-05-13 13:26 UTC  (12+ messages)

[PATCH] mm, swap: avoid leaving unused extend table after alloc race
 2026-05-13 12:49 UTC  (2+ messages)

[PATCH v4 4/5] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-05-13 12:10 UTC  (2+ messages)

[PATCH v4 5/5] ksm: add mremap selftests for ksm_rmap_walk
 2026-05-13 12:10 UTC  (2+ messages)

[PATCH v4 1/5] mm/rmap: add tracepoint for rmap_walk
 2026-05-13 12:03 UTC  (2+ messages)

[PATCH v4 3/5] ksm: add vm_pgoff into ksm_rmap_item
 2026-05-13 11:59 UTC  (2+ messages)

[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
 2026-05-13 11:49 UTC  (11+ messages)

[syzbot] [mm?] possible deadlock in gup_fast_fallback (3)
 2026-05-13 11:44 UTC 

[PATCH mm-hotfixes] mm/hugetlb: avoid false positive lockdep assertion
 2026-05-13 11:30 UTC  (4+ messages)

[PATCH v2] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
 2026-05-13 11:20 UTC  (3+ messages)

[PATCH] mm/readahead: no PG_readahead on EOF
 2026-05-13 11:16 UTC  (2+ messages)

[PATCH v2] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
 2026-05-13 11:15 UTC  (2+ messages)

[PATCH 0/3] kasan: hw_tags: some micro-optimizations
 2026-05-13 10:57 UTC  (4+ messages)
` [PATCH 1/3] mm/slub: hw_tags: skip page-allocator unpoisoning on slab allocation
` [PATCH 2/3] kasan: avoid re-poisoning tag-based kmalloc redzones
` [PATCH 3/3] vmalloc: hw_tags: optimize vmalloc redzoning


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