summaryrefslogtreecommitdiff
path: root/mm/mm_init.c
AgeCommit message (Expand)Author
30 hoursMerge https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable...David Hildenbrand (Arm)
2 daysmm: use memcpy_nontemporal() in zone-device template copiesLi Zhe
2 daysmm: extend the template fast path to zone-device compound tailsLi Zhe
2 daysmm-add-a-template-based-fast-path-for-zone-device-page-init-fixLi Zhe
2 daysmm: add a template-based fast path for zone-device page initLi Zhe
2 daysmm: fix stale ZONE_DEVICE refcount commentLi Zhe
2 daysmm/sparse: initialize memory sections earlierMuchun Song
2 daysmm/mm_init: factor out pfn_to_zone()Muchun Song
2 daysmm/mm_init: skip initializing shared vmemmap tail pagesMuchun Song
7 daysmm/mm_init: remove zone_absent_pages_in_node()Sang-Heon Jeon
12 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-24mm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon
2026-08-23Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-07Merge branch 'misc' into for-nextMike Rapoport (Microsoft)
2026-08-07Merge branch 'range-checks' into for-nextMike Rapoport (Microsoft)
2026-08-07Merge branch 'kernelcore-mirror' into for-nextMike Rapoport (Microsoft)
2026-08-07mm/mm_init: deferred_grow_zone(): fix out-of-range first_deferred_pfnAlexander Graf
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: split out sparse declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm/mm_init: don't rely on memblock to get KHO scratch migratetypePratyush Yadav (Google)
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)
2026-07-30mm: split out internal page_alloc.hBrendan Jackman
2026-07-30mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplugGregory Price
2026-07-30mm/mm_init: remove unnecessary initialization of pgdat->per_cpu_nodestatsSang-Heon Jeon
2026-07-28mm/mm_init: fold __init_page_from_nid() into __init_deferred_page()Muchun 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/mm_init: simplify deferred_free_pages() migratetype initMuchun Song
2026-07-28mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song
2026-07-22mm/mm_init: remove redundant memset in free_area_init()Sang-Heon Jeon
2026-07-20mm/vmstat: fold stranded per-cpu node stats when a node comes onlineGregory Price
2026-07-02mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplugGregory Price
2026-07-02Merge patch series "mm/mm_init: don't overlap zones with kernelcore=mirror"Mike Rapoport (Microsoft)
2026-07-02mm/mm_init: drop overlap_memmap_init()Mike Rapoport (Microsoft)
2026-07-02mm/mm_init: don't overlap NORMAL and MOVABLE zones with kernelcore=mirrorMike Rapoport (Microsoft)
2026-07-01mm: remove unnecessary empty range check in early_calculate_totalpages()Sang-Heon Jeon
2026-06-30mm/mm_init: fix incorrect node_spanned_pagesWei Yang
2026-06-21Merge tag 'liveupdate-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-17Merge tag 'memblock-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-02mm: introduce for_each_free_list()Brendan Jackman
2026-06-02mm: Make empty_zero_page[] constArd Biesheuvel
2026-06-02mm: mm_init: use div64_ul() instead of do_div()Giorgi Tchankvetadze