1. 89fa0be Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 2 months ago
  2. c6975d7 arm64: Track no early_pgtable_alloc() for kmemleak by Qian Cai · 3 years, 2 months ago
  3. f7892d8 memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED by David Hildenbrand · 3 years, 2 months ago
  4. 952eea9 memblock: allow to specify flags with memblock_add_node() by David Hildenbrand · 3 years, 2 months ago
  5. 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
  6. 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
  7. 621d973 memblock: stop aliasing __memblock_free_late with memblock_free_late by Mike Rapoport · 3 years, 2 months ago
  8. 658aafc memblock: exclude MEMBLOCK_NOMAP regions from kmemleak by Mike Rapoport · 3 years, 2 months ago
  9. 6c9a545 Revert "memblock: exclude NOMAP regions from kmemleak" by Mike Rapoport · 3 years, 2 months ago
  10. 5173ed7 memblock: check memory total_size by Peng Fan · 3 years, 2 months ago
  11. 6e44bd6 memblock: exclude NOMAP regions from kmemleak by Mike Rapoport · 3 years, 3 months ago
  12. 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 3 months ago
  13. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  14. a7259df memblock: make memblock_find_in_range method private by Mike Rapoport · 3 years, 4 months ago
  15. 0867880 memblock: stop poisoning raw allocations by Mike Rapoport · 3 years, 4 months ago
  16. e888fa7 memblock: Check memory add/cap ordering by Geert Uytterhoeven · 3 years, 5 months ago
  17. 00974b9 memblock: Add missing debug code to memblock_add_node() by Geert Uytterhoeven · 3 years, 5 months ago
  18. 79e482e memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions by Mike Rapoport · 3 years, 5 months ago
  19. a412897 Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years, 6 months ago
  20. 9092d4f memblock: update initialization of reserved pages by Mike Rapoport · 3 years, 6 months ago
  21. 023accf memblock: ensure there is no overflow in memblock_overlaps_region() by Mike Rapoport · 3 years, 6 months ago
  22. f921f53 memblock: align freed memory map on pageblock boundaries with SPARSEMEM by Mike Rapoport · 3 years, 7 months ago
  23. e2a8680 memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER by Mike Rapoport · 3 years, 7 months ago
  24. a9ee6cf mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA by Mike Rapoport · 3 years, 6 months ago
  25. 7b7028e Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years, 10 months ago
  26. 2dcb396 memblock: do not start bottom-up allocations with kernel_end by Roman Gushchin · 3 years, 11 months ago
  27. 17cbe03 mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid() by Levi Yun · 4 years ago
  28. 097d43d mm: memblock: remove return value of memblock_free_all() by Daeseok Youn · 4 years ago
  29. fff875a Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 4 years ago
  30. 8958b24 mm: fix some spelling mistakes in comments by Haitao Shi · 4 years ago
  31. 4f5b0c1 arm, arm64: move free_unused_memmap() to generic mm by Mike Rapoport · 4 years ago
  32. b5cf2d6 mm: memblock: add more debug logs by Faiyaz Mohammed · 4 years, 1 month ago
  33. 1bf162e memblock: get rid of a :c:type leftover by Mauro Carvalho Chehab · 4 years, 3 months ago
  34. 9303c9d docs: get rid of :c:type explicit declarations for structs by Mauro Carvalho Chehab · 4 years, 3 months ago
  35. cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 2 months ago
  36. 9f3d5ea memblock: implement for_each_reserved_mem_region() using __next_mem_region() by Mike Rapoport · 4 years, 2 months ago
  37. 5bd0960 memblock: remove unused memblock_mem_size() by Mike Rapoport · 4 years, 2 months ago
  38. c9118e6 arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() by Mike Rapoport · 4 years, 2 months ago
  39. 87c5587 memblock: make memblock_debug and related functionality private by Mike Rapoport · 4 years, 2 months ago
  40. cd991db memblock: make for_each_memblock_type() iterator private by Mike Rapoport · 4 years, 2 months ago
  41. 7764990 mm/memblock: expose only miminal interface to add/walk physmem by David Hildenbrand · 4 years, 6 months ago
  42. df1758d mm/memblock: fix a typo in comment "implict"->"implicit" by Ethon Paul · 4 years, 7 months ago
  43. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 7 months ago
  44. d622abf mm: memblock: replace dereferences of memblock_region.nid with API calls by Mike Rapoport · 4 years, 7 months ago
  45. 8676af1 mm: cma: NUMA node interface by Aslan Bakirov · 4 years, 9 months ago
  46. 49aef71 mm/memblock.c: remove redundant assignment to variable max_addr by Colin Ian King · 4 years, 9 months ago
  47. a090d71 memblock: Use __func__ in remaining memblock_dbg() call sites by Anshuman Khandual · 5 years ago
  48. 02634a4 mm/memblock: define memblock_physmem_add() by Anshuman Khandual · 5 years ago
  49. 0ac398b mm: support memblock alloc on the exact node for sparse_buffer_init() by Yunfeng Ye · 5 years ago
  50. 9583066 mm/memblock: correct doc for function by Cao jin · 5 years ago
  51. 6e5af9a mm/memblock.c: cleanup doc by Cao jin · 5 years ago
  52. f3057ad mm: memblock: do not enforce current limit for memblock_phys* family by Mike Rapoport · 5 years ago
  53. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  54. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  55. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  56. 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
  57. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  58. a297413 mm: memblock: update comments and kernel-doc by Mike Rapoport · 6 years ago
  59. c9a688a memblock: split checks whether a region should be skipped to a helper function by Mike Rapoport · 6 years ago
  60. fe14512 memblock: remove memblock_{set,clear}_region_flags by Mike Rapoport · 6 years ago
  61. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  62. c0dbe82 memblock: memblock_alloc_try_nid: don't panic by Mike Rapoport · 6 years ago
  63. c366ea8 memblock: make memblock_find_in_range_node() and choose_memblock_flags() static by Mike Rapoport · 6 years ago
  64. 92d12f9 memblock: refactor internal allocation functions by Mike Rapoport · 6 years ago
  65. 0ba9e6e memblock: drop memblock_alloc_base() by Mike Rapoport · 6 years ago
  66. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  67. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  68. 3375557 memblock: memblock_phys_alloc_try_nid(): don't panic by Mike Rapoport · 6 years ago
  69. 8a770c2 memblock: emphasize that memblock_alloc_range() returns a physical address by Mike Rapoport · 6 years ago
  70. 53d818d memblock: drop memblock_alloc_base_nid() by Mike Rapoport · 6 years ago
  71. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  72. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  73. fed84c7 mm/memblock.c: skip kmemleak for kasan_init() by Qian Cai · 6 years ago
  74. 4d72868 memblock: replace usage of __memblock_free_early() with memblock_free() by Mike Rapoport · 6 years ago
  75. d31cfe7 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() by Wentao Wang · 6 years ago
  76. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  77. 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago
  78. f5a222d memblock: annotate memblock_is_reserved() with __init_memblock by Yueyi Li · 6 years ago
  79. 45e7981 mm/memblock.c: fix a typo in __next_mem_pfn_range() comments by Chen Chang · 6 years ago
  80. 2f77080 mm/memblock.c: warn if zero alignment was requested by Mike Rapoport · 6 years ago
  81. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  82. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  83. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  84. bda49a8 mm: remove nobootmem by Mike Rapoport · 6 years ago
  85. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
  86. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  87. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  88. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  89. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  90. f682a97 mm: provide kernel parameter to allow disabling page init poisoning by Alexander Duyck · 6 years ago
  91. a36aab8 mm/memblock.c: replace u64 with phys_addr_t where appropriate by Mike Rapoport · 6 years ago
  92. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  93. 3e039c5 docs/mm: memblock: add overview documentation by Mike Rapoport · 6 years ago
  94. 48a833c docs/mm: memblock: add kernel-doc comments for memblock_add[_node] by Mike Rapoport · 6 years ago
  95. 47cec44 docs/mm: memblock: update kernel-doc comments by Mike Rapoport · 6 years ago
  96. e1720fe mm/memblock: add a name for memblock flags enumeration by Mike Rapoport · 6 years ago
  97. 1937367 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  98. e3d301c mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE by Michal Hocko · 6 years ago
  99. 6cc22dc revert "mm/memblock: add missing include <linux/bootmem.h>" by Andrew Morton · 7 years ago
  100. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago