aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mm_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on1-0/+1
2024-01-12efi: disable mirror feature during crashkernelMa Wupeng1-0/+6
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-11/+11
2023-12-29mm: remove unnecessary ia64 code and commentKefeng Wang1-29/+19
2023-12-10mm/mm_init.c: append newline to the unavailable ranges log-messageSerge Semin1-1/+1
2023-12-10mm/mm_init.c: extend init unavailable range doc infoSerge Semin1-0/+1
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif1-1/+1
2023-10-04mm/mm_init.c: remove redundant pr_info when node is memorylessYajun Deng1-2/+0
2023-08-21mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin1-3/+3
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng1-0/+5
2023-08-21mm: no need to export mm_kobjGreg Kroah-Hartman1-1/+0
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V1-1/+1
2023-08-18mm: kfence: allocate kfence_metadata at runtimePeng Zhang1-1/+1
2023-08-18mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()Haifeng Xu1-4/+2
2023-08-18mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu1-1/+1
2023-08-18mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin1-9/+1
2023-08-18mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()Miaohe Lin1-2/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-52/+102
2023-06-23mm: pass nid to reserve_bootmem_region()Yajun Deng1-13/+17
2023-06-19mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu1-2/+13
2023-06-19mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu1-4/+4
2023-06-09mm/mm_init.c: move set_pageblock_order() to free_area_init()Haifeng Xu1-1/+2
2023-06-09mm/mm_init.c: remove free_area_init_memoryless_node()Haifeng Xu1-6/+1
2023-06-09mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...Haifeng Xu1-18/+12
2023-06-09mm/mm_init.c: introduce reset_memoryless_node_totalpages()Haifeng Xu1-9/+22
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang1-0/+2
2023-06-09mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang1-0/+22
2023-06-09mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang1-0/+6
2023-06-09mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang1-0/+2
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+7
2023-04-18mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V1-4/+6
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-2/+2
2023-04-05mm: be less noisy during memory hotplugTomas Krcka1-1/+1
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-9/+10
2023-04-05mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)1-0/+1
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-0/+53
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-1/+5
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+90
2023-04-05mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-1/+2
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+73
2023-04-05mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)1-0/+22
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-0/+2304
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-08mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin1-7/+1
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-2/+4
2021-04-30include/linux/page-flags-layout.h: cleanupsYu Zhao1-4/+0
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang1-6/+16
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia1-6/+10
2020-04-07mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin1-7/+2
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-4/+3
2015-06-30mm: meminit: remove mminit_verify_page_linksMel Gorman1-8/+0
2015-06-30mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman1-0/+1
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes1-1/+1
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes1-1/+1
2014-01-27mm: bring back /sys/kernel/mmHugh Dickins1-1/+1
2014-01-23mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcallPaul Gortmaker1-2/+1
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-9/+9
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-9/+9
2013-07-03mm: tune vm_committed_as percpu_counter batching sizeTim Chen1-0/+47
2013-02-23mm: init: report on last-nid information stored in page->flagsMel Gorman1-12/+19
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2008-08-20mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz1-1/+1
2008-08-05mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton1-4/+4
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan1-0/+16
2008-07-24mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INITNishanth Aravamudan1-0/+2
2008-07-24mm: print out the zonelists on request for manual verificationMel Gorman1-0/+45
2008-07-24mm: verify the page links and memory modelMel Gorman1-0/+71
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman1-0/+18