summaryrefslogtreecommitdiff
path: root/mm/mm_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)2023-04-051-1/+90
* mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)2023-04-051-1/+2
* init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)2023-04-051-0/+73
* mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2023-04-051-0/+22
* mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)2023-04-051-0/+2304
* memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
* mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-7/+1
* mm: multi-gen LRU: groundworkYu Zhao2022-09-261-2/+4
* include/linux/page-flags-layout.h: cleanupsYu Zhao2021-04-301-4/+0
* mm: fix fall-through warnings for ClangGustavo A. R. Silva2020-12-151-0/+1
* mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2020-08-071-6/+16
* mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia2020-06-021-6/+10
* mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek2020-04-071-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-221-7/+2
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-4/+3
* mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-301-8/+0
* mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-301-0/+1
* mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes2015-02-121-1/+1
* mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes2015-02-121-1/+1
* mm: bring back /sys/kernel/mmHugh Dickins2014-01-271-1/+1
* mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcallPaul Gortmaker2014-01-231-2/+1
* mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-091-9/+9
* sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-091-9/+9
* mm: tune vm_committed_as percpu_counter batching sizeTim Chen2013-07-031-0/+47
* mm: init: report on last-nid information stored in page->flagsMel Gorman2013-02-231-12/+19
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz2008-08-201-1/+1
* mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton2008-08-051-4/+4
* mm: create /sys/kernel/mmNishanth Aravamudan2008-07-241-0/+16
* mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INITNishanth Aravamudan2008-07-241-0/+2
* mm: print out the zonelists on request for manual verificationMel Gorman2008-07-241-0/+45
* mm: verify the page links and memory modelMel Gorman2008-07-241-0/+71
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-241-0/+18