aboutsummaryrefslogtreecommitdiff
path: root/mm/sparse.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-26x86_64/mm: check and print vmemmap allocation continuousGravatar Yinghai Lu 1-0/+5
2008-04-26mm: make mem_map allocation continuousGravatar Yinghai Lu 1-3/+29
2008-04-15mm: sparsemem memory_present() fixGravatar Ingo Molnar 1-0/+10
2008-02-05mm: fix section mismatch warning in sparse.cGravatar Sam Ravnborg 1-1/+1
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesGravatar Christoph Lameter 1-9/+1
2007-12-17mm/sparse.c: improve the error handling for sparse_add_one_section()Gravatar WANG Cong 1-6/+12
2007-12-17mm/sparse.c: check the return value of sparse_index_alloc()Gravatar WANG Cong 1-0/+2
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Gravatar Linus Torvalds 1-11/+0
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapGravatar Yasunori Goto 1-3/+22
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Gravatar Mel Gorman 1-3/+51
2007-10-16Generic Virtual Memmap support for SPARSEMEMGravatar Christoph Lameter 1-4/+17
2007-10-16sparsemem: record when a section has a valid mem_mapGravatar Andy Whitcroft 1-4/+5
2007-10-16sparsemem: clean up spelling error in commentsGravatar Andy Whitcroft 1-1/+1
2007-08-22sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICGravatar Andy Whitcroft 1-4/+10
2007-07-22x86_64: fix section mismatch warning in init.cGravatar Sam Ravnborg 1-1/+1
2007-06-08Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGGravatar Stephen Rothwell 1-21/+21
2007-06-01x86_64: allocate sparsemem memmap above 4GGravatar Zou Nan hai 1-0/+11
2007-05-19mm: fix section mismatch warningsGravatar Sam Ravnborg 1-1/+1
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionGravatar Yasunori Goto 1-1/+1
2007-05-08Fix section mismatch of memory hotplug related code.Gravatar Yasunori Goto 1-4/+6
2007-05-06[MM]: sparse_init() should be __init.Gravatar David S. Miller 1-1/+1
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intGravatar Andy Whitcroft 1-1/+1
2006-12-07[PATCH] Get rid of zone_table[]Gravatar Christoph Lameter 1-0/+23
2006-10-28[PATCH] memory hotplug: __GFP_NOWARN is better for __kmalloc_section_memmap()Gravatar Yasunori Goto 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-27[PATCH] spin/rwlock init cleanupsGravatar Ingo Molnar 1-1/+1
2006-06-23[PATCH] sparsemem: record nid during memory presentGravatar Andy Whitcroft 1-2/+20