summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-10-21mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu3-4/+5
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick36-53/+46
2016-07-28make __section_nr() more efficientZhou Chengming1-5/+7
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams10-42/+282
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza5-6/+13
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-01-22mm/sparse: use memblock apis for early memory allocationsSantosh Shilimkar2-14/+19
2013-11-13mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPZhang Yanfei1-11/+9
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei3-22/+17
2013-09-11mm/sparse: introduce alloc_usemap_and_memmapWanpeng Li1-76/+57
2013-07-09mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVEZhang Yanfei1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds96-151/+142
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer2-0/+7
2013-05-28mm/sparse: Remove unused ret in sparse_index_initZhang Yanfei1-2/+1
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes6-90/+113
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner9-56/+49
2013-02-24memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu4-11/+11
2013-02-24memory-hotplug: consider compound pages when free memmapWen Congyang1-1/+1
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen8-1/+31
2013-02-24memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen2-5/+4
2012-12-12memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang1-1/+2
2012-12-12memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang1-0/+22
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu1-6/+4
2012-08-01mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-08-01mm/sparse: more checks on mem_section numberGavin Shan1-0/+2
2012-08-01mm/sparse: optimize sparse_index_allocGavin Shan1-6/+4
2012-08-01mm: setup pageblock_order before it's used by sparsememXishi Qiu3-2/+7
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu4-7/+20
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner4-60/+12
2012-03-22bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2-22/+13
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-07-26mm: make some struct page's constIan Campbell2-7/+7
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
2011-01-14thp: remove PG_buddyAndrea Arcangeli7-29/+52
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu1-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-02sparsemem: Fix compilation on PowerPCYinghai Lu1-4/+7
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu5-3/+195
2010-02-12sparsemem: Put usemap for one node togetherYinghai Lu1-18/+66
2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li3-7/+22
2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testCyrill Gorcunov1-3/+1
2008-11-30meminit section warningsAl Viro4-13/+15
2008-08-12mm/sparse.c: removed duplicated includeHuang Weiyi1-1/+0
2008-07-26make mm/sparse.c: make a function staticAdrian Bunk1-1/+1
2008-07-24memory hotplug: allocate usemap on the section with pgdatYasunori Goto1-1/+77
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman4-8/+44
2008-04-30revert "memory hotplug: allocate usemap on the section with pgdat"Andrew Morton1-13/+2
[next]