- c8f4a2d bootmem: make ___alloc_bootmem_node_nopanic() really nopanic by Yinghai Lu · 12 years ago
- 99ab7b1 mm: sparse: fix usemap allocation above node descriptor section by Yinghai Lu · 12 years ago
- 5c2b8a1 mm/bootmem.c: cleanup on addition to bootmem data list by Gavin Shan · 12 years ago
- 238305b mm: remove sparsemem allocation details from the bootmem allocator by Johannes Weiner · 12 years ago
- e907991 mm: bootmem: pass pgdat instead of pgdat->bdata down the stack by Johannes Weiner · 12 years ago
- 421456e mm: bootmem: unify allocation policy of (non-)panicking node allocations by Johannes Weiner · 12 years ago
- ab38184 mm: bootmem: allocate in order node+goal, goal, node, anywhere by Johannes Weiner · 12 years ago
- c12ab50 mm: bootmem: split out goal-to-node mapping from goal dropping by Johannes Weiner · 12 years ago
- c6785b6 mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdata by Johannes Weiner · 12 years ago
- 549381e mm: bootmem: remove redundant offset check when finally freeing bootmem by Johannes Weiner · 12 years ago
- 6dccdcb mm: bootmem: fix checking the bitmap when finally freeing bootmem by Gavin Shan · 12 years ago
- f5bf18f bootmem/sparsemem: remove limit constraint in alloc_bootmem_section by Nishanth Aravamudan · 13 years ago
- 799f933 mm: bootmem: try harder to free pages in bulk by Johannes Weiner · 13 years ago
- 560a036 mm: bootmem: drop superfluous range check when freeing pages in bulk by Johannes Weiner · 13 years ago
- 9571a98 bootmem: micro optimize freeing pages in bulk by Uwe Kleine-König · 13 years ago
- b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
- 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 14 years ago
- e782ab4 bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c by Yinghai Lu · 14 years ago
- 0932587 bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c by Yinghai Lu · 14 years ago
- a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
- 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
- f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
- b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
- fb1ae63 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 15 years ago
- aa235fc bootmem, x86: Fix 32bit numa system without RAM on node 0 by Yinghai Lu · 15 years ago
- 3379985 nobootmem, x86: Fix 32bit numa system without RAM on node 0 by Yinghai Lu · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- c26f91a x86: Remove excessive early_res debug output by Jiri Kosina · 15 years ago
- 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 15 years ago
- 8aa043d mm/bootmem.c: properly __init-annotate helper functions by Jan Beulich · 15 years ago
- 9f993ac bootmem: Add free_bootmem_late() by FUJITA Tomonori · 15 years ago
- 008139d kmemleak: Do not report alloc_bootmem blocks as leaks by Catalin Marinas · 15 years ago
- ec3a354 kmemleak: Add callbacks to the bootmem allocator by Catalin Marinas · 15 years ago
- 433f13a bootmem.c: avoid c90 declaration warning by Joe Perches · 15 years ago
- c91c477 bootmem: fix slab fallback on numa by Pekka Enberg · 15 years ago
- 441c7e0 bootmem: use slab if bootmem is no longer available by Pekka Enberg · 15 years ago
- d0c4f57 bootmem, x86: further fixes for arch-specific bootmem wrapping by Tejun Heo · 16 years ago
- c132937 bootmem: clean up arch-specific bootmem wrapping by Tejun Heo · 16 years ago
- 594fe1a bootmem: print request details before BUG_ON(them) by Johannes Weiner · 16 years ago
- 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
- 481ebd0 bootmem: fix aligning of node-relative indexes and offsets by Johannes Weiner · 16 years ago
- 627240a bootmem allocator: alloc_bootmem_core(): page-align the end offset by Mikulas Patocka · 16 years ago
- 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 16 years ago
- 75a56cf bootmem: revisit alloc_bootmem_section by Johannes Weiner · 16 years ago
- 4cc278b bootmem: Make __alloc_bootmem_low_node fall back to other nodes by Johannes Weiner · 16 years ago
- 0f3caba bootmem: respect goal more likely by Johannes Weiner · 16 years ago
- e2bf3ca bootmem: factor out the marking of a PFN range by Johannes Weiner · 16 years ago
- d747fa4 bootmem: free/reserve helpers by Johannes Weiner · 16 years ago
- 5f2809e bootmem: clean up alloc_bootmem_core by Johannes Weiner · 16 years ago
- 41546c1 bootmem: clean up free_all_bootmem_core by Johannes Weiner · 16 years ago
- 636cc40 bootmem: revisit bootmem descriptor list handling by Johannes Weiner · 16 years ago
- df049a5 bootmem: revisit bitmap size calculations by Johannes Weiner · 16 years ago
- 2e5237d bootmem: add debugging framework by Johannes Weiner · 16 years ago
- a66fd7d bootmem: add documentation to API functions by Johannes Weiner · 16 years ago
- 57cfc29 bootmem: clean up bootmem.c file header by Johannes Weiner · 16 years ago
- 223e8dc bootmem: reorder code to match new bootmem structure by Johannes Weiner · 16 years ago
- b54bbf7 mm: introduce non panic alloc_bootmem by Andi Kleen · 16 years ago
- ffc6421 mm: unexport __alloc_bootmem_core() by Johannes Weiner · 16 years ago
- 8ae0446 mm: normalize internal argument passing of bootmem data by Johannes Weiner · 16 years ago
- 6b312c0 mm: fix free_all_bootmem_core alignment check by Johannes Weiner · 16 years ago
- b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
- 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago
- 71c2742 Add return value to reserve_bootmem_node() by Bernhard Walle · 16 years ago
- e70260a memory hotplug: make alloc_bootmem_section() by Yasunori Goto · 17 years ago
- 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 17 years ago
- a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 17 years ago
- 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 17 years ago
- ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 17 years ago
- 5a982cb mm: fix boundary checking in free_bootmem_core by Yinghai Lu · 17 years ago
- 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
- 045f147 [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols by Adrian Bunk · 18 years ago
- 7c309a6 [PATCH] enable booting a NUMA system where some nodes have no memory by Christian Krafft · 18 years ago
- dfd54cb [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT by Heiko Carstens · 18 years ago
- f71bf0c [PATCH] bootmem: miscellaneous coding style fixes by Franck Bui-Huu · 18 years ago
- bbc7b92 [PATCH] bootmem: use pfn/page conversion macros by Franck Bui-Huu · 18 years ago
- e786e86 [PATCH] bootmem: remove useless headers inclusions by Franck Bui-Huu · 18 years ago
- bb0923a [PATCH] bootmem: limit to 80 columns width by Franck Bui-Huu · 18 years ago
- 69d49e6 [PATCH] bootmem: mark link_bootmem() as part of the __init section by Franck Bui-Huu · 18 years ago
- 6d46cc6 [PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
- a806223 [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory by Andi Kleen · 19 years ago
- 679bc9f [PATCH] for_each_online_pgdat: for_each_bootmem by KAMEZAWA Hiroyuki · 19 years ago
- 267b480 [PATCH] x86_64: Try to allocate node memmap near the end of node by Andi Kleen · 19 years ago
- a226f6c [PATCH] FRV: Clean up bootmem allocator's page freeing algorithm by David Howells · 19 years ago
- 008857c [PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low by Ravikiran G Thirumalai · 19 years ago
- 66d43e9 [PATCH] fix in __alloc_bootmem_core() when there is no free page in first node's memory by Haren Myneni · 19 years ago
- b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
- 281dd25 [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memory by Yasunori Goto · 19 years ago
- 6e3254c Revert "x86-64: Reverse order of bootmem lists" by Linus Torvalds · 19 years ago
- 5d3d0f7 [PATCH] x86-64: Reverse order of bootmem lists by Andi Kleen · 19 years ago
- 8c0e33c [PATCH] Use ALIGN to remove duplicate code by Nick Wilson · 19 years ago
- 92aa63a [PATCH] kdump: Retrieve saved max pfn by Vivek Goyal · 19 years ago
- d41dee3 [PATCH] sparsemem memory model by Andy Whitcroft · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago