aboutsummaryrefslogtreecommitdiff
path: root/mm/bootmem.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeGravatar Andi Kleen 1-1/+1
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmGravatar David Howells 1-16/+4
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowGravatar Ravikiran G Thirumalai 1-7/+31
2005-12-12[PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...Gravatar Haren Myneni 1-0/+2
2005-10-29[PATCH] core remove PageReservedGravatar Nick Piggin 1-0/+1
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryGravatar Yasunori Goto 1-10/+21
2005-09-30Revert "x86-64: Reverse order of bootmem lists"Gravatar Linus Torvalds 1-11/+3
2005-09-12[PATCH] x86-64: Reverse order of bootmem listsGravatar Andi Kleen 1-3/+11
2005-06-25[PATCH] Use ALIGN to remove duplicate codeGravatar Nick Wilson 1-3/+3
2005-06-25[PATCH] kdump: Retrieve saved max pfnGravatar Vivek Goyal 1-0/+8
2005-06-23[PATCH] sparsemem memory modelGravatar Andy Whitcroft 1-2/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+400