summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-28mm/mm_init: fold __init_page_from_nid() into __init_deferred_page()Muchun Song
2026-07-28mm/hugetlb: remove unused bootmem cma fieldMuchun Song
2026-07-28mm/sparse-vmemmap: remove sparse_vmemmap_init_nid_late()Muchun Song
2026-07-28mm/hugetlb: remove obsolete bootmem cross-zone checksMuchun Song
2026-07-28mm/hugetlb_vmemmap: move bootmem HVO setup to early initMuchun Song
2026-07-28mm/hugetlb: free cross-zone bootmem gigantic pages after allocationMuchun Song
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song
2026-07-28mm/hugetlb_cma: validate hugetlb CMA range by zone at reserve timeMuchun Song
2026-07-28mm/sparse: move sparse_vmemmap_init_nid_late() into sparse_init_nid()Muchun Song
2026-07-28mm/mm_init: remove set_pageblock_order() call from sparse_init()Muchun Song
2026-07-28mm/mm_init: defer hugetlb reservation until after zone initializationMuchun Song
2026-07-28mm/mm_init: defer sparse_init() until after zone initializationMuchun Song
2026-07-28mm/sparse: move subsection_map_init() into sparse_init()Muchun Song
2026-07-28mm/sparse: panic on memmap and usemap allocation failureMuchun Song
2026-07-28mm/mm_init: simplify deferred_free_pages() migratetype initMuchun Song
2026-07-28mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song
2026-07-28powerpc/mm: fix wrong addr_pfn tracking in compound vmemmap populationMuchun Song
2026-07-28mm/hugetlb_vmemmap: fix __hugetlb_vmemmap_optimize_folios()Muchun Song
2026-07-28mm/hugetlb: fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pagesMuchun Song
2026-07-28percpu_ref: fix documentation of maximum valueMatthew Wilcox (Oracle)
2026-07-28mm/page_alloc: drop flag-conversion "optimisation"Brendan Jackman
2026-07-28writeback.h: fix a typo in the wbc_init_bio() descriptionAndreas Gruenbacher
2026-07-28mm: add writeback.h to docs buildMatthew Wilcox (Oracle)
2026-07-28mm/page_owner: document page_owner filterZhen Ni
2026-07-28tools/mm: add page_owner_filter userspace toolZhen Ni
2026-07-28mm/page_owner: add NUMA node filterZhen Ni
2026-07-28mm/page_owner: add print_mode filterZhen Ni
2026-07-28mm/migrate: use migrate_info field instead of privateShivank Garg
2026-07-28mm/migrate: fix stale list name in migrate_folios_move() commentShivank Garg
2026-07-28mm/migrate: rename page to folio leftoversShivank Garg
2026-07-28mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()Kefeng Wang
2026-07-28mm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()Kefeng Wang
2026-07-28mm: mprotect: use walk_page_range_vma() in mprotect_fixup()Kefeng Wang
2026-07-28mm: mincore: use walk_page_range_vma() in do_mincore()Kefeng Wang
2026-07-28mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_me...Ye Liu
2026-07-28mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES bou...Ye Liu
2026-07-28mm/page_owner: drop redundant page_owner prefix from static symbolsYe Liu
2026-07-28mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()Ye Liu
2026-07-28mm/page_owner: add missing newline to count_threshold format stringYe Liu
2026-07-28mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()Ye Liu
2026-07-28mm: use enum migrate_reason instead of int for migration reason parametersYe Liu
2026-07-28mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...Ye Liu
2026-07-28mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skippingYe Liu
2026-07-28mm/kmemleak: stop the per-cpu and struct page scans early tooBreno Leitao
2026-07-28mm/kmemleak: stop the task stack scan early when interruptedBreno Leitao
2026-07-28mm/kmemleak: avoid soft lockup when scanning task stacksBreno Leitao
2026-07-28mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in commentEthan Nelson-Moore
2026-07-28mm/vmalloc: use more common error handling code in pcpu_get_vm_areas()Markus Elfring
2026-07-28arch_numa: remove redundant nodemask clears in numa_init()Sang-Heon Jeon
2026-07-28csky: implement flush_cache_vmap() in CAndrew Morton