Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-13 09:36:31 to 2026-05-13 14:18:50 UTC [more...]

[PATCH v4 00/55] make MM selftests more CI friendly
 2026-05-13 14:18 UTC  (3+ messages)
` [PATCH v4 04/55] selftests/mm: migration: properly cleanup fork()ed processes

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

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

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  (13+ messages)

[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
 2026-05-13 13:20 UTC  (70+ 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

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

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

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

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

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-13 12:35 UTC  (5+ 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 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 0/2] Insert instead of copy pages into shmem when shrinking
 2026-05-13 11:54 UTC  (12+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-13 11:49 UTC  (7+ messages)
` [PATCH v3 07/12] mm, swap: support flexible batch freeing of slots in different memcgs
` [PATCH v3 10/12] mm/memcg, swap: store cgroup id in cluster table directly

[akpm-mm:mm-new 301/315] mm/oom_kill.c:922:12: warning: 'kill_all_shared_mm' defined but not used
 2026-05-13 11:48 UTC 

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

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

[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  (5+ messages)

[PATCH] mm/readahead: no PG_readahead on EOF
 2026-05-13 11:16 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

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-13 10:32 UTC  (5+ messages)
` [PATCH 01/12] kho: generalize radix tree APIs

[linux-next:master 14086/14440] lib/cmdline.c:188: undefined reference to `__efistub___lshrdi3'
 2026-05-13 10:30 UTC  (3+ messages)

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-13 10:28 UTC  (9+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init

[PATCH] lib/test_hmm: use kvfree() to free kvcalloc() allocations
 2026-05-13 10:28 UTC  (2+ messages)

[PATCH 0/3] tools/mm/page-types: Fix misc bugs
 2026-05-13 10:27 UTC  (7+ messages)
` [PATCH 1/3] tools/mm/page-types: Fix typo in madvise() error message
` [PATCH 2/3] tools/mm/page-types: Fix ternary operator precedence in sigbus handler
` [PATCH 3/3] tools/mm/page-types: Fix kpageflags option argument in getopt_long

[GIT PULL] liveupdate updates for v7.1-rc4
 2026-05-13 10:22 UTC 

[PATCH 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-13 10:09 UTC  (6+ messages)

[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-13  9:45 UTC  (2+ messages)
` [PATCH v2 2/2] mm: huge_memory: refactor thpsize_shmem_enabled_show() with helper arrays

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-05-13  9:43 UTC  (3+ messages)
` [PATCH v2 18/22] mm/page_alloc: introduce ALLOC_NOBLOCK

[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-05-13  9:39 UTC  (2+ messages)


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