aboutsummaryrefslogtreecommitdiff
path: root/mm/sparse.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-1/+3
2014-04-02sparse: fix commentGravatar Li Zhong 1-1/+1
2014-01-21mm/sparse: use memblock apis for early memory allocationsGravatar Santosh Shilimkar 1-12/+15
2013-11-13mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPGravatar Zhang Yanfei 1-11/+9
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterGravatar Zhang Yanfei 1-18/+15
2013-09-11mm/sparse: introduce alloc_usemap_and_memmapGravatar Wanpeng Li 1-76/+57
2013-07-09mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVEGravatar Zhang Yanfei 1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Gravatar Cody P Schafer 1-0/+3
2013-05-28mm/sparse: Remove unused ret in sparse_index_initGravatar Zhang Yanfei 1-2/+1
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledGravatar David Rientjes 1-33/+39
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesGravatar Johannes Weiner 1-2/+8
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesGravatar Xishi Qiu 1-1/+1
2013-02-23memory-hotplug: consider compound pages when free memmapGravatar Wen Congyang 1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapGravatar Tang Chen 1-1/+2
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Gravatar Tang Chen 1-1/+4
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageGravatar Wen Congyang 1-1/+2
2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryGravatar Wen Congyang 1-0/+22
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageGravatar Jianguo Wu 1-6/+4
2012-07-31mm/sparse: remove index_init_lockGravatar Gavin Shan 1-13/+1
2012-07-31mm/sparse: more checks on mem_section numberGravatar Gavin Shan 1-0/+2
2012-07-31mm/sparse: optimize sparse_index_allocGravatar Gavin Shan 1-6/+4
2012-07-31mm: setup pageblock_order before it's used by sparsememGravatar Xishi Qiu 1-0/+3
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionGravatar Yinghai Lu 1-5/+13
2012-07-11mm: sparse: fix section usemap placement calculationGravatar Yinghai Lu 1-1/+1
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorGravatar Johannes Weiner 1-13/+12
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionGravatar Nishanth Aravamudan 1-19/+11
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-25mm: make some struct page's constGravatar Ian Campbell 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-13thp: remove PG_buddyGravatar Andrea Arcangeli 1-2/+2
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooGravatar Yinghai Lu 1-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-01sparsemem: Fix compilation on PowerPCGravatar Yinghai Lu 1-4/+7
2010-02-12sparsemem: Put mem map for one node together.Gravatar Yinghai Lu 1-1/+110
2010-02-12sparsemem: Put usemap for one node togetherGravatar Yinghai Lu 1-18/+66
2009-09-22memory hotplug: alloc page from other node in memory onlineGravatar Shaohua Li 1-3/+6
2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testGravatar Cyrill Gorcunov 1-3/+1
2008-11-30meminit section warningsGravatar Al Viro 1-1/+1
2008-08-12mm/sparse.c: removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-07-26make mm/sparse.c: make a function staticGravatar Adrian Bunk 1-1/+1
2008-07-24memory hotplug: allocate usemap on the section with pgdatGravatar Yasunori Goto 1-1/+77
2008-07-24mm: make defensive checks around PFN values registered for memory usageGravatar Mel Gorman 1-8/+29
2008-04-30revert "memory hotplug: allocate usemap on the section with pgdat"Gravatar Andrew Morton 1-13/+2
2008-04-30mm: remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemGravatar Yasunori Goto 1-4/+47
2008-04-28memory hotplug: allocate usemap on the section with pgdatGravatar Yasunori Goto 1-2/+13
2008-04-28memory hotplug: align memmap to page sizeGravatar Yasunori Goto 1-2/+2
2008-04-28memory hotplug: register section/node id to freeGravatar Yasunori Goto 1-2/+1
2008-04-28hotplug memory remove: generic __remove_pages() supportGravatar Badari Pulavarty 1-3/+42