summaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
AgeCommit message (Expand)AuthorLines
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
2008-07-24bootmem: revisit bootmem descriptor list handlingJohannes Weiner-13/+10
2008-07-24bootmem: revisit bitmap size calculationsJohannes Weiner-18/+9
2008-07-24bootmem: add debugging frameworkJohannes Weiner-7/+44
2008-07-24bootmem: add documentation to API functionsJohannes Weiner-1/+149
2008-07-24bootmem: clean up bootmem.c file headerJohannes Weiner-9/+5
2008-07-24bootmem: reorder code to match new bootmem structureJohannes Weiner-179/+177
2008-07-24mm: introduce non panic alloc_bootmemAndi Kleen-0/+12
2008-07-24mm: unexport __alloc_bootmem_core()Johannes Weiner-12/+12
2008-07-24mm: normalize internal argument passing of bootmem dataJohannes Weiner-8/+6
2008-07-24mm: fix free_all_bootmem_core alignment checkJohannes Weiner-11/+10
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner-0/+2
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman-0/+1
2008-06-21Add return value to reserve_bootmem_node()Bernhard Walle-2/+4
2008-04-28memory hotplug: make alloc_bootmem_section()Yasunori Goto-0/+31
2008-04-28memory hotplug: register section/node id to freeYasunori Goto-0/+1
2008-04-26mm: allow reserve_bootmem() cross nodesYinghai Lu-23/+69
2008-04-26mm: offset align in alloc_bootmem()Yinghai Lu-26/+34
2008-04-26mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu-6/+12
2008-03-24mm: fix boundary checking in free_bootmem_coreYinghai Lu-6/+19
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle-6/+21
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk-2/+0
2006-12-07[PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft-0/+4
2006-09-26[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens-3/+8
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu-37/+44
2006-09-26[PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu-37/+45
2006-09-26[PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu-7/+3
2006-09-26[PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu-10/+18
2006-09-26[PATCH] bootmem: mark link_bootmem() as part of the __init sectionFranck Bui-Huu-1/+1
2006-07-10[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLAdrian Bunk-3/+1
2006-04-09[PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen-1/+8
2006-03-27[PATCH] for_each_online_pgdat: for_each_bootmemKAMEZAWA Hiroyuki-10/+29
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen-1/+1
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells-16/+4
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai-7/+31
2005-12-12[PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...Haren Myneni-0/+2
2005-10-29[PATCH] core remove PageReservedNick Piggin-0/+1
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto-10/+21
2005-09-30Revert "x86-64: Reverse order of bootmem lists"Linus Torvalds-11/+3