1. 3d4247f powerpc/32: Add support of KASAN_VMALLOC by Christophe Leroy · 5 years ago
  2. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  3. 8fabc62 powerpc: Ensure that swiotlb buffer is allocated from low memory by Mike Rapoport · 5 years ago
  4. 6f4679b powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache_range by Aneesh Kumar K.V · 5 years ago
  5. 7794b1d Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  6. 2807273 powerpc/fixmap: fix crash with HIGHMEM by Christophe Leroy · 5 years ago
  7. f2bb869 powerpc/fixmap: don't clear fixmap area in paging_init() by Christophe Leroy · 5 years ago
  8. ea458ef powerpc: Don't flush caches when adding memory by Alastair D'Silva · 5 years ago
  9. 0762659 powerpc: Chunk calls to flush_dcache_range in arch_*_memory by Alastair D'Silva · 5 years ago
  10. 23eb7f5 powerpc: Convert flush_icache_range & friends to C by Alastair D'Silva · 5 years ago
  11. 8b5369e dma/direct: turn ARCH_ZONE_DMA_BITS into a variable by Nicolas Saenz Julienne · 5 years ago
  12. f2902a2 powerpc: use the generic dma coherent remap allocator by Christoph Hellwig · 5 years ago
  13. e5a1edb powerpc/mm: move update_mmu_cache() into book3s hash utils. by Christophe Leroy · 5 years ago
  14. 4c1616e powerpc/mm: move FSL_BOOK3 version of update_mmu_cache() by Christophe Leroy · 5 years ago
  15. d964211 powerpc/mm: define empty update_mmu_cache() as static inline by Christophe Leroy · 5 years ago
  16. ad628a3 powerpc/mm: don't display empty early ioremap area by Christophe Leroy · 5 years ago
  17. bed38c3 Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  18. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
  19. 03800e0 powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA by Andrea Arcangeli · 6 years ago
  20. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  21. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  22. 1cfb725 powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range() by Christophe Leroy · 6 years ago
  23. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 6 years ago
  24. a8282bf Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  25. 9739ab7 powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac by Christoph Hellwig · 6 years ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  28. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  29. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  30. b4abe38 powerpc/32: prepare shadow area for KASAN by Christophe Leroy · 6 years ago
  31. 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
  32. 26ad267 powerpc/mm: Fix section mismatch warning by Aneesh Kumar K.V · 6 years ago
  33. f172acb powerpc/mm: move warning from resize_hpt_for_hotplug() by Laurent Vivier · 6 years ago
  34. d0055df Merge branch 'topic/dma' into next by Michael Ellerman · 6 years ago
  35. 31f940a powerpc/dma: use the dma-direct allocator for coherent platforms by Christoph Hellwig · 6 years ago
  36. 26b5233 powerpc: Drop page_is_ram() and walk_system_ram_range() by Christophe Leroy · 6 years ago
  37. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  38. 25078dc powerpc: use mm zones more sensibly by Christoph Hellwig · 6 years ago
  39. 5b3e84f powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S by Christophe Leroy · 6 years ago
  40. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  41. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  42. 34eb138 powerpc/mm: don't use _PAGE_EXEC for calling hash_preload() by Christophe Leroy · 6 years ago
  43. c766ee7 powerpc: handover page flags with a pgprot_t parameter by Christophe Leroy · 6 years ago
  44. 51c3c62 powerpc: Avoid code patching freed init sections by Michael Neuling · 6 years ago
  45. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  46. 68662f8 powerpc/64s/radix: prefetch user address in update_mmu_cache by Nicholas Piggin · 7 years ago
  47. fb5924f powerpc/mm: Flush cache on memory hot(un)plug by Balbir Singh · 7 years ago
  48. f65e67c powerpc/mm: Use memblock API for PPC32 page_is_ram by Jonathan Neuschäfer · 7 years ago
  49. 2615c93 powerpc/mm: Simplify page_is_ram by using memblock_is_memory by Jonathan Neuschäfer · 7 years ago
  50. f437c51 Merge branch 'topic/paca' into next by Michael Ellerman · 7 years ago
  51. 29ab6c4 powerpc/mm: Pass node id into create_section_mapping by Nicholas Piggin · 7 years ago
  52. 9bd9be0 powerpc/mm/numa: move numa topology discovery earlier by Nicholas Piggin · 7 years ago
  53. bde709a powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping() by Mauricio Faria de Oliveira · 7 years ago
  54. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  55. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  56. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  57. f2c2cbc powerpc: Use pr_warn instead of pr_warning by Joe Perches · 8 years ago
  58. 968159c powerpc/8xx: Getting rid of remaining use of CONFIG_8xx by Christophe Leroy · 7 years ago
  59. 029d925 powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y by Michael Ellerman · 7 years ago
  60. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  61. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 8 years ago
  62. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 8 years ago
  63. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 8 years ago
  64. b584c25 powerpc/vmemmap: Add altmap support by Oliver O'Halloran · 8 years ago
  65. 4386c09 powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit by Christophe Leroy · 8 years ago
  66. 438cc81 powerpc/pseries: Automatically resize HPT for memory hot add/remove by David Gibson · 8 years ago
  67. fecbfab powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs by Benjamin Herrenschmidt · 9 years ago
  68. 3079abe powerpc/mm: Ensure "special" zones are empty by Oliver O'Halloran · 9 years ago
  69. 171cb71 powerpc/mm: Improve readability of update_mmu_cache() by Gavin Shan · 9 years ago
  70. dd0b52c powerpc/mm: define TOP_ZONE as a constant by Oliver O'Halloran · 9 years ago
  71. a3dece6 powerpc/radix: Update MMU cache by Aneesh Kumar K.V · 9 years ago
  72. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  73. 1dace6c powerpc/mm: Clean up memory hotplug failure paths by David Gibson · 9 years ago
  74. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 9 years ago
  75. e256caa powerpc/mm: Allow user space to map rtas_rmo_buf by Vasant Hegde · 9 years ago
  76. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  77. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
  78. 2f7d2b7 powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA by Scott Wood · 10 years ago
  79. 6c0cc62 powerpc/mm: Use PFN_PHYS() in devmem_is_allowed() by Scott Wood · 10 years ago
  80. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 10 years ago
  81. 21098b9 powerpc: Move sparse_init() into initmem_init by Anton Blanchard · 10 years ago
  82. 1023973 powerpc: Remove bootmem allocator by Anton Blanchard · 10 years ago
  83. 16d0f5c powerpc: Remove ppc_md.remove_memory by Anton Blanchard · 10 years ago
  84. 75d43b2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git by Michael Ellerman · 10 years ago
  85. 6db35ad powerpc/mm: Use common paging_init() for NUMA by Scott Wood · 10 years ago
  86. 1c98025 powerpc: Dynamic DMA zone limits by Scott Wood · 10 years ago
  87. f51202d memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
  88. 9ac8cde powerpc/pseries: Use remove_memory() to remove memory by Nathan Fontenot · 11 years ago
  89. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  90. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  91. fac515db Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 11 years ago
  92. 4f77092 powerpc: Make add_system_ram_resources() __init by Geert Uytterhoeven · 11 years ago
  93. 28efc35 powerpc/e6500: TLB miss handler with hardware tablewalk support by Scott Wood · 11 years ago
  94. f7e3334 powerpc: Fix memory hotplug with sparse vmemmap by Nathan Fontenot · 11 years ago
  95. f748eda powerpc/mm: Mark Memory Resources as busy by Nathan Fontenot · 11 years ago
  96. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  97. 602ddc7 mm/PPC: prepare for killing free_all_bootmem_node() by Jiang Liu · 12 years ago
  98. 369a9d8 mm/ppc: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  99. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  100. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 12 years ago