1. 38fa417 mm: Add alloc_bootmem_low_pages_nopanic() by Yinghai Lu · 11 years ago
  2. 10d73e6 mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignment by Max Filippov · 11 years ago
  3. 9887090 mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic() by Lin Feng · 11 years ago
  4. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 11 years ago
  5. 3f7dfe2 bootmem: remove alloc_arch_preferred_bootmem() by Joonsoo Kim · 11 years ago
  6. 2d7a695 bootmem: remove not implemented function call, bootmem_arch_preferred_node() by Joonsoo Kim · 11 years ago
  7. 81df9bf bootmem: fix wrong call parameter for free_bootmem() by Joonsoo Kim · 11 years ago
  8. 5576646 revert "mm: fix-up zone present pages" by Andrew Morton · 12 years ago
  9. 7f1290f mm: fix-up zone present pages by Jianguo Wu · 12 years ago
  10. 0d4ba4d bootmem: Fix the short description of reserve_bootmem() by Javi Merino · 12 years ago
  11. c8f4a2d bootmem: make ___alloc_bootmem_node_nopanic() really nopanic by Yinghai Lu · 12 years ago
  12. 99ab7b1 mm: sparse: fix usemap allocation above node descriptor section by Yinghai Lu · 12 years ago
  13. 5c2b8a1 mm/bootmem.c: cleanup on addition to bootmem data list by Gavin Shan · 12 years ago
  14. 238305b mm: remove sparsemem allocation details from the bootmem allocator by Johannes Weiner · 12 years ago
  15. e907991 mm: bootmem: pass pgdat instead of pgdat->bdata down the stack by Johannes Weiner · 12 years ago
  16. 421456e mm: bootmem: unify allocation policy of (non-)panicking node allocations by Johannes Weiner · 12 years ago
  17. ab38184 mm: bootmem: allocate in order node+goal, goal, node, anywhere by Johannes Weiner · 12 years ago
  18. c12ab50 mm: bootmem: split out goal-to-node mapping from goal dropping by Johannes Weiner · 12 years ago
  19. c6785b6 mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdata by Johannes Weiner · 12 years ago
  20. 549381e mm: bootmem: remove redundant offset check when finally freeing bootmem by Johannes Weiner · 12 years ago
  21. 6dccdcb mm: bootmem: fix checking the bitmap when finally freeing bootmem by Gavin Shan · 12 years ago
  22. f5bf18f bootmem/sparsemem: remove limit constraint in alloc_bootmem_section by Nishanth Aravamudan · 12 years ago
  23. 799f933 mm: bootmem: try harder to free pages in bulk by Johannes Weiner · 12 years ago
  24. 560a036 mm: bootmem: drop superfluous range check when freeing pages in bulk by Johannes Weiner · 12 years ago
  25. 9571a98 bootmem: micro optimize freeing pages in bulk by Uwe Kleine-König · 12 years ago
  26. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  27. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  28. e782ab4 bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c by Yinghai Lu · 13 years ago
  29. 0932587 bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c by Yinghai Lu · 13 years ago
  30. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  31. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  32. f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
  33. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  34. 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 · 14 years ago
  35. aa235fc bootmem, x86: Fix 32bit numa system without RAM on node 0 by Yinghai Lu · 14 years ago
  36. 3379985 nobootmem, x86: Fix 32bit numa system without RAM on node 0 by Yinghai Lu · 14 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  38. c26f91a x86: Remove excessive early_res debug output by Jiri Kosina · 14 years ago
  39. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 14 years ago
  40. 8aa043d mm/bootmem.c: properly __init-annotate helper functions by Jan Beulich · 14 years ago
  41. 9f993ac bootmem: Add free_bootmem_late() by FUJITA Tomonori · 15 years ago
  42. 008139d kmemleak: Do not report alloc_bootmem blocks as leaks by Catalin Marinas · 15 years ago
  43. ec3a354 kmemleak: Add callbacks to the bootmem allocator by Catalin Marinas · 15 years ago
  44. 433f13a bootmem.c: avoid c90 declaration warning by Joe Perches · 15 years ago
  45. c91c477 bootmem: fix slab fallback on numa by Pekka Enberg · 15 years ago
  46. 441c7e0 bootmem: use slab if bootmem is no longer available by Pekka Enberg · 15 years ago
  47. d0c4f57 bootmem, x86: further fixes for arch-specific bootmem wrapping by Tejun Heo · 15 years ago
  48. c132937 bootmem: clean up arch-specific bootmem wrapping by Tejun Heo · 15 years ago
  49. 594fe1a bootmem: print request details before BUG_ON(them) by Johannes Weiner · 15 years ago
  50. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  51. 481ebd0 bootmem: fix aligning of node-relative indexes and offsets by Johannes Weiner · 16 years ago
  52. 627240a bootmem allocator: alloc_bootmem_core(): page-align the end offset by Mikulas Patocka · 16 years ago
  53. 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 16 years ago
  54. 75a56cf bootmem: revisit alloc_bootmem_section by Johannes Weiner · 16 years ago
  55. 4cc278b bootmem: Make __alloc_bootmem_low_node fall back to other nodes by Johannes Weiner · 16 years ago
  56. 0f3caba bootmem: respect goal more likely by Johannes Weiner · 16 years ago
  57. e2bf3ca bootmem: factor out the marking of a PFN range by Johannes Weiner · 16 years ago
  58. d747fa4 bootmem: free/reserve helpers by Johannes Weiner · 16 years ago
  59. 5f2809e bootmem: clean up alloc_bootmem_core by Johannes Weiner · 16 years ago
  60. 41546c1 bootmem: clean up free_all_bootmem_core by Johannes Weiner · 16 years ago
  61. 636cc40 bootmem: revisit bootmem descriptor list handling by Johannes Weiner · 16 years ago
  62. df049a5 bootmem: revisit bitmap size calculations by Johannes Weiner · 16 years ago
  63. 2e5237d bootmem: add debugging framework by Johannes Weiner · 16 years ago
  64. a66fd7d bootmem: add documentation to API functions by Johannes Weiner · 16 years ago
  65. 57cfc29 bootmem: clean up bootmem.c file header by Johannes Weiner · 16 years ago
  66. 223e8dc bootmem: reorder code to match new bootmem structure by Johannes Weiner · 16 years ago
  67. b54bbf7 mm: introduce non panic alloc_bootmem by Andi Kleen · 16 years ago
  68. ffc6421 mm: unexport __alloc_bootmem_core() by Johannes Weiner · 16 years ago
  69. 8ae0446 mm: normalize internal argument passing of bootmem data by Johannes Weiner · 16 years ago
  70. 6b312c0 mm: fix free_all_bootmem_core alignment check by Johannes Weiner · 16 years ago
  71. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  72. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago
  73. 71c2742 Add return value to reserve_bootmem_node() by Bernhard Walle · 16 years ago
  74. e70260a memory hotplug: make alloc_bootmem_section() by Yasunori Goto · 16 years ago
  75. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 16 years ago
  76. a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 16 years ago
  77. 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 16 years ago
  78. ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 16 years ago
  79. 5a982cb mm: fix boundary checking in free_bootmem_core by Yinghai Lu · 16 years ago
  80. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  81. 045f147 [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols by Adrian Bunk · 18 years ago
  82. 7c309a6 [PATCH] enable booting a NUMA system where some nodes have no memory by Christian Krafft · 18 years ago
  83. dfd54cb [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT by Heiko Carstens · 18 years ago
  84. f71bf0c [PATCH] bootmem: miscellaneous coding style fixes by Franck Bui-Huu · 18 years ago
  85. bbc7b92 [PATCH] bootmem: use pfn/page conversion macros by Franck Bui-Huu · 18 years ago
  86. e786e86 [PATCH] bootmem: remove useless headers inclusions by Franck Bui-Huu · 18 years ago
  87. bb0923a [PATCH] bootmem: limit to 80 columns width by Franck Bui-Huu · 18 years ago
  88. 69d49e6 [PATCH] bootmem: mark link_bootmem() as part of the __init section by Franck Bui-Huu · 18 years ago
  89. 6d46cc6 [PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
  90. a806223 [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory by Andi Kleen · 18 years ago
  91. 679bc9f [PATCH] for_each_online_pgdat: for_each_bootmem by KAMEZAWA Hiroyuki · 18 years ago
  92. 267b480 [PATCH] x86_64: Try to allocate node memmap near the end of node by Andi Kleen · 18 years ago
  93. a226f6c [PATCH] FRV: Clean up bootmem allocator's page freeing algorithm by David Howells · 18 years ago
  94. 008857c [PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low by Ravikiran G Thirumalai · 18 years ago
  95. 66d43e9 [PATCH] fix in __alloc_bootmem_core() when there is no free page in first node's memory by Haren Myneni · 18 years ago
  96. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  97. 281dd25 [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memory by Yasunori Goto · 19 years ago
  98. 6e3254c Revert "x86-64: Reverse order of bootmem lists" by Linus Torvalds · 19 years ago
  99. 5d3d0f7 [PATCH] x86-64: Reverse order of bootmem lists by Andi Kleen · 19 years ago
  100. 8c0e33c [PATCH] Use ALIGN to remove duplicate code by Nick Wilson · 19 years ago