summaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
AgeCommit message (Expand)AuthorLines
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu-0/+4
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu-1/+1
2012-05-29mm/bootmem.c: cleanup on addition to bootmem data listGavin Shan-8/+8
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner-22/+0
2012-05-29mm: bootmem: pass pgdat instead of pgdat->bdata down the stackJohannes Weiner-10/+10
2012-05-29mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner-20/+24
2012-05-29mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner-1/+13
2012-05-29mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner-2/+15
2012-05-29mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner-7/+7
2012-05-29mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner-1/+1
2012-05-29mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan-0/+1
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan-3/+2
2012-01-10mm: bootmem: try harder to free pages in bulkJohannes Weiner-12/+10
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner-1/+1
2012-01-10bootmem: micro optimize freeing pages in bulkUwe Kleine-König-2/+2
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering-8/+0
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu-0/+7
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu-170/+3
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu-2/+2
2010-08-27x86: Use memblock to replace early_resYinghai Lu-0/+3
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu-0/+6
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu-4/+20
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+15
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu-1/+7
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-24x86: Remove excessive early_res debug outputJiri Kosina-13/+0
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu-3/+192
2009-12-15mm/bootmem.c: properly __init-annotate helper functionsJan Beulich-4/+4
2009-11-10bootmem: Add free_bootmem_late()FUJITA Tomonori-0/+24
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas-1/+5
2009-07-08kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas-0/+6
2009-06-19bootmem.c: avoid c90 declaration warningJoe Perches-5/+9
2009-06-11bootmem: fix slab fallback on numaPekka Enberg-0/+9
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg-0/+3
2009-03-01bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo-15/+30
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo-3/+11
2009-01-06bootmem: print request details before BUG_ON(them)Johannes Weiner-4/+4
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison-1/+1
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner-6/+29
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka-1/+1
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner-19/+21
2008-07-24bootmem: revisit alloc_bootmem_sectionJohannes Weiner-21/+6
2008-07-24bootmem: Make __alloc_bootmem_low_node fall back to other nodesJohannes Weiner-9/+16
2008-07-24bootmem: respect goal more likelyJohannes Weiner-38/+54
2008-07-24bootmem: factor out the marking of a PFN rangeJohannes Weiner-119/+69
2008-07-24bootmem: free/reserve helpersJohannes Weiner-22/+43
2008-07-24bootmem: clean up alloc_bootmem_coreJohannes Weiner-136/+76
2008-07-24bootmem: clean up free_all_bootmem_coreJohannes Weiner-45/+38