aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bootmem.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyGravatar Tejun Heo 1-1/+1
2011-05-25memblock/nobootmem: allow alloc_bootmem() to take 0 as low limitGravatar Yinghai Lu 1-9/+16
2011-05-11mm: use alloc_bootmem_node_nopanic() on really needed pathGravatar Yinghai Lu 1-0/+2
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Gravatar Olaf Hering 1-4/+0
2010-12-13bootmem: Add alloc_bootmem_align()Gravatar Suresh Siddha 1-0/+2
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabGravatar Yinghai Lu 1-0/+7
2009-11-10bootmem: Add free_bootmem_late()Gravatar FUJITA Tomonori 1-0/+1
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableGravatar Jan Beulich 1-3/+2
2009-04-01mm: enable hashdist by default on 64bit NUMAGravatar Anton Blanchard 1-3/+3
2009-02-24bootmem: reorder interface functions and add a missing oneGravatar Tejun Heo 1-13/+17
2009-02-24bootmem: clean up arch-specific bootmem wrappingGravatar Tejun Heo 1-6/+4
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Gravatar Jan Beulich 1-0/+4
2008-07-25bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODEGravatar Johannes Weiner 1-5/+4
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataGravatar Johannes Weiner 1-1/+1
2008-07-24bootmem: clean up alloc_bootmem_coreGravatar Johannes Weiner 1-4/+2
2008-07-24bootmem: reorder code to match new bootmem structureGravatar Johannes Weiner 1-41/+45
2008-07-24mm: introduce non panic alloc_bootmemGravatar Andi Kleen 1-0/+4
2008-07-24mm: unexport __alloc_bootmem_core()Gravatar Johannes Weiner 1-5/+0
2008-07-24mm: move bootmem descriptors definition to a single placeGravatar Johannes Weiner 1-0/+2
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitGravatar Yinghai Lu 1-0/+2
2008-06-21Add return value to reserve_bootmem_node()Gravatar Bernhard Walle 1-1/+1
2008-04-28memory hotplug: make alloc_bootmem_section()Gravatar Yasunori Goto 1-0/+2
2008-02-07Introduce flags for reserve_bootmem()Gravatar Bernhard Walle 1-2/+15
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Gravatar Linus Torvalds 1-1/+0
2007-06-01x86_64: allocate sparsemem memmap above 4GGravatar Zou Nan hai 1-0/+1
2007-05-02[PATCH] x86-64: Set HASHDIST_DEFAULT to 1 for x86_64 NUMAGravatar Ravikiran G Thirumalai 1-2/+2
2007-03-22[PATCH] FRV: fix unannotated variable declarationsGravatar David Howells 1-1/+1
2006-12-07[PATCH] remove HASH_HIGHMEMGravatar Andrew Morton 1-2/+1
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesGravatar Franck Bui-Huu 1-46/+49
2006-09-26[PATCH] bootmem: remove useless headers inclusionsGravatar Franck Bui-Huu 1-4/+1
2006-09-26[PATCH] bootmem: limit to 80 columns widthGravatar Franck Bui-Huu 1-13/+29
2006-09-26[PATCH] bootmem: remove useless parentheses in bootmem header fileGravatar Franck Bui-Huu 1-7/+7
2006-09-26[PATCH] bootmem: remove useless __init in header fileGravatar Franck Bui-Huu 1-23/+23
2006-09-22[XFRM]: Dynamic xfrm_state hash table sizing.Gravatar David S. Miller 1-1/+1
2006-07-10[PATCH] FRV: Fix FRV arch compile errorsGravatar David Howells 1-1/+1
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: change to mem...Gravatar Yasunori Goto 1-2/+2
2006-04-09[PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryGravatar Andi Kleen 1-0/+1
2006-03-27[PATCH] for_each_online_pgdat: for_each_bootmemGravatar KAMEZAWA Hiroyuki 1-0/+1
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeGravatar Andi Kleen 1-0/+3
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowGravatar Ravikiran G Thirumalai 1-34/+12
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryGravatar Yasunori Goto 1-2/+30
2005-06-25[PATCH] kdump: Retrieve saved max pfnGravatar Vivek Goyal 1-0/+4
2005-06-23[PATCH] sparsemem base: simple NUMA remap space allocatorGravatar Dave Hansen 1-0/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+96