summaryrefslogtreecommitdiff
path: root/mm/mm_init.c
AgeCommit message (Expand)Author
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...Waiman Long
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco
2026-01-20mm/mm_init: replace simple_strtoul with kstrtobool in set_hashdistThorsten Blum
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu
2025-12-07Merge tag 'memblock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-04mm/mm_init: Introduce a boot parameter for check_pagesJoshua Hahn
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom
2025-11-09mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres
2025-10-04Merge tag 'memblock-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-21mm/mm_init: make memmap_init_compound() look more like prep_compound_page()David Hildenbrand
2025-09-14mm/mm_init: drop deferred_init_maxorder()Mike Rapoport (Microsoft)
2025-09-14mm/mm_init: deferred_init_memmap: use a job per zoneMike Rapoport (Microsoft)
2025-09-14mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()Mike Rapoport (Microsoft)
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan
2025-07-09mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDERZi Yan
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31mm: add CONFIG_PAGE_BLOCK_ORDER to select page block orderJuan Yescas
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-05-12mm/mm_init: use for_each_valid_pfn() in init_unavailable_range()David Woodhouse
2025-05-12mm: introduce for_each_valid_pfn() and use it from reserve_bootmem_region()David Woodhouse
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)
2025-05-12mm: fix typos in comments in mm_init.cPrabhav Kumar Vaish
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
2025-05-06mm,mm_init: Mark set_high_memory as __initOscar Salvador
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov
2025-04-01mm/mm_init: init holes in the end of the memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-21mm/mm_init: rename init_reserved_page to init_deferred_pageMike Rapoport (Microsoft)
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17mm: allow compound zone device pagesAlistair Popple
2025-03-17mm/mm_init: move p2pdma page refcount initialisation to p2pdmaAlistair Popple
2025-03-16mm/cma: introduce interface for early reservationsFrank van der Linden
2025-03-16mm/hugetlb: check bootmem pages for zone intersectionsFrank van der Linden
2025-03-16mm: define __init_reserved_page_zone functionFrank van der Linden
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden
2025-03-16mm/hugetlb: convert cmdline parameters from setup to earlyFrank van der Linden
2025-03-16mm/mm_init.c: use round_up() to calculate usermap sizeWei Yang
2025-03-16mm/mm_init.c: only align start of ZONE_MOVABLE on nodes with memoryWei Yang