summaryrefslogtreecommitdiffstats
path: root/mm/sparse.c
AgeCommit message (Expand)AuthorLines
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-07-25mm: make some struct page's constIan Campbell-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-13thp: remove PG_buddyAndrea Arcangeli-2/+2
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-01sparsemem: Fix compilation on PowerPCYinghai Lu-4/+7
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu-1/+110
2010-02-12sparsemem: Put usemap for one node togetherYinghai Lu-18/+66
2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li-3/+6
2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testCyrill Gorcunov-3/+1
2008-11-30meminit section warningsAl Viro-1/+1
2008-08-12mm/sparse.c: removed duplicated includeHuang Weiyi-1/+0
2008-07-26make mm/sparse.c: make a function staticAdrian Bunk-1/+1
2008-07-24memory hotplug: allocate usemap on the section with pgdatYasunori Goto-1/+77
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman-8/+29
2008-04-30revert "memory hotplug: allocate usemap on the section with pgdat"Andrew Morton-13/+2
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison-2/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto-4/+47
2008-04-28memory hotplug: allocate usemap on the section with pgdatYasunori Goto-2/+13
2008-04-28memory hotplug: align memmap to page sizeYasunori Goto-2/+2
2008-04-28memory hotplug: register section/node id to freeYasunori Goto-2/+1
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty-3/+42
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu-0/+5
2008-04-26mm: make mem_map allocation continuousYinghai Lu-3/+29
2008-04-15mm: sparsemem memory_present() fixIngo Molnar-0/+10
2008-02-05mm: fix section mismatch warning in sparse.cSam Ravnborg-1/+1
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter-9/+1
2007-12-17mm/sparse.c: improve the error handling for sparse_add_one_section()WANG Cong-6/+12
2007-12-17mm/sparse.c: check the return value of sparse_index_alloc()WANG Cong-0/+2
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds-11/+0
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto-3/+22
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman-3/+51
2007-10-16Generic Virtual Memmap support for SPARSEMEMChristoph Lameter-4/+17
2007-10-16sparsemem: record when a section has a valid mem_mapAndy Whitcroft-4/+5
2007-10-16sparsemem: clean up spelling error in commentsAndy Whitcroft-1/+1
2007-08-22sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICAndy Whitcroft-4/+10
2007-07-22x86_64: fix section mismatch warning in init.cSam Ravnborg-1/+1
2007-06-08Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell-21/+21
2007-06-01x86_64: allocate sparsemem memmap above 4GZou Nan hai-0/+11
2007-05-19mm: fix section mismatch warningsSam Ravnborg-1/+1
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto-1/+1
2007-05-08Fix section mismatch of memory hotplug related code.Yasunori Goto-4/+6
2007-05-06[MM]: sparse_init() should be __init.David S. Miller-1/+1
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft-1/+1
2006-12-07[PATCH] Get rid of zone_table[]Christoph Lameter-0/+23
2006-10-28[PATCH] memory hotplug: __GFP_NOWARN is better for __kmalloc_section_memmap()Yasunori Goto-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar-1/+1
2006-06-23[PATCH] sparsemem: record nid during memory presentAndy Whitcroft-2/+20