aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2012-04-021-3/+2
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-8/+0
* bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu2011-02-241-0/+7
* bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu2011-02-241-170/+3
* x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-2/+2
* x86: Use memblock to replace early_resYinghai Lu2010-08-271-0/+3
* bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu2010-08-271-0/+6
* x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2010-07-201-4/+20
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-071-2/+15
|\
| * bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu2010-04-011-1/+7
| * nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu2010-04-011-1/+8
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* x86: Remove excessive early_res debug outputJiri Kosina2010-03-241-13/+0
* x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-3/+192
* mm/bootmem.c: properly __init-annotate helper functionsJan Beulich2009-12-151-4/+4
* bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-101-0/+24
* kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas2009-08-271-1/+5
* kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas2009-07-081-0/+6
* bootmem.c: avoid c90 declaration warningJoe Perches2009-06-191-5/+9
* bootmem: fix slab fallback on numaPekka Enberg2009-06-111-0/+9
* bootmem: use slab if bootmem is no longer availablePekka Enberg2009-06-111-0/+3
* bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo2009-03-011-15/+30
* bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-231-3/+11
* bootmem: print request details before BUG_ON(them)Johannes Weiner2009-01-061-4/+4
* misc: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-1/+1
* bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner2008-08-201-6/+29
* bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka2008-08-151-1/+1
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-19/+21
* bootmem: revisit alloc_bootmem_sectionJohannes Weiner2008-07-241-21/+6
* bootmem: Make __alloc_bootmem_low_node fall back to other nodesJohannes Weiner2008-07-241-9/+16
* bootmem: respect goal more likelyJohannes Weiner2008-07-241-38/+54
* bootmem: factor out the marking of a PFN rangeJohannes Weiner2008-07-241-119/+69
* bootmem: free/reserve helpersJohannes Weiner2008-07-241-22/+43
* bootmem: clean up alloc_bootmem_coreJohannes Weiner2008-07-241-136/+76
* bootmem: clean up free_all_bootmem_coreJohannes Weiner2008-07-241-45/+38
* bootmem: revisit bootmem descriptor list handlingJohannes Weiner2008-07-241-13/+10
* bootmem: revisit bitmap size calculationsJohannes Weiner2008-07-241-18/+9
* bootmem: add debugging frameworkJohannes Weiner2008-07-241-7/+44
* bootmem: add documentation to API functionsJohannes Weiner2008-07-241-1/+149
* bootmem: clean up bootmem.c file headerJohannes Weiner2008-07-241-9/+5
* bootmem: reorder code to match new bootmem structureJohannes Weiner2008-07-241-179/+177
* mm: introduce non panic alloc_bootmemAndi Kleen2008-07-241-0/+12
* mm: unexport __alloc_bootmem_core()Johannes Weiner2008-07-241-12/+12
* mm: normalize internal argument passing of bootmem dataJohannes Weiner2008-07-241-8/+6
* mm: fix free_all_bootmem_core alignment checkJohannes Weiner2008-07-241-11/+10
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-0/+2
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-241-0/+1
* Add return value to reserve_bootmem_node()Bernhard Walle2008-06-211-2/+4
* memory hotplug: make alloc_bootmem_section()Yasunori Goto2008-04-281-0/+31
* memory hotplug: register section/node id to freeYasunori Goto2008-04-281-0/+1