aboutsummaryrefslogtreecommitdiffstats
path: root/mm/sparse.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+3
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-01-21mm/sparse: use memblock apis for early memory allocationsSantosh Shilimkar1-12/+15
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 Yanfei1-18/+15
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 Torvalds1-2/+1
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer1-0/+3
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 Rientjes1-33/+39
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-2/+8
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-1/+2
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen1-1/+4
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang1-1/+2
2012-12-11memory-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-07-31mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-07-31mm/sparse: more checks on mem_section numberGavin Shan1-0/+2
2012-07-31mm/sparse: optimize sparse_index_allocGavin Shan1-6/+4
2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu1-0/+3
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu1-5/+13
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner1-13/+12
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan1-19/+11
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25mm: make some struct page's constIan Campbell1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-2/+2
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 Heo1-0/+1
2010-03-01sparsemem: Fix compilation on PowerPCYinghai Lu1-4/+7
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu1-1/+110
2010-02-12sparsemem: Put usemap for one node togetherYinghai Lu1-18/+66
2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li1-3/+6
2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testCyrill Gorcunov1-3/+1
2008-11-30meminit section warningsAl Viro1-1/+1
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 Gorman1-8/+29
2008-04-30revert "memory hotplug: allocate usemap on the section with pgdat"Andrew Morton1-13/+2
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto1-4/+47
2008-04-28memory hotplug: allocate usemap on the section with pgdatYasunori Goto1-2/+13
2008-04-28memory hotplug: align memmap to page sizeYasunori Goto1-2/+2
2008-04-28memory hotplug: register section/node id to freeYasunori Goto1-2/+1
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty1-3/+42
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-0/+5
2008-04-26mm: make mem_map allocation continuousYinghai Lu1-3/+29
2008-04-15mm: sparsemem memory_present() fixIngo Molnar1-0/+10
2008-02-05mm: fix section mismatch warning in sparse.cSam Ravnborg1-1/+1
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter1-9/+1
2007-12-17mm/sparse.c: improve the error handling for sparse_add_one_section()WANG Cong1-6/+12
2007-12-17mm/sparse.c: check the return value of sparse_index_alloc()WANG Cong1-0/+2
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds1-11/+0
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto1-3/+22
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman1-3/+51
2007-10-16Generic Virtual Memmap support for SPARSEMEMChristoph Lameter1-4/+17
2007-10-16sparsemem: record when a section has a valid mem_mapAndy Whitcroft1-4/+5
2007-10-16sparsemem: clean up spelling error in commentsAndy Whitcroft1-1/+1
2007-08-22sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICAndy Whitcroft1-4/+10
2007-07-22x86_64: fix section mismatch warning in init.cSam Ravnborg1-1/+1
2007-06-08Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell1-21/+21
2007-06-01x86_64: allocate sparsemem memmap above 4GZou Nan hai1-0/+11
2007-05-19mm: fix section mismatch warningsSam Ravnborg1-1/+1
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto1-1/+1
2007-05-08Fix section mismatch of memory hotplug related code.Yasunori Goto1-4/+6
2007-05-06[MM]: sparse_init() should be __init.David S. Miller1-1/+1
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft1-1/+1
2006-12-07[PATCH] Get rid of zone_table[]Christoph Lameter1-0/+23
2006-10-28[PATCH] memory hotplug: __GFP_NOWARN is better for __kmalloc_section_memmap()Yasunori Goto1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-23[PATCH] sparsemem: record nid during memory presentAndy Whitcroft1-2/+20
2006-05-21[PATCH] SPARSEMEM incorrectly calculates section numberMike Kravetz1-5/+2
2006-05-15[PATCH] add slab_is_available() routine for boot codeMike Kravetz1-1/+1
2006-05-01[PATCH] sparsemem interaction with memory add bug fixesMike Kravetz1-3/+6
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai1-2/+2
2005-10-29[PATCH] memory hotplug: move section_mem_map alloc to sparse.cDave Hansen1-5/+69
2005-10-29[PATCH] memory hotplug prep: __section_nr helperDave Hansen1-0/+25
2005-09-05[PATCH] sparsemem extreme: hotplug preparationDave Hansen1-12/+41
2005-09-05[PATCH] sparsemem extreme implementationBob Picco1-9/+17
2005-09-05[PATCH] SPARSEMEM EXTREMEBob Picco1-6/+32
2005-06-23[PATCH] sparsemem hotplug baseAndy Whitcroft1-20/+72
2005-06-23[PATCH] sparsemem memory modelAndy Whitcroft1-0/+85