1. 425c0f1 ANDROID: Fix a build warning inside early_memblock_nomap by Suren Baghdasaryan · 3 years ago
  2. 3c2f107 ANDROID: mm: memblock: avoid to create memmap for memblock nomap regions by Vijayanand Jitta · 3 years ago
  3. d172937 Merge 5.10.103 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  4. 78706b0 memblock: use kfree() to release kmalloced memblock regions by Miaohe Lin · 3 years, 6 months ago
  5. c4d0879 Merge 5.10.87 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 8 months ago
  6. 6e634c0 memblock: ensure there is no overflow in memblock_overlaps_region() by Mike Rapoport · 3 years, 8 months ago
  7. e4cac2c Merge 5.10.54 into android12-5.10-lts by Greg Kroah-Hartman · 4 years ago
  8. 1a25c57 memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions by Mike Rapoport · 4 years ago
  9. f2f8d73 UPSTREAM: mm: memblock: add more debug logs by Faiyaz Mohammed · 4 years, 9 months ago
  10. 1092f69 Merge 5.10.15 into android12-5.10 by Greg Kroah-Hartman · 4 years, 6 months ago
  11. 1897a8f memblock: do not start bottom-up allocations with kernel_end by Roman Gushchin · 4 years, 6 months ago
  12. 2eeee9f4 ANDROID: GKI: Export memblock_free to drivers by Alistair Delva · 5 years ago
  13. 6be666e ANDROID: mm/memblock: export memblock_end_of_DRAM by Sudarshan Rajagopalan · 4 years, 9 months ago
  14. 1bf162e memblock: get rid of a :c:type leftover by Mauro Carvalho Chehab · 4 years, 10 months ago
  15. 9303c9d docs: get rid of :c:type explicit declarations for structs by Mauro Carvalho Chehab · 4 years, 10 months ago
  16. cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 10 months ago
  17. 9f3d5ea memblock: implement for_each_reserved_mem_region() using __next_mem_region() by Mike Rapoport · 4 years, 10 months ago
  18. 5bd0960 memblock: remove unused memblock_mem_size() by Mike Rapoport · 4 years, 10 months ago
  19. c9118e6 arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() by Mike Rapoport · 4 years, 10 months ago
  20. 87c5587 memblock: make memblock_debug and related functionality private by Mike Rapoport · 4 years, 10 months ago
  21. cd991db memblock: make for_each_memblock_type() iterator private by Mike Rapoport · 4 years, 10 months ago
  22. 7764990 mm/memblock: expose only miminal interface to add/walk physmem by David Hildenbrand · 5 years ago
  23. df1758d mm/memblock: fix a typo in comment "implict"->"implicit" by Ethon Paul · 5 years ago
  24. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 5 years ago
  25. d622abf mm: memblock: replace dereferences of memblock_region.nid with API calls by Mike Rapoport · 5 years ago
  26. 8676af1 mm: cma: NUMA node interface by Aslan Bakirov · 5 years ago
  27. 49aef71 mm/memblock.c: remove redundant assignment to variable max_addr by Colin Ian King · 5 years ago
  28. a090d71 memblock: Use __func__ in remaining memblock_dbg() call sites by Anshuman Khandual · 6 years ago
  29. 02634a4 mm/memblock: define memblock_physmem_add() by Anshuman Khandual · 6 years ago
  30. 0ac398b mm: support memblock alloc on the exact node for sparse_buffer_init() by Yunfeng Ye · 6 years ago
  31. 9583066 mm/memblock: correct doc for function by Cao jin · 6 years ago
  32. 6e5af9a mm/memblock.c: cleanup doc by Cao jin · 6 years ago
  33. f3057ad mm: memblock: do not enforce current limit for memblock_phys* family by Mike Rapoport · 6 years ago
  34. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  35. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  36. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  37. 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
  38. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  39. a297413 mm: memblock: update comments and kernel-doc by Mike Rapoport · 6 years ago
  40. c9a688a memblock: split checks whether a region should be skipped to a helper function by Mike Rapoport · 6 years ago
  41. fe14512 memblock: remove memblock_{set,clear}_region_flags by Mike Rapoport · 6 years ago
  42. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  43. c0dbe82 memblock: memblock_alloc_try_nid: don't panic by Mike Rapoport · 6 years ago
  44. c366ea8 memblock: make memblock_find_in_range_node() and choose_memblock_flags() static by Mike Rapoport · 6 years ago
  45. 92d12f9 memblock: refactor internal allocation functions by Mike Rapoport · 6 years ago
  46. 0ba9e6e memblock: drop memblock_alloc_base() by Mike Rapoport · 6 years ago
  47. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  48. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  49. 3375557 memblock: memblock_phys_alloc_try_nid(): don't panic by Mike Rapoport · 6 years ago
  50. 8a770c2 memblock: emphasize that memblock_alloc_range() returns a physical address by Mike Rapoport · 6 years ago
  51. 53d818d memblock: drop memblock_alloc_base_nid() by Mike Rapoport · 6 years ago
  52. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  53. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  54. fed84c7 mm/memblock.c: skip kmemleak for kasan_init() by Qian Cai · 7 years ago
  55. 4d72868 memblock: replace usage of __memblock_free_early() with memblock_free() by Mike Rapoport · 7 years ago
  56. d31cfe7 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() by Wentao Wang · 7 years ago
  57. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 7 years ago
  58. 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 7 years ago
  59. f5a222d memblock: annotate memblock_is_reserved() with __init_memblock by Yueyi Li · 7 years ago
  60. 45e7981 mm/memblock.c: fix a typo in __next_mem_pfn_range() comments by Chen Chang · 7 years ago
  61. 2f77080 mm/memblock.c: warn if zero alignment was requested by Mike Rapoport · 7 years ago
  62. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 7 years ago
  63. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 7 years ago
  64. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 7 years ago
  65. bda49a8 mm: remove nobootmem by Mike Rapoport · 7 years ago
  66. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 7 years ago
  67. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 7 years ago
  68. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 7 years ago
  69. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 7 years ago
  70. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 7 years ago
  71. f682a97 mm: provide kernel parameter to allow disabling page init poisoning by Alexander Duyck · 7 years ago
  72. a36aab8 mm/memblock.c: replace u64 with phys_addr_t where appropriate by Mike Rapoport · 7 years ago
  73. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  74. 3e039c5 docs/mm: memblock: add overview documentation by Mike Rapoport · 7 years ago
  75. 48a833c docs/mm: memblock: add kernel-doc comments for memblock_add[_node] by Mike Rapoport · 7 years ago
  76. 47cec44 docs/mm: memblock: update kernel-doc comments by Mike Rapoport · 7 years ago
  77. e1720fe mm/memblock: add a name for memblock flags enumeration by Mike Rapoport · 7 years ago
  78. 1937367 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 7 years ago
  79. e3d301c mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE by Michal Hocko · 7 years ago
  80. 6cc22dc revert "mm/memblock: add missing include <linux/bootmem.h>" by Andrew Morton · 7 years ago
  81. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
  82. 69b5086 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 7 years ago
  83. 25cf23d mm/memblock: print memblock_remove by Minchan Kim · 7 years ago
  84. 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
  85. 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
  86. 644d87d mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t by Stefan Agner · 7 years ago
  87. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  88. 5ad3509 mm: reuse DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  89. f165b37 mm: uninitialized struct page poisoning sanity checking by Pavel Tatashin · 7 years ago
  90. c9e97a1 mm: initialize pages on demand during boot by Pavel Tatashin · 7 years ago
  91. b575454f mm: make memblock_alloc_base_nid() non-static by Nicholas Piggin · 7 years ago
  92. f59f1ca Revert "mm: page_alloc: skip over regions of invalid pfns where possible" by Daniel Vacek · 7 years ago
  93. 379b03b mm/memblock.c: hardcode the end_pfn being -1 by Daniel Vacek · 7 years ago
  94. 937f0c2 mm/memblock: memblock_is_map/region_memory can be boolean by Yaowei Bai · 7 years ago
  95. ea1f5f3 mm: define memblock_virt_alloc_try_nid_raw by Pavel Tatashin · 8 years ago
  96. 66e8b43 mm/memblock.c: make the index explicit argument of for_each_memblock_type by Gioh Kim · 8 years ago
  97. 91b540f9 mm/memblock.c: reversed logic in memblock_discard() by Pavel Tatashin · 8 years ago
  98. 3010f87 mm: discard memblock data later by Pavel Tatashin · 8 years ago
  99. 4932381 mm, memory_hotplug: move movable_node to the hotplug proper by Michal Hocko · 8 years ago
  100. f70029b mm, memory_hotplug: drop CONFIG_MOVABLE_NODE by Michal Hocko · 8 years ago