summaryrefslogtreecommitdiff
path: root/mm/bootmem.c
Commit message (Expand)AuthorAge
* mm/bootmem.c: properly __init-annotate helper functionsJan Beulich2009-12-15
* bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-10
* kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas2009-08-27
* kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas2009-07-08
* bootmem.c: avoid c90 declaration warningJoe Perches2009-06-19
* bootmem: fix slab fallback on numaPekka Enberg2009-06-11
* bootmem: use slab if bootmem is no longer availablePekka Enberg2009-06-11
* bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo2009-03-01
* bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-24
* bootmem: print request details before BUG_ON(them)Johannes Weiner2009-01-06
* misc: replace __FUNCTION__ with __func__Harvey Harrison2008-10-16
* bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner2008-08-20
* bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka2008-08-15
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-24
* bootmem: revisit alloc_bootmem_sectionJohannes Weiner2008-07-24
* bootmem: Make __alloc_bootmem_low_node fall back to other nodesJohannes Weiner2008-07-24
* bootmem: respect goal more likelyJohannes Weiner2008-07-24
* bootmem: factor out the marking of a PFN rangeJohannes Weiner2008-07-24
* bootmem: free/reserve helpersJohannes Weiner2008-07-24
* bootmem: clean up alloc_bootmem_coreJohannes Weiner2008-07-24
* bootmem: clean up free_all_bootmem_coreJohannes Weiner2008-07-24
* bootmem: revisit bootmem descriptor list handlingJohannes Weiner2008-07-24
* bootmem: revisit bitmap size calculationsJohannes Weiner2008-07-24
* bootmem: add debugging frameworkJohannes Weiner2008-07-24
* bootmem: add documentation to API functionsJohannes Weiner2008-07-24
* bootmem: clean up bootmem.c file headerJohannes Weiner2008-07-24
* bootmem: reorder code to match new bootmem structureJohannes Weiner2008-07-24
* mm: introduce non panic alloc_bootmemAndi Kleen2008-07-24
* mm: unexport __alloc_bootmem_core()Johannes Weiner2008-07-24
* mm: normalize internal argument passing of bootmem dataJohannes Weiner2008-07-24
* mm: fix free_all_bootmem_core alignment checkJohannes Weiner2008-07-24
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-24
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-24
* Add return value to reserve_bootmem_node()Bernhard Walle2008-06-21
* memory hotplug: make alloc_bootmem_section()Yasunori Goto2008-04-28
* memory hotplug: register section/node id to freeYasunori Goto2008-04-28
* mm: allow reserve_bootmem() cross nodesYinghai Lu2008-04-26
* mm: offset align in alloc_bootmem()Yinghai Lu2008-04-26
* mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu2008-04-26
* mm: fix boundary checking in free_bootmem_coreYinghai Lu2008-03-24
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-07
* [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk2006-12-07
* [PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft2006-12-07
* [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens2006-09-26
* [PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu2006-09-26
* [PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu2006-09-26
* [PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu2006-09-26
* [PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu2006-09-26
* [PATCH] bootmem: mark link_bootmem() as part of the __init sectionFranck Bui-Huu2006-09-26
* [PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-10