summaryrefslogtreecommitdiffstats
path: root/mm/mm_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'memblock-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-132/+65
2025-09-21mm/mm_init: make memmap_init_compound() look more like prep_compound_page()David Hildenbrand1-8/+7
2025-09-14mm/mm_init: drop deferred_init_maxorder()Mike Rapoport (Microsoft)1-95/+32
2025-09-14mm/mm_init: deferred_init_memmap: use a job per zoneMike Rapoport (Microsoft)1-22/+16
2025-09-14mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()Mike Rapoport (Microsoft)1-34/+36
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan1-9/+15
2025-07-09mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDERZi Yan1-1/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-31mm: add CONFIG_PAGE_BLOCK_ORDER to select page block orderJuan Yescas1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+28
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+0
2025-05-12mm/mm_init: use for_each_valid_pfn() in init_unavailable_range()David Woodhouse1-5/+1
2025-05-12mm: introduce for_each_valid_pfn() and use it from reserve_bootmem_region()David Woodhouse1-13/+10
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf1-0/+8
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)1-3/+8
2025-05-12mm: fix typos in comments in mm_init.cPrabhav Kumar Vaish1-2/+2
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-1/+0
2025-05-06mm,mm_init: Mark set_high_memory as __initOscar Salvador1-1/+1
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann1-6/+0
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov1-0/+1
2025-04-01mm/mm_init: init holes in the end of the memory map for FLATMEMMike Rapoport (Microsoft)1-6/+6
2025-03-21mm/mm_init: rename init_reserved_page to init_deferred_pageMike Rapoport (Microsoft)1-3/+3
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)1-2/+2
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-0/+5
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-0/+5
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-0/+30
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-8/+17
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-5/+4
2025-03-17mm: allow compound zone device pagesAlistair Popple1-1/+1
2025-03-17mm/mm_init: move p2pdma page refcount initialisation to p2pdmaAlistair Popple1-4/+18
2025-03-16mm/cma: introduce interface for early reservationsFrank van der Linden1-0/+9
2025-03-16mm/hugetlb: check bootmem pages for zone intersectionsFrank van der Linden1-0/+25
2025-03-16mm: define __init_reserved_page_zone functionFrank van der Linden1-15/+23
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden1-0/+3
2025-03-16mm/hugetlb: convert cmdline parameters from setup to earlyFrank van der Linden1-0/+3
2025-03-16mm/mm_init.c: use round_up() to calculate usermap sizeWei Yang1-3/+3
2025-03-16mm/mm_init.c: only align start of ZONE_MOVABLE on nodes with memoryWei Yang1-1/+1
2025-03-16mm/mm_init.c: use round_up() to align movable rangeWei Yang1-2/+2
2025-01-25mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang1-2/+6
2024-11-27Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan1-3/+2
2024-10-28memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLEHua Su1-0/+3
2024-10-18mm: Use str_on_off() helper function in report_meminit()Thorsten Blum1-2/+2
2024-09-03mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)1-8/+2
2024-09-01mm: rework accept memory helpersKirill A. Shutemov1-1/+1
2024-08-15alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan1-0/+2
2024-08-15alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan1-9/+1
2024-08-15mm: don't account memmap per-nodePasha Tatashin1-2/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-67/+29
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-38/+31