aboutsummaryrefslogtreecommitdiff
path: root/mm/bootmem.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksGravatar Catalin Marinas 1-1/+5
2009-07-08kmemleak: Add callbacks to the bootmem allocatorGravatar Catalin Marinas 1-0/+6
2009-06-19bootmem.c: avoid c90 declaration warningGravatar Joe Perches 1-5/+9
2009-06-11bootmem: fix slab fallback on numaGravatar Pekka Enberg 1-0/+9
2009-06-11bootmem: use slab if bootmem is no longer availableGravatar Pekka Enberg 1-0/+3
2009-03-01bootmem, x86: further fixes for arch-specific bootmem wrappingGravatar Tejun Heo 1-15/+30
2009-02-24bootmem: clean up arch-specific bootmem wrappingGravatar Tejun Heo 1-3/+11
2009-01-06bootmem: print request details before BUG_ON(them)Gravatar Johannes Weiner 1-4/+4
2008-10-16misc: replace __FUNCTION__ with __func__Gravatar Harvey Harrison 1-1/+1
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsGravatar Johannes Weiner 1-6/+29
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetGravatar Mikulas Patocka 1-1/+1
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataGravatar Johannes Weiner 1-19/+21
2008-07-24bootmem: revisit alloc_bootmem_sectionGravatar Johannes Weiner 1-21/+6
2008-07-24bootmem: Make __alloc_bootmem_low_node fall back to other nodesGravatar Johannes Weiner 1-9/+16
2008-07-24bootmem: respect goal more likelyGravatar Johannes Weiner 1-38/+54
2008-07-24bootmem: factor out the marking of a PFN rangeGravatar Johannes Weiner 1-119/+69
2008-07-24bootmem: free/reserve helpersGravatar Johannes Weiner 1-22/+43
2008-07-24bootmem: clean up alloc_bootmem_coreGravatar Johannes Weiner 1-136/+76
2008-07-24bootmem: clean up free_all_bootmem_coreGravatar Johannes Weiner 1-45/+38
2008-07-24bootmem: revisit bootmem descriptor list handlingGravatar Johannes Weiner 1-13/+10
2008-07-24bootmem: revisit bitmap size calculationsGravatar Johannes Weiner 1-18/+9
2008-07-24bootmem: add debugging frameworkGravatar Johannes Weiner 1-7/+44
2008-07-24bootmem: add documentation to API functionsGravatar Johannes Weiner 1-1/+149
2008-07-24bootmem: clean up bootmem.c file headerGravatar Johannes Weiner 1-9/+5
2008-07-24bootmem: reorder code to match new bootmem structureGravatar Johannes Weiner 1-179/+177
2008-07-24mm: introduce non panic alloc_bootmemGravatar Andi Kleen 1-0/+12
2008-07-24mm: unexport __alloc_bootmem_core()Gravatar Johannes Weiner 1-12/+12
2008-07-24mm: normalize internal argument passing of bootmem dataGravatar Johannes Weiner 1-8/+6
2008-07-24mm: fix free_all_bootmem_core alignment checkGravatar Johannes Weiner 1-11/+10
2008-07-24mm: move bootmem descriptors definition to a single placeGravatar Johannes Weiner 1-0/+2
2008-07-24mm: make defensive checks around PFN values registered for memory usageGravatar Mel Gorman 1-0/+1
2008-06-21Add return value to reserve_bootmem_node()Gravatar Bernhard Walle 1-2/+4
2008-04-28memory hotplug: make alloc_bootmem_section()Gravatar Yasunori Goto 1-0/+31
2008-04-28memory hotplug: register section/node id to freeGravatar Yasunori Goto 1-0/+1
2008-04-26mm: allow reserve_bootmem() cross nodesGravatar Yinghai Lu 1-23/+69
2008-04-26mm: offset align in alloc_bootmem()Gravatar Yinghai Lu 1-26/+34
2008-04-26mm: fix alloc_bootmem_core to use fast searching for all nodesGravatar Yinghai Lu 1-6/+12
2008-03-24mm: fix boundary checking in free_bootmem_coreGravatar Yinghai Lu 1-6/+19
2008-02-07Introduce flags for reserve_bootmem()Gravatar Bernhard Walle 1-6/+21
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsGravatar Adrian Bunk 1-2/+0
2006-12-07[PATCH] enable booting a NUMA system where some nodes have no memoryGravatar Christian Krafft 1-0/+4
2006-09-26[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITGravatar Heiko Carstens 1-3/+8
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesGravatar Franck Bui-Huu 1-37/+44
2006-09-26[PATCH] bootmem: use pfn/page conversion macrosGravatar Franck Bui-Huu 1-37/+45
2006-09-26[PATCH] bootmem: remove useless headers inclusionsGravatar Franck Bui-Huu 1-7/+3
2006-09-26[PATCH] bootmem: limit to 80 columns widthGravatar Franck Bui-Huu 1-10/+18
2006-09-26[PATCH] bootmem: mark link_bootmem() as part of the __init sectionGravatar Franck Bui-Huu 1-1/+1
2006-07-10[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLGravatar Adrian Bunk 1-3/+1
2006-04-09[PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryGravatar Andi Kleen 1-1/+8
2006-03-27[PATCH] for_each_online_pgdat: for_each_bootmemGravatar KAMEZAWA Hiroyuki 1-10/+29