aboutsummaryrefslogtreecommitdiff
path: root/mm/bootmem.c
AgeCommit message (Expand)Author
2012-10-02mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan
2012-01-10mm: bootmem: try harder to free pages in bulkJohannes Weiner
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner
2012-01-10bootmem: micro optimize freeing pages in bulkUwe Kleine-König
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu
2010-08-27x86: Use memblock to replace early_resYinghai Lu
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24x86: Remove excessive early_res debug outputJiri Kosina
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu
2009-12-15mm/bootmem.c: properly __init-annotate helper functionsJan Beulich
2009-11-10bootmem: Add free_bootmem_late()FUJITA Tomonori
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas
2009-07-08kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas
2009-06-19bootmem.c: avoid c90 declaration warningJoe Perches
2009-06-11bootmem: fix slab fallback on numaPekka Enberg
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg
2009-03-01bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo
2009-01-06bootmem: print request details before BUG_ON(them)Johannes Weiner
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner
2008-07-24bootmem: revisit alloc_bootmem_sectionJohannes Weiner
2008-07-24bootmem: Make __alloc_bootmem_low_node fall back to other nodesJohannes Weiner
2008-07-24bootmem: respect goal more likelyJohannes Weiner
2008-07-24bootmem: factor out the marking of a PFN rangeJohannes Weiner
2008-07-24bootmem: free/reserve helpersJohannes Weiner
2008-07-24bootmem: clean up alloc_bootmem_coreJohannes Weiner
2008-07-24bootmem: clean up free_all_bootmem_coreJohannes Weiner
2008-07-24bootmem: revisit bootmem descriptor list handlingJohannes Weiner
2008-07-24bootmem: revisit bitmap size calculationsJohannes Weiner
2008-07-24bootmem: add debugging frameworkJohannes Weiner
2008-07-24bootmem: add documentation to API functionsJohannes Weiner
2008-07-24bootmem: clean up bootmem.c file headerJohannes Weiner
2008-07-24bootmem: reorder code to match new bootmem structureJohannes Weiner
2008-07-24mm: introduce non panic alloc_bootmemAndi Kleen
2008-07-24mm: unexport __alloc_bootmem_core()Johannes Weiner
2008-07-24mm: normalize internal argument passing of bootmem dataJohannes Weiner
2008-07-24mm: fix free_all_bootmem_core alignment checkJohannes Weiner