summaryrefslogtreecommitdiffstats
path: root/mm/mm_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-126/+90
|\
| * mm: init_mlocked_on_free_v3York Jasper Niebuhr2024-04-251-7/+36
| * mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()Baoquan He2024-04-251-5/+1
| * mm: make __absent_pages_in_range() as staticBaoquan He2024-04-251-1/+1
| * mm/init: remove the unnecessary special treatment for memory-less nodeBaoquan He2024-04-251-16/+11
| * mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He2024-04-251-12/+0
| * mm/mm_init.c: remove unneeded calc_memmap_size()Baoquan He2024-04-251-20/+0
| * mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_a...Baoquan He2024-04-251-41/+5
| * mm/mm_init.c: add new function calc_nr_all_pages()Baoquan He2024-04-251-0/+24
| * mm/mm_init.c: remove the useless dma_reserveBaoquan He2024-04-251-23/+0
| * codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan2024-04-251-1/+11
| * lib: introduce support for page allocation taggingSuren Baghdasaryan2024-04-251-0/+1
* | mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-0/+2
|/
* Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on2024-03-061-0/+1
* efi: disable mirror feature during crashkernelMa Wupeng2024-01-121-0/+6
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-11/+11
* mm: remove unnecessary ia64 code and commentKefeng Wang2023-12-291-29/+19
* mm/mm_init.c: append newline to the unavailable ranges log-messageSerge Semin2023-12-101-1/+1
* mm/mm_init.c: extend init unavailable range doc infoSerge Semin2023-12-101-0/+1
* mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif2023-10-041-1/+1
* mm/mm_init.c: remove redundant pr_info when node is memorylessYajun Deng2023-10-041-2/+0
* mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin2023-08-211-3/+3
* mm: disable kernelcore=mirror when no mirror memoryMa Wupeng2023-08-211-0/+5
* mm: no need to export mm_kobjGreg Kroah-Hartman2023-08-211-1/+0
* mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V2023-08-181-1/+1
* mm: kfence: allocate kfence_metadata at runtimePeng Zhang2023-08-181-1/+1
* mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()Haifeng Xu2023-08-181-4/+2
* mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu2023-08-181-1/+1
* mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin2023-08-181-9/+1
* mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()Miaohe Lin2023-08-181-2/+1
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-52/+102
|\
| * mm: pass nid to reserve_bootmem_region()Yajun Deng2023-06-231-13/+17
| * mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu2023-06-191-2/+13
| * mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu2023-06-191-4/+4
| * mm/mm_init.c: move set_pageblock_order() to free_area_init()Haifeng Xu2023-06-091-1/+2
| * mm/mm_init.c: remove free_area_init_memoryless_node()Haifeng Xu2023-06-091-6/+1
| * mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...Haifeng Xu2023-06-091-18/+12
| * mm/mm_init.c: introduce reset_memoryless_node_totalpages()Haifeng Xu2023-06-091-9/+22
| * mm: page_alloc: move sysctls into it own filsKefeng Wang2023-06-091-0/+2
| * mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang2023-06-091-0/+22
| * mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2023-06-091-0/+6
| * mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2023-06-091-0/+2
* | mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+7
|/
* mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2023-04-181-4/+6
* mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-2/+2
* mm: be less noisy during memory hotplugTomas Krcka2023-04-051-1/+1
* mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov2023-04-051-9/+10
* mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2023-04-051-0/+1
* mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)2023-04-051-0/+53
* init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)2023-04-051-1/+5