summaryrefslogtreecommitdiffstats
path: root/mm/mm_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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