summaryrefslogtreecommitdiff
path: root/mm/mm_init.c
AgeCommit message (Expand)Author
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
2025-03-16mm/mm_init.c: use round_up() to align movable rangeWei Yang
2025-01-25mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang
2024-11-27Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan
2024-10-28memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLEHua Su
2024-10-18mm: Use str_on_off() helper function in report_meminit()Thorsten Blum
2024-09-03mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-01mm: rework accept memory helpersKirill A. Shutemov
2024-08-15alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan
2024-08-15alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan
2024-08-15mm: don't account memmap per-nodePasha Tatashin
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-03mm/mm_init.c: move build check on MAX_ZONELISTS out of ifdefWei Yang
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand
2024-07-03mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand
2024-07-03mm/mm_init.c: simplify logic of deferred_[init|free]_pagesWei Yang
2024-07-03mm: report per-page metadata informationSourav Panda
2024-07-03mm/mm_init.c: print mem_init info after defer_init is doneWei Yang
2024-07-03mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand
2024-06-10mm/mm_init.c: don't initialize page->lru againWei Yang
2024-06-06mm/mm_init.c: not always search next deferred_init_pfn from very beginningWei Yang
2024-06-06mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop conditionWei Yang
2024-06-06mm/mm_init.c: get the highest zone directlyWei Yang
2024-06-05mm/mm_init.c: move nr_initialised reset down a bitWei Yang
2024-06-05mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfnWei Yang
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()Baoquan He
2024-04-25mm: make __absent_pages_in_range() as staticBaoquan He