| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-09 | mm/mm_init: fix hash table order logging in alloc_large_system_hash() | Isaac J. Manjarres | 1 | -1/+1 |
| 2025-10-04 | Merge tag 'memblock-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -132/+65 |
| 2025-09-21 | mm/mm_init: make memmap_init_compound() look more like prep_compound_page() | David Hildenbrand | 1 | -8/+7 |
| 2025-09-14 | mm/mm_init: drop deferred_init_maxorder() | Mike Rapoport (Microsoft) | 1 | -95/+32 |
| 2025-09-14 | mm/mm_init: deferred_init_memmap: use a job per zone | Mike Rapoport (Microsoft) | 1 | -22/+16 |
| 2025-09-14 | mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone() | Mike Rapoport (Microsoft) | 1 | -34/+36 |
| 2025-07-13 | mm/page_alloc: add support for initializing pageblock as isolated | Zi Yan | 1 | -9/+15 |
| 2025-07-09 | mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER | Zi Yan | 1 | -1/+1 |
| 2025-06-02 | Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-05-31 | mm: add CONFIG_PAGE_BLOCK_ORDER to select page block order | Juan Yescas | 1 | -1/+1 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -22/+28 |
| 2025-05-31 | Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+0 |
| 2025-05-12 | mm/mm_init: use for_each_valid_pfn() in init_unavailable_range() | David Woodhouse | 1 | -5/+1 |
| 2025-05-12 | mm: introduce for_each_valid_pfn() and use it from reserve_bootmem_region() | David Woodhouse | 1 | -13/+10 |
| 2025-05-12 | kexec: add Kexec HandOver (KHO) generation helpers | Alexander Graf | 1 | -0/+8 |
| 2025-05-12 | memblock: introduce memmap_init_kho_scratch() | Mike Rapoport (Microsoft) | 1 | -3/+8 |
| 2025-05-12 | mm: fix typos in comments in mm_init.c | Prabhav Kumar Vaish | 1 | -2/+2 |
| 2025-05-11 | mm/page_alloc: fix race condition in unaccepted memory handling | Kirill A. Shutemov | 1 | -1/+0 |
| 2025-05-06 | mm,mm_init: Mark set_high_memory as __init | Oscar Salvador | 1 | -1/+1 |
| 2025-04-30 | Kbuild: remove structleak gcc plugin | Arnd Bergmann | 1 | -6/+0 |
| 2025-04-17 | mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page() | Kirill A. Shutemov | 1 | -0/+1 |
| 2025-04-01 | mm/mm_init: init holes in the end of the memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -6/+6 |
| 2025-03-21 | mm/mm_init: rename init_reserved_page to init_deferred_page | Mike Rapoport (Microsoft) | 1 | -3/+3 |
| 2025-03-21 | mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nid | Mike Rapoport (Microsoft) | 1 | -2/+2 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -0/+5 |
| 2025-03-17 | arch, mm: introduce arch_mm_preinit | Mike Rapoport (Microsoft) | 1 | -0/+5 |
| 2025-03-17 | arch, mm: set high_memory in free_area_init() | Mike Rapoport (Microsoft) | 1 | -0/+30 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -8/+17 |
| 2025-03-17 | fs/dax: properly refcount fs dax pages | Alistair Popple | 1 | -5/+4 |
| 2025-03-17 | mm: allow compound zone device pages | Alistair Popple | 1 | -1/+1 |
| 2025-03-17 | mm/mm_init: move p2pdma page refcount initialisation to p2pdma | Alistair Popple | 1 | -4/+18 |
| 2025-03-16 | mm/cma: introduce interface for early reservations | Frank van der Linden | 1 | -0/+9 |
| 2025-03-16 | mm/hugetlb: check bootmem pages for zone intersections | Frank van der Linden | 1 | -0/+25 |
| 2025-03-16 | mm: define __init_reserved_page_zone function | Frank van der Linden | 1 | -15/+23 |
| 2025-03-16 | mm/sparse: allow for alternate vmemmap section init at boot | Frank van der Linden | 1 | -0/+3 |
| 2025-03-16 | mm/hugetlb: convert cmdline parameters from setup to early | Frank van der Linden | 1 | -0/+3 |
| 2025-03-16 | mm/mm_init.c: use round_up() to calculate usermap size | Wei Yang | 1 | -3/+3 |
| 2025-03-16 | mm/mm_init.c: only align start of ZONE_MOVABLE on nodes with memory | Wei Yang | 1 | -1/+1 |
| 2025-03-16 | mm/mm_init.c: use round_up() to align movable range | Wei Yang | 1 | -2/+2 |
| 2025-01-25 | mm/memmap: prevent double scanning of memmap by kmemleak | Guo Weikang | 1 | -2/+6 |
| 2024-11-27 | Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+5 |
| 2024-11-07 | alloc_tag: support for page allocation tag compression | Suren Baghdasaryan | 1 | -3/+2 |
| 2024-10-28 | memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLE | Hua Su | 1 | -0/+3 |
| 2024-10-18 | mm: Use str_on_off() helper function in report_meminit() | Thorsten Blum | 1 | -2/+2 |
| 2024-09-03 | mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION | Mike Rapoport (Microsoft) | 1 | -8/+2 |
| 2024-09-01 | mm: rework accept memory helpers | Kirill A. Shutemov | 1 | -1/+1 |
| 2024-08-15 | alloc_tag: mark pages reserved during CMA activation as not tagged | Suren Baghdasaryan | 1 | -0/+2 |
| 2024-08-15 | alloc_tag: introduce clear_page_tag_ref() helper function | Suren Baghdasaryan | 1 | -9/+1 |
| 2024-08-15 | mm: don't account memmap per-node | Pasha Tatashin | 1 | -2/+1 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -67/+29 |
| 2024-07-18 | Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -38/+31 |
| 2024-07-03 | mm/mm_init.c: move build check on MAX_ZONELISTS out of ifdef | Wei Yang | 1 | -1/+1 |
| 2024-07-03 | mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste... | David Hildenbrand | 1 | -2/+8 |
| 2024-07-03 | mm: pass meminit_context to __free_pages_core() | David Hildenbrand | 1 | -3/+3 |
| 2024-07-03 | mm/mm_init: initialize page->_mapcount directly in __init_single_page() | David Hildenbrand | 1 | -1/+1 |
| 2024-07-03 | mm/mm_init.c: simplify logic of deferred_[init|free]_pages | Wei Yang | 1 | -56/+8 |
| 2024-07-03 | mm: report per-page metadata information | Sourav Panda | 1 | -0/+3 |
| 2024-07-03 | mm/mm_init.c: print mem_init info after defer_init is done | Wei Yang | 1 | -1/+3 |
| 2024-07-03 | mm/mm_init: use node's number of cpus in deferred_page_init_max_threads | Eric Chanudet | 1 | -3/+2 |
| 2024-06-15 | Revert "mm: init_mlocked_on_free_v3" | David Hildenbrand | 1 | -36/+7 |
| 2024-06-10 | mm/mm_init.c: don't initialize page->lru again | Wei Yang | 1 | -3/+0 |
| 2024-06-06 | mm/mm_init.c: not always search next deferred_init_pfn from very beginning | Wei Yang | 1 | -9/+14 |
| 2024-06-06 | mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop condition | Wei Yang | 1 | -11/+4 |
| 2024-06-06 | mm/mm_init.c: get the highest zone directly | Wei Yang | 1 | -8/+4 |
| 2024-06-05 | mm/mm_init.c: move nr_initialised reset down a bit | Wei Yang | 1 | -6/+8 |
| 2024-06-05 | mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn | Wei Yang | 1 | -1/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -126/+90 |
| 2024-05-14 | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) | 1 | -0/+2 |
| 2024-04-25 | mm: init_mlocked_on_free_v3 | York Jasper Niebuhr | 1 | -7/+36 |
| 2024-04-25 | mm/mm_init.c: remove the outdated code comment above deferred_grow_zone() | Baoquan He | 1 | -5/+1 |
| 2024-04-25 | mm: make __absent_pages_in_range() as static | Baoquan He | 1 | -1/+1 |
| 2024-04-25 | mm/init: remove the unnecessary special treatment for memory-less node | Baoquan He | 1 | -16/+11 |
| 2024-04-25 | mm/mm_init.c: remove arch_reserved_kernel_pages() | Baoquan He | 1 | -12/+0 |
| 2024-04-25 | mm/mm_init.c: remove unneeded calc_memmap_size() | Baoquan He | 1 | -20/+0 |
| 2024-04-25 | mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_a... | Baoquan He | 1 | -41/+5 |
| 2024-04-25 | mm/mm_init.c: add new function calc_nr_all_pages() | Baoquan He | 1 | -0/+24 |
| 2024-04-25 | mm/mm_init.c: remove the useless dma_reserve | Baoquan He | 1 | -23/+0 |
| 2024-04-25 | codetag: debug: mark codetags for reserved pages as empty | Suren Baghdasaryan | 1 | -1/+11 |
| 2024-04-25 | lib: introduce support for page allocation tagging | Suren Baghdasaryan | 1 | -0/+1 |
| 2024-03-06 | Author: Gang Li padata: dispatch works on | Gang Li Subject: padata: dispatch works on | 1 | -0/+1 |
| 2024-01-12 | efi: disable mirror feature during crashkernel | Ma Wupeng | 1 | -0/+6 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -11/+11 |
| 2023-12-29 | mm: remove unnecessary ia64 code and comment | Kefeng Wang | 1 | -29/+19 |
| 2023-12-10 | mm/mm_init.c: append newline to the unavailable ranges log-message | Serge Semin | 1 | -1/+1 |
| 2023-12-10 | mm/mm_init.c: extend init unavailable range doc info | Serge Semin | 1 | -0/+1 |
| 2023-10-04 | mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO | Usama Arif | 1 | -1/+1 |
| 2023-10-04 | mm/mm_init.c: remove redundant pr_info when node is memoryless | Yajun Deng | 1 | -2/+0 |
| 2023-08-21 | mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTE | Miaohe Lin | 1 | -3/+3 |
| 2023-08-21 | mm: disable kernelcore=mirror when no mirror memory | Ma Wupeng | 1 | -0/+5 |
| 2023-08-21 | mm: no need to export mm_kobj | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-08-18 | mm/vmemmap: improve vmemmap_can_optimize and allow architectures to override | Aneesh Kumar K.V | 1 | -1/+1 |
| 2023-08-18 | mm: kfence: allocate kfence_metadata at runtime | Peng Zhang | 1 | -1/+1 |
| 2023-08-18 | mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable() | Haifeng Xu | 1 | -4/+2 |
| 2023-08-18 | mm/mm_init.c: mark check_for_memory() as __init | Haifeng Xu | 1 | -1/+1 |
| 2023-08-18 | mm/mm_init.c: remove obsolete macro HASH_SMALL | Miaohe Lin | 1 | -9/+1 |
| 2023-08-18 | mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid() | Miaohe Lin | 1 | -2/+1 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -52/+102 |
| 2023-06-23 | mm: pass nid to reserve_bootmem_region() | Yajun Deng | 1 | -13/+17 |
| 2023-06-19 | mm/mm_init.c: remove reset_node_present_pages() | Haifeng Xu | 1 | -2/+13 |
| 2023-06-19 | mm/mm_init.c: drop 'nid' parameter from check_for_memory() | Haifeng Xu | 1 | -4/+4 |
| 2023-06-09 | mm/mm_init.c: move set_pageblock_order() to free_area_init() | Haifeng Xu | 1 | -1/+2 |
| 2023-06-09 | mm/mm_init.c: remove free_area_init_memoryless_node() | Haifeng Xu | 1 | -6/+1 |
| 2023-06-09 | mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag... | Haifeng Xu | 1 | -18/+12 |
| 2023-06-09 | mm/mm_init.c: introduce reset_memoryless_node_totalpages() | Haifeng Xu | 1 | -9/+22 |
| 2023-06-09 | mm: page_alloc: move sysctls into it own fils | Kefeng Wang | 1 | -0/+2 |
| 2023-06-09 | mm: page_alloc: move set_zone_contiguous() into mm_init.c | Kefeng Wang | 1 | -0/+22 |
| 2023-06-09 | mm: page_alloc: move init_on_alloc/free() into mm_init.c | Kefeng Wang | 1 | -0/+6 |
| 2023-06-09 | mm: page_alloc: move mirrored_kernelcore into mm_init.c | Kefeng Wang | 1 | -0/+2 |
| 2023-06-06 | mm: Add support for unaccepted memory | Kirill A. Shutemov | 1 | -0/+7 |
| 2023-04-18 | mm/vmemmap/devdax: fix kernel crash when probing devdax devices | Aneesh Kumar K.V | 1 | -4/+6 |
| 2023-04-18 | mm: make arch_has_descending_max_zone_pfns() static | Arnd Bergmann | 1 | -2/+2 |
| 2023-04-05 | mm: be less noisy during memory hotplug | Tomas Krcka | 1 | -1/+1 |
| 2023-04-05 | mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks | Kirill A. Shutemov | 1 | -9/+10 |
| 2023-04-05 | mm: move kmem_cache_init() declaration to mm/slab.h | Mike Rapoport (IBM) | 1 | -0/+1 |
| 2023-04-05 | mm: move mem_init_print_info() to mm_init.c | Mike Rapoport (IBM) | 1 | -0/+53 |
| 2023-04-05 | init,mm: fold late call to page_ext_init() to page_alloc_init_late() | Mike Rapoport (IBM) | 1 | -1/+5 |
| 2023-04-05 | mm: move init_mem_debugging_and_hardening() to mm/mm_init.c | Mike Rapoport (IBM) | 1 | -1/+90 |
| 2023-04-05 | mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init() | Mike Rapoport (IBM) | 1 | -1/+2 |
| 2023-04-05 | init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init() | Mike Rapoport (IBM) | 1 | -0/+73 |
| 2023-04-05 | mm: handle hashdist initialization in mm/mm_init.c | Mike Rapoport (IBM) | 1 | -0/+22 |
| 2023-04-05 | mm: move most of core MM initialization to mm/mm_init.c | Mike Rapoport (IBM) | 1 | -0/+2304 |
| 2022-11-08 | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin | 1 | -1/+1 |
| 2022-11-08 | mm/mm_init.c: use hotplug_memory_notifier() directly | Liu Shixin | 1 | -7/+1 |
| 2022-09-26 | mm: multi-gen LRU: groundwork | Yu Zhao | 1 | -2/+4 |
| 2021-04-30 | include/linux/page-flags-layout.h: cleanups | Yu Zhao | 1 | -4/+0 |
| 2020-12-15 | mm: fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-08-07 | mm: adjust vm_committed_as_batch according to vm overcommit policy | Feng Tang | 1 | -6/+16 |
| 2020-06-02 | mm/mm_init.c: report kasan-tag information stored in page->flags | Jing Xia | 1 | -6/+10 |
| 2020-04-07 | mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant | Mateusz Nosek | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
| 2018-08-22 | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin | 1 | -7/+2 |
| 2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -4/+3 |
| 2015-06-30 | mm: meminit: remove mminit_verify_page_links | Mel Gorman | 1 | -8/+0 |
| 2015-06-30 | mm: meminit: initialise remaining struct pages in parallel with kswapd | Mel Gorman | 1 | -0/+1 |
| 2015-02-12 | mm/mm_init.c: mark mminit_loglevel __meminitdata | Rasmus Villemoes | 1 | -1/+1 |
| 2015-02-12 | mm/mm_init.c: park mminit_verify_zonelist as __init | Rasmus Villemoes | 1 | -1/+1 |
| 2014-01-27 | mm: bring back /sys/kernel/mm | Hugh Dickins | 1 | -1/+1 |
| 2014-01-23 | mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcall | Paul Gortmaker | 1 | -2/+1 |
| 2013-10-09 | mm: numa: Change page last {nid,pid} into {cpu,pid} | Peter Zijlstra | 1 | -9/+9 |
| 2013-10-09 | sched/numa: Set preferred NUMA node based on number of private faults | Mel Gorman | 1 | -9/+9 |
| 2013-07-03 | mm: tune vm_committed_as percpu_counter batching size | Tim Chen | 1 | -0/+47 |
| 2013-02-23 | mm: init: report on last-nid information stored in page->flags | Mel Gorman | 1 | -12/+19 |
| 2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
| 2008-08-20 | mm: mminit_loglevel cannot be __meminitdata anymore | Marcin Slusarz | 1 | -1/+1 |
| 2008-08-05 | mm_init.c: avoid ifdef-inside-macro-expansion | Andrew Morton | 1 | -4/+4 |
| 2008-07-24 | mm: create /sys/kernel/mm | Nishanth Aravamudan | 1 | -0/+16 |
| 2008-07-24 | mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT | Nishanth Aravamudan | 1 | -0/+2 |
| 2008-07-24 | mm: print out the zonelists on request for manual verification | Mel Gorman | 1 | -0/+45 |
| 2008-07-24 | mm: verify the page links and memory model | Mel Gorman | 1 | -0/+71 |
| 2008-07-24 | mm: add a basic debugging framework for memory initialisation | Mel Gorman | 1 | -0/+18 |