1. 65be4a5 Merge remote-tracking branch '4.4/tmp-730d8a5' into 4.8 by Kyle Yan · 7 years ago
  2. 9099dae mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping by Catalin Marinas · 8 years ago
  3. 1d8bf92 mm/bootmem.c: replace kzalloc() by kzalloc_node() by zijun_hu · 8 years ago
  4. 7d071756 mm: Remove __init annotations from free_bootmem_late by Laura Abbott · 11 years ago
  5. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  6. 8dd3303 x86/mm: Introduce max_possible_pfn by Igor Mammedov · 8 years ago
  7. 1b4ace4 bootmem: avoid freeing to bootmem after bootmem is done by Chris Metcalf · 9 years ago
  8. d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
  9. f784a3f mem-hotplug: reset node managed pages when hot-adding a new pgdat by Tang Chen · 9 years ago
  10. d85fbee mm/bootmem.c: use include/linux/ headers by Paul McQuade · 10 years ago
  11. 4a099fb mm/bootmem.c: remove unused local `map' by Daeseok Youn · 10 years ago
  12. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 10 years ago
  13. e1280be mm: kill free_all_bootmem_node() by Jiang Liu · 11 years ago
  14. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  15. 7b4b2a0 mm: accurately calculate zone->managed_pages for highmem zones by Jiang Liu · 11 years ago
  16. 38fa417 mm: Add alloc_bootmem_low_pages_nopanic() by Yinghai Lu · 11 years ago
  17. 10d73e6 mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignment by Max Filippov · 11 years ago
  18. 9887090 mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic() by Lin Feng · 11 years ago
  19. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 11 years ago
  20. 3f7dfe2 bootmem: remove alloc_arch_preferred_bootmem() by Joonsoo Kim · 11 years ago
  21. 2d7a695 bootmem: remove not implemented function call, bootmem_arch_preferred_node() by Joonsoo Kim · 11 years ago
  22. 81df9bf bootmem: fix wrong call parameter for free_bootmem() by Joonsoo Kim · 11 years ago
  23. 5576646 revert "mm: fix-up zone present pages" by Andrew Morton · 11 years ago
  24. 7f1290f mm: fix-up zone present pages by Jianguo Wu · 12 years ago
  25. 0d4ba4d bootmem: Fix the short description of reserve_bootmem() by Javi Merino · 12 years ago
  26. c8f4a2d bootmem: make ___alloc_bootmem_node_nopanic() really nopanic by Yinghai Lu · 12 years ago
  27. 99ab7b1 mm: sparse: fix usemap allocation above node descriptor section by Yinghai Lu · 12 years ago
  28. 5c2b8a1 mm/bootmem.c: cleanup on addition to bootmem data list by Gavin Shan · 12 years ago
  29. 238305b mm: remove sparsemem allocation details from the bootmem allocator by Johannes Weiner · 12 years ago
  30. e907991 mm: bootmem: pass pgdat instead of pgdat->bdata down the stack by Johannes Weiner · 12 years ago
  31. 421456e mm: bootmem: unify allocation policy of (non-)panicking node allocations by Johannes Weiner · 12 years ago
  32. ab38184 mm: bootmem: allocate in order node+goal, goal, node, anywhere by Johannes Weiner · 12 years ago
  33. c12ab50 mm: bootmem: split out goal-to-node mapping from goal dropping by Johannes Weiner · 12 years ago
  34. c6785b6 mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdata by Johannes Weiner · 12 years ago
  35. 549381e mm: bootmem: remove redundant offset check when finally freeing bootmem by Johannes Weiner · 12 years ago
  36. 6dccdcb mm: bootmem: fix checking the bitmap when finally freeing bootmem by Gavin Shan · 12 years ago
  37. f5bf18f bootmem/sparsemem: remove limit constraint in alloc_bootmem_section by Nishanth Aravamudan · 12 years ago
  38. 799f933 mm: bootmem: try harder to free pages in bulk by Johannes Weiner · 12 years ago
  39. 560a036 mm: bootmem: drop superfluous range check when freeing pages in bulk by Johannes Weiner · 12 years ago
  40. 9571a98 bootmem: micro optimize freeing pages in bulk by Uwe Kleine-König · 12 years ago
  41. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  42. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  43. e782ab4 bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c by Yinghai Lu · 13 years ago
  44. 0932587 bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c by Yinghai Lu · 13 years ago
  45. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  46. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  47. f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
  48. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  49. 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
  50. aa235fc bootmem, x86: Fix 32bit numa system without RAM on node 0 by Yinghai Lu · 14 years ago
  51. 3379985 nobootmem, x86: Fix 32bit numa system without RAM on node 0 by Yinghai Lu · 14 years ago
  52. 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
  53. c26f91a x86: Remove excessive early_res debug output by Jiri Kosina · 14 years ago
  54. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 14 years ago
  55. 8aa043d mm/bootmem.c: properly __init-annotate helper functions by Jan Beulich · 14 years ago
  56. 9f993ac bootmem: Add free_bootmem_late() by FUJITA Tomonori · 14 years ago
  57. 008139d kmemleak: Do not report alloc_bootmem blocks as leaks by Catalin Marinas · 15 years ago
  58. ec3a354 kmemleak: Add callbacks to the bootmem allocator by Catalin Marinas · 15 years ago
  59. 433f13a bootmem.c: avoid c90 declaration warning by Joe Perches · 15 years ago
  60. c91c477 bootmem: fix slab fallback on numa by Pekka Enberg · 15 years ago
  61. 441c7e0 bootmem: use slab if bootmem is no longer available by Pekka Enberg · 15 years ago
  62. d0c4f57 bootmem, x86: further fixes for arch-specific bootmem wrapping by Tejun Heo · 15 years ago
  63. c132937 bootmem: clean up arch-specific bootmem wrapping by Tejun Heo · 15 years ago
  64. 594fe1a bootmem: print request details before BUG_ON(them) by Johannes Weiner · 15 years ago
  65. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  66. 481ebd0 bootmem: fix aligning of node-relative indexes and offsets by Johannes Weiner · 16 years ago
  67. 627240a bootmem allocator: alloc_bootmem_core(): page-align the end offset by Mikulas Patocka · 16 years ago
  68. 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 16 years ago
  69. 75a56cf bootmem: revisit alloc_bootmem_section by Johannes Weiner · 16 years ago
  70. 4cc278b bootmem: Make __alloc_bootmem_low_node fall back to other nodes by Johannes Weiner · 16 years ago
  71. 0f3caba bootmem: respect goal more likely by Johannes Weiner · 16 years ago
  72. e2bf3ca bootmem: factor out the marking of a PFN range by Johannes Weiner · 16 years ago
  73. d747fa4 bootmem: free/reserve helpers by Johannes Weiner · 16 years ago
  74. 5f2809e bootmem: clean up alloc_bootmem_core by Johannes Weiner · 16 years ago
  75. 41546c1 bootmem: clean up free_all_bootmem_core by Johannes Weiner · 16 years ago
  76. 636cc40 bootmem: revisit bootmem descriptor list handling by Johannes Weiner · 16 years ago
  77. df049a5 bootmem: revisit bitmap size calculations by Johannes Weiner · 16 years ago
  78. 2e5237d bootmem: add debugging framework by Johannes Weiner · 16 years ago
  79. a66fd7d bootmem: add documentation to API functions by Johannes Weiner · 16 years ago
  80. 57cfc29 bootmem: clean up bootmem.c file header by Johannes Weiner · 16 years ago
  81. 223e8dc bootmem: reorder code to match new bootmem structure by Johannes Weiner · 16 years ago
  82. b54bbf7 mm: introduce non panic alloc_bootmem by Andi Kleen · 16 years ago
  83. ffc6421 mm: unexport __alloc_bootmem_core() by Johannes Weiner · 16 years ago
  84. 8ae0446 mm: normalize internal argument passing of bootmem data by Johannes Weiner · 16 years ago
  85. 6b312c0 mm: fix free_all_bootmem_core alignment check by Johannes Weiner · 16 years ago
  86. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  87. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago
  88. 71c2742 Add return value to reserve_bootmem_node() by Bernhard Walle · 16 years ago
  89. e70260a memory hotplug: make alloc_bootmem_section() by Yasunori Goto · 16 years ago
  90. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 16 years ago
  91. a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 16 years ago
  92. 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 16 years ago
  93. ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 16 years ago
  94. 5a982cb mm: fix boundary checking in free_bootmem_core by Yinghai Lu · 16 years ago
  95. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  96. 045f147 [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols by Adrian Bunk · 17 years ago
  97. 7c309a6 [PATCH] enable booting a NUMA system where some nodes have no memory by Christian Krafft · 17 years ago
  98. dfd54cb [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT by Heiko Carstens · 18 years ago
  99. f71bf0c [PATCH] bootmem: miscellaneous coding style fixes by Franck Bui-Huu · 18 years ago
  100. bbc7b92 [PATCH] bootmem: use pfn/page conversion macros by Franck Bui-Huu · 18 years ago