1. 0ac398b mm: support memblock alloc on the exact node for sparse_buffer_init() by Yunfeng Ye · 5 years ago
  2. 9583066 mm/memblock: correct doc for function by Cao jin · 5 years ago
  3. 6e5af9a mm/memblock.c: cleanup doc by Cao jin · 5 years ago
  4. f3057ad mm: memblock: do not enforce current limit for memblock_phys* family by Mike Rapoport · 5 years ago
  5. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  6. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  7. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  8. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  9. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  10. a297413 mm: memblock: update comments and kernel-doc by Mike Rapoport · 6 years ago
  11. c9a688a memblock: split checks whether a region should be skipped to a helper function by Mike Rapoport · 6 years ago
  12. fe14512 memblock: remove memblock_{set,clear}_region_flags by Mike Rapoport · 6 years ago
  13. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  14. c0dbe82 memblock: memblock_alloc_try_nid: don't panic by Mike Rapoport · 6 years ago
  15. c366ea8 memblock: make memblock_find_in_range_node() and choose_memblock_flags() static by Mike Rapoport · 6 years ago
  16. 92d12f9 memblock: refactor internal allocation functions by Mike Rapoport · 6 years ago
  17. 0ba9e6e memblock: drop memblock_alloc_base() by Mike Rapoport · 6 years ago
  18. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  19. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  20. 3375557 memblock: memblock_phys_alloc_try_nid(): don't panic by Mike Rapoport · 6 years ago
  21. 8a770c2 memblock: emphasize that memblock_alloc_range() returns a physical address by Mike Rapoport · 6 years ago
  22. 53d818d memblock: drop memblock_alloc_base_nid() by Mike Rapoport · 6 years ago
  23. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  24. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  25. fed84c7 mm/memblock.c: skip kmemleak for kasan_init() by Qian Cai · 6 years ago
  26. 4d72868 memblock: replace usage of __memblock_free_early() with memblock_free() by Mike Rapoport · 6 years ago
  27. d31cfe7 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() by Wentao Wang · 6 years ago
  28. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  29. 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago
  30. f5a222d memblock: annotate memblock_is_reserved() with __init_memblock by Yueyi Li · 6 years ago
  31. 45e7981 mm/memblock.c: fix a typo in __next_mem_pfn_range() comments by Chen Chang · 6 years ago
  32. 2f77080 mm/memblock.c: warn if zero alignment was requested by Mike Rapoport · 6 years ago
  33. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  34. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  35. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  36. bda49a8 mm: remove nobootmem by Mike Rapoport · 6 years ago
  37. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
  38. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  39. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  40. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  41. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  42. f682a97 mm: provide kernel parameter to allow disabling page init poisoning by Alexander Duyck · 6 years ago
  43. a36aab8 mm/memblock.c: replace u64 with phys_addr_t where appropriate by Mike Rapoport · 6 years ago
  44. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  45. 3e039c5 docs/mm: memblock: add overview documentation by Mike Rapoport · 7 years ago
  46. 48a833c docs/mm: memblock: add kernel-doc comments for memblock_add[_node] by Mike Rapoport · 7 years ago
  47. 47cec44 docs/mm: memblock: update kernel-doc comments by Mike Rapoport · 7 years ago
  48. e1720fe mm/memblock: add a name for memblock flags enumeration by Mike Rapoport · 7 years ago
  49. 1937367 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  50. e3d301c mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE by Michal Hocko · 6 years ago
  51. 6cc22dc revert "mm/memblock: add missing include <linux/bootmem.h>" by Andrew Morton · 7 years ago
  52. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
  53. 69b5086 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 7 years ago
  54. 25cf23d mm/memblock: print memblock_remove by Minchan Kim · 7 years ago
  55. 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
  56. 49a695b Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  57. 644d87d mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t by Stefan Agner · 7 years ago
  58. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  59. 5ad3509 mm: reuse DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  60. f165b37 mm: uninitialized struct page poisoning sanity checking by Pavel Tatashin · 7 years ago
  61. c9e97a1 mm: initialize pages on demand during boot by Pavel Tatashin · 7 years ago
  62. b575454f mm: make memblock_alloc_base_nid() non-static by Nicholas Piggin · 7 years ago
  63. f59f1ca Revert "mm: page_alloc: skip over regions of invalid pfns where possible" by Daniel Vacek · 7 years ago
  64. 379b03b mm/memblock.c: hardcode the end_pfn being -1 by Daniel Vacek · 7 years ago
  65. 937f0c2 mm/memblock: memblock_is_map/region_memory can be boolean by Yaowei Bai · 7 years ago
  66. ea1f5f3 mm: define memblock_virt_alloc_try_nid_raw by Pavel Tatashin · 7 years ago
  67. 66e8b43 mm/memblock.c: make the index explicit argument of for_each_memblock_type by Gioh Kim · 7 years ago
  68. 91b540f9 mm/memblock.c: reversed logic in memblock_discard() by Pavel Tatashin · 7 years ago
  69. 3010f87 mm: discard memblock data later by Pavel Tatashin · 7 years ago
  70. 4932381 mm, memory_hotplug: move movable_node to the hotplug proper by Michal Hocko · 8 years ago
  71. f70029b mm, memory_hotplug: drop CONFIG_MOVABLE_NODE by Michal Hocko · 8 years ago
  72. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 8 years ago
  73. c9ca9b4 memblock: add memblock_cap_memory_range() by AKASHI Takahiro · 8 years ago
  74. 4c546b8 memblock: add memblock_clear_nomap() by AKASHI Takahiro · 8 years ago
  75. c9a1b80 mm/memblock.c: fix memblock_next_valid_pfn() by AKASHI Takahiro · 8 years ago
  76. 0262d9c memblock: embed memblock type name within struct memblock_type by Heiko Carstens · 8 years ago
  77. 409efd4 memblock: also dump physmem list within __memblock_dump_all by Heiko Carstens · 8 years ago
  78. 7409c5f memblock: let memblock_type_name know about physmem type by Heiko Carstens · 8 years ago
  79. 5d63f81 mm/memblock.c: remove unnecessary log and clean up by Miles Chen · 8 years ago
  80. 7d41c03 mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal() by Wei Yang · 8 years ago
  81. ef415ef mm/memblock.c: trivial code refine in memblock_is_region_memory() by Wei Yang · 8 years ago
  82. b92df1d mm: page_alloc: skip over regions of invalid pfns where possible by Paul Burton · 8 years ago
  83. 9099dae mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping by Catalin Marinas · 8 years ago
  84. 8907de5 mm/memblock.c: expose total reserved memory by Srikar Dronamraju · 8 years ago
  85. e47608a mm/memblock.c: fix NULL dereference error by zijun_hu · 8 years ago
  86. 412d000 mm/memblock: fix a typo in a comment by Alexander Kuleshov · 8 years ago
  87. fb399b4 mm/memblock.c: fix index adjustment error in __next_mem_range_rev() by zijun_hu · 8 years ago
  88. a571d4e mm/memblock.c: add new infrastructure to address the mem limit issue by Dennis Chen · 8 years ago
  89. c4c5ad6 memblock: include <asm/sections.h> instead of <asm-generic/sections.h> by Christoph Hellwig · 8 years ago
  90. ef3cc4d mm/memblock.c:memblock_add_range(): if nr_new is 0 just return by nimisolo · 8 years ago
  91. cd33a76 mm/memblock.c: remove unnecessary always-true comparison by Richard Leitner · 9 years ago
  92. f705ac4 mm/memblock.c: move memblock_{add,reserve}_region into memblock_{add,reserve} by Alexander Kuleshov · 9 years ago
  93. 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
  94. 5aa1748 mm/memblock.c: remove unnecessary memblock_type variable by Alexander Kuleshov · 9 years ago
  95. 1f1ffb8a memblock: don't mark memblock_phys_mem_size() as __init by David Gibson · 9 years ago
  96. 8c9c170 mm/memblock: introduce for_each_memblock_type() by Alexander Kuleshov · 9 years ago
  97. f14516f mm/memblock: remove rgnbase and rgnsize variables by Alexander Kuleshov · 9 years ago
  98. b4ad0c7 mm/memblock.c: memblock_is_memory()/reserved() can be boolean by Yaowei Bai · 9 years ago
  99. bf3d3cc mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table by Ard Biesheuvel · 9 years ago
  100. 35bd16a mm/memblock: make memblock_remove_range() static by Alexander Kuleshov · 9 years ago