summaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: allow reserve_bootmem() cross nodesYinghai Lu2008-04-261-23/+69
* mm: offset align in alloc_bootmem()Yinghai Lu2008-04-261-26/+34
* mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu2008-04-261-6/+12
* mm: fix boundary checking in free_bootmem_coreYinghai Lu2008-03-241-6/+19
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-6/+21
* [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk2006-12-071-2/+0
* [PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft2006-12-071-0/+4
* [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens2006-09-261-3/+8
* [PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu2006-09-261-37/+44
* [PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu2006-09-261-37/+45
* [PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu2006-09-261-7/+3
* [PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu2006-09-261-10/+18
* [PATCH] bootmem: mark link_bootmem() as part of the __init sectionFranck Bui-Huu2006-09-261-1/+1
* [PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-3/+1
* [PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen2006-04-091-1/+8
* [PATCH] for_each_online_pgdat: for_each_bootmemKAMEZAWA Hiroyuki2006-03-271-10/+29
* [PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen2006-03-251-1/+1
* [PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells2006-01-061-16/+4
* [PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai2006-01-061-7/+31
* [PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...Haren Myneni2005-12-121-0/+2
* [PATCH] core remove PageReservedNick Piggin2005-10-291-0/+1
* [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto2005-10-191-10/+21
* Revert "x86-64: Reverse order of bootmem lists"Linus Torvalds2005-09-301-11/+3
* [PATCH] x86-64: Reverse order of bootmem listsAndi Kleen2005-09-121-3/+11