1. 960e370 Merge branch 'fixes' into next by Michael Ellerman · 4 years, 4 months ago
  2. 103a854 powerpc/book3s64/radix: Fix boot failure with large amount of guest memory by Aneesh Kumar K.V · 4 years, 4 months ago
  3. 1c0a7ac powerpc/vmemmap: Don't warn if we don't find a mapping vmemmap list entry by Aneesh Kumar K.V · 4 years, 5 months ago
  4. ccaea15 powerpc/vmemmap: Fix memory leak with vmemmap list allocation failures. by Aneesh Kumar K.V · 4 years, 5 months ago
  5. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  6. 56993b4 mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() by Anshuman Khandual · 4 years, 5 months ago
  7. bf6b766 powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE by Aneesh Kumar K.V · 4 years, 5 months ago
  8. 029ab30 powerpc/mm: Enable radix GTSE only if supported. by Bharata B Rao · 4 years, 6 months ago
  9. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  10. e96d904 powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN() by Christophe Leroy · 4 years, 9 months ago
  11. 3df1911 Merge branch 'topic/kaslr-book3e32' into next by Michael Ellerman · 5 years ago
  12. 4ed47db powerpc: move memstart_addr and kernstart_addr to init-common.c by Jason Yan · 5 years ago
  13. 5f5d6e4 powerpc/nvdimm: Update vmemmap_populated to check sub-section range by Aneesh Kumar K.V · 5 years ago
  14. cf387d9 libnvdimm/altmap: Track namespace boundaries in altmap by Aneesh Kumar K.V · 5 years ago
  15. 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
  16. c0b1b23 powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block by Aneesh Kumar K.V · 6 years ago
  17. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  18. 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
  19. c38ca26 powerpc/mm: fix "section_base" set but not used by Qian Cai · 6 years ago
  20. 9ef3463 powerpc/mm: Fallback to RAM if the altmap is unusable by Oliver O'Halloran · 6 years ago
  21. 425333b KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode by Alexey Kardashevskiy · 6 years ago
  22. cec4e9b powerpc/mm/radix: Parse disable_radix commandline correctly. by Aneesh Kumar K.V · 7 years ago
  23. c2b4d8b powerpc/mm/hash64: Increase the VA range by Aneesh Kumar K.V · 7 years ago
  24. 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
  25. a8fc357 mm: split altmap memory map allocation from normal case by Christoph Hellwig · 7 years ago
  26. 24b6d41 mm: pass the vmem_altmap to vmemmap_free by Christoph Hellwig · 7 years ago
  27. 7b73d97 mm: pass the vmem_altmap to vmemmap_populate by Christoph Hellwig · 7 years ago
  28. f2c2cbc powerpc: Use pr_warn instead of pr_warning by Joe Perches · 8 years ago
  29. 1fd6c02 powerpc/mm: Add a CONFIG option to choose if radix is used by default by Michael Ellerman · 7 years ago
  30. 4e00374 powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64 by Michael Ellerman · 7 years ago
  31. 7559952 powerpc/mm: Fix section mismatch warning in early_check_vec5() by Michael Ellerman · 7 years ago
  32. 7e7dc66 powerpc/mm: Build fix for non SPARSEMEM_VMEMAP config by Aneesh Kumar K.V · 8 years ago
  33. b584c25 powerpc/vmemmap: Add altmap support by Oliver O'Halloran · 8 years ago
  34. d7d9b61 powerpc/vmemmap: Reshuffle vmemmap_free() by Oliver O'Halloran · 8 years ago
  35. 39e4675 powerpc/mm: Add comments on vmemmap physical mapping by Anshuman Khandual · 8 years ago
  36. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  37. 1b2fa5a powerpc/mm: Remove checks that TASK_SIZE_USER64 is too small by Aneesh Kumar K.V · 8 years ago
  38. fc36a90 Revert "powerpc/64: Disable use of radix under a hypervisor" by Paul Mackerras · 8 years ago
  39. 014d02c powerpc: Update to new option-vector-5 format for CAS by Suraj Jitindar Singh · 8 years ago
  40. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  41. 3f91a89 powerpc/64: Disable use of radix under a hypervisor by Paul Mackerras · 8 years ago
  42. cc3d294 powerpc/64: Enable use of radix MMU under hypervisor on POWER9 by Paul Mackerras · 8 years ago
  43. 18569c1 powerpc/64: Don't try to use radix MMU under a hypervisor by Paul Mackerras · 8 years ago
  44. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  45. 9b081e1 powerpc: port 64 bits pgtable_cache to 32 bits by Christophe Leroy · 8 years ago
  46. b8f1b4f powerpc/mm: Convert early cpu/mmu feature check to use the new helpers by Aneesh Kumar K.V · 8 years ago
  47. 5a25b6f powerpc/mm: Make MMU_FTR_RADIX a MMU family feature by Aneesh Kumar K.V · 8 years ago
  48. 2537b09 powerpc/mm: Do radix device tree scanning earlier by Michael Ellerman · 8 years ago
  49. bacf9cf powerpc/mm: Do hash device tree scanning earlier by Michael Ellerman · 8 years ago
  50. c610ec6 powerpc/mm: Move disable_radix handling into mmu_early_init_devtree() by Michael Ellerman · 8 years ago
  51. 1a01dc8 powerpc/mm: Add mmu_early_init_devtree() by Michael Ellerman · 8 years ago
  52. 31a14fa powerpc/mm: Abstraction for vmemmap and map_kernel_page() by Aneesh Kumar K.V · 9 years ago
  53. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 9 years ago
  54. eee24b5 powerpc/mm: Move hash and no hash code to separate files by Aneesh Kumar K.V · 9 years ago
  55. 368ced7 powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table by Aneesh Kumar K.V · 9 years ago
  56. 1dace6c powerpc/mm: Clean up memory hotplug failure paths by David Gibson · 9 years ago
  57. 27828f9 powerpc/mm: Handle removing maybe-present bolted HPTEs by David Gibson · 9 years ago
  58. 62607bc powerpc/mm: Don't hardcode page table size by Aneesh Kumar K.V · 9 years ago
  59. e77553c powerpc/mm: Free string after creating kmem cache by Yanjiang Jin · 10 years ago
  60. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  61. f6026df powerpc: Move htab_remove_mapping function prototype into header file by Anton Blanchard · 10 years ago
  62. 16a05bf powerpc: start loop at section start of start in vmemmap_populated() by Li Zhong · 11 years ago
  63. 71b0bfe powerpc: implement vmemmap_free() by Li Zhong · 11 years ago
  64. ed5694a powerpc: implement vmemmap_remove_mapping() for BOOK3S by Li Zhong · 11 years ago
  65. bd8cb03 powerpc: implement vmemmap_list_free() by Li Zhong · 11 years ago
  66. 8e0861fa powerpc: Prepare to support kernel handling of IOMMU map/unmap by Alexey Kardashevskiy · 11 years ago
  67. f7e3334 powerpc: Fix memory hotplug with sparse vmemmap by Nathan Fontenot · 11 years ago
  68. f940f52 powerpc/THP: Double the PMD table size for THP by Aneesh Kumar K.V · 12 years ago
  69. 83d5e64 powerpc: Fix build errors STRICT_MM_TYPECHECKS by Aneesh Kumar K.V · 12 years ago
  70. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  71. cf9427b powerpc: New hugepage directory format by Aneesh Kumar K.V · 12 years ago
  72. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 12 years ago
  73. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  74. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 12 years ago
  75. beacc6d powerpc: Remove all includes of <asm/abs_addr.h> by Michael Ellerman · 12 years ago
  76. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  77. 2773fcc powerpc: Move free_initmem to common code by Dave Carroll · 14 years ago
  78. 307cfe7 powerpc: Force page alignment for initrd reserved memory by Benjamin Herrenschmidt · 14 years ago
  79. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  80. 79c3095 powerpc: Export memstart_addr and kernstart_addr on ppc64 by Sonny Rao · 14 years ago
  81. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 15 years ago
  82. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  83. 91eea67 powerpc/mm: Track backing pages allocated by vmemmap_populate() by Mark Nelson · 15 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  85. a4fe3ce powerpc/mm: Allow more flexible layouts for hugepage pagetables by David Gibson · 15 years ago
  86. a0668cd powerpc/mm: Cleanup management of kmem_caches for pagetables by David Gibson · 15 years ago
  87. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  88. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  89. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  90. 32a7494 powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3E by Benjamin Herrenschmidt · 15 years ago
  91. 9449168 powerpc: Shield code specific to 64-bit server processors by Benjamin Herrenschmidt · 16 years ago
  92. f5ea64d powerpc: Get USE_STRICT_MM_TYPECHECKS working again by David Gibson · 16 years ago
  93. bc033b6 powerpc/mm: Fix attribute confusion with htab_bolt_mapping() by Benjamin Herrenschmidt · 16 years ago
  94. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  95. 0d9ea75 powerpc: support multiple hugepage sizes by Jon Tollefson · 16 years ago
  96. fcff474 Merge branch 'linux-2.6' into powerpc-next by Paul Mackerras · 17 years ago
  97. cec08e7 [POWERPC] vmemmap fixes to use smaller pages by Benjamin Herrenschmidt · 17 years ago
  98. 09de9ff [POWERPC] Fix sparse warnings in arch/powerpc/mm by Michael Ellerman · 17 years ago
  99. 37dd2ba [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero) by Kumar Gala · 17 years ago
  100. 49a9997 [POWERPC] Remove unused __max_memory variable by Olof Johansson · 17 years ago