1. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 8 years ago
  2. f6f9195 powerpc/mm: Remove stale comment about the DART hole by Oliver O'Halloran · 8 years ago
  3. 82228e3 powerpc/pseries: Skip using reserved virtual address range by Aneesh Kumar K.V · 8 years ago
  4. 52b1e66 powerpc/mm: Move copy_mm_to_paca to paca.c by Aneesh Kumar K.V · 8 years ago
  5. 6aa59f5 powerpc/mm: Move hash specific pte bits to be top bits of RPN by Aneesh Kumar K.V · 8 years ago
  6. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  7. 438cc81 powerpc/pseries: Automatically resize HPT for memory hot add/remove by David Gibson · 8 years ago
  8. dbcf929 powerpc/pseries: Add support for hash table resizing by David Gibson · 8 years ago
  9. 32b53c0 powerpc/mm: Fix memory hotplug BUG() on radix by Reza Arbab · 8 years ago
  10. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  11. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  12. 984d7a1 powerpc/mm: Fixup kernel read only mapping by Aneesh Kumar K.V · 8 years ago
  13. 9d66195 powerpc/64: Provide functions for accessing POWER9 partition table by Paul Mackerras · 8 years ago
  14. cac4a18 powerpc/mm: Fix missing update of HID register on secondary CPUs by Aneesh Kumar K.V · 8 years ago
  15. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  16. 08bf75b powerpc/mm/hash64: Fix might_have_hea() check by Michael Ellerman · 8 years ago
  17. 07021b4 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  18. f1a55ce powerpc: Clean up tm_abort duplication in hash_utils_64.c by Rui Teng · 8 years ago
  19. ad41067 powerpc/mm: Update the HID bit when switching from radix to hash by Aneesh Kumar K.V · 8 years ago
  20. 0eeede0 powerpc/mm: Speed up computation of base and actual page size for a HPTE by Paul Mackerras · 8 years ago
  21. b8f1b4f powerpc/mm: Convert early cpu/mmu feature check to use the new helpers by Aneesh Kumar K.V · 9 years ago
  22. bacf9cf powerpc/mm: Do hash device tree scanning earlier by Michael Ellerman · 9 years ago
  23. fbef66f powerpc/mm: Parenthesise IS_ENABLED() in if condition by Stephen Rothwell · 9 years ago
  24. 6364e84 powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header by Michael Ellerman · 9 years ago
  25. 7353644 powerpc/mm: Fix build break when PPC_NATIVE=n by Michael Ellerman · 9 years ago
  26. 7025776 powerpc/mm: Move hash table ops to a separate structure by Benjamin Herrenschmidt · 9 years ago
  27. 2b4e3ad powerpc/mm/hash64: Don't test for machine type to detect HEA special case by Benjamin Herrenschmidt · 9 years ago
  28. 5556ecf powerpc/mm/hash: Don't use machine_is() early during boot by Benjamin Herrenschmidt · 9 years ago
  29. 166dd7d powerpc/64: Move MMU backend selection out of platform code by Benjamin Herrenschmidt · 9 years ago
  30. c40785a powerpc/dart: Use a cachable DART by Benjamin Herrenschmidt · 9 years ago
  31. 4b7a350 powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0 by Aneesh Kumar K.V · 9 years ago
  32. 5654741 powerpc/mm: Print formation regarding the the MMU mode by Aneesh Kumar K.V · 9 years ago
  33. b5f1bf4 Merge tag 'powerpc-4.7-5' into next by Michael Ellerman · 9 years ago
  34. faf7882 powerpc/mm: Add a parameter to disable 1TB segs by Oliver O'Halloran · 9 years ago
  35. bfa3708 powerpc: Initialise pci_io_base as early as possible by Darren Stevens · 9 years ago
  36. e568006 powerpc/mm/hash: Don't add memory coherence if cache inhibited is set by Aneesh Kumar K.V · 9 years ago
  37. dc47c0c1 powerpc/mm/hash: Fix the reference bit update when handling hash fault by Aneesh Kumar K.V · 9 years ago
  38. aac55d7 powerpc/mm/hash64: Fix subpage protection with 4K HPTE config by Michael Ellerman · 9 years ago
  39. 8bbc9b7 powerpc/mm/hash64: Factor out hash preload psize check by Michael Ellerman · 9 years ago
  40. 5ed7ecd powerpc/mm: pte_frag abstraction by Aneesh Kumar K.V · 9 years ago
  41. d6a9996 powerpc/mm: vmalloc abstraction in preparation for radix by Aneesh Kumar K.V · 9 years ago
  42. a2f41eb9 powerpc/mm: Add radix pgalloc details by Aneesh Kumar K.V · 9 years ago
  43. b5dcc60 powerpc/mm/radix: Update PTCR on secondary CPUs by Aneesh Kumar K.V · 9 years ago
  44. 756d08d powerpc/mm: Abstract early MMU init in preparation for radix by Aneesh Kumar K.V · 9 years ago
  45. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 9 years ago
  46. 945537d powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix by Aneesh Kumar K.V · 9 years ago
  47. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 9 years ago
  48. 30bda41 powerpc/mm: Drop WIMG in favour of new constants by Aneesh Kumar K.V · 9 years ago
  49. e58e87a powerpc/mm: Update _PAGE_KERNEL_RO by Aneesh Kumar K.V · 9 years ago
  50. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 9 years ago
  51. 73a1441 powerpc/mm/subpage: Clear RWX bit to indicate no access by Aneesh Kumar K.V · 9 years ago
  52. c7d5484 powerpc/mm: Use _PAGE_READ to indicate Read access by Aneesh Kumar K.V · 9 years ago
  53. 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
  54. e7df0d8 powerpc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  55. 5c3c7ed powerpc/mm: Split hash page table sizing heuristic into a helper by David Gibson · 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. abd0a0e powerpc/mm: Clean up error handling for htab_remove_mapping by David Gibson · 9 years ago
  59. 1ec3f93 powerpc/mm/book3s-64: Clean up some obsolete or misleading comments by Paul Mackerras · 9 years ago
  60. c33e54f powerpc: Fix build break due to paca mm_context_t changes by Michael Ellerman · 9 years ago
  61. 2fc251a powerpc: Copy only required pieces of the mm_context_t to the paca by Michael Neuling · 9 years ago
  62. c395465da6 powerpc: Add function to copy mm_context_t to the paca by Michael Neuling · 9 years ago
  63. 40e8550 powerpc/mm: Move WIMG update to helper. by Aneesh Kumar K.V · 9 years ago
  64. c6a3c49 powerpc/mm: Add helper for converting pte bit to hpte bits by Aneesh Kumar K.V · 9 years ago
  65. a43c0eb powerpc/mm: Convert 4k insert from asm to C by Aneesh Kumar K.V · 9 years ago
  66. 89ff725 powerpc/mm: Convert __hash_page_64K to C by Aneesh Kumar K.V · 9 years ago
  67. 106713a powerpc/mm: Remove the dependency on pte bit position in asm code by Aneesh Kumar K.V · 9 years ago
  68. 91f1da9 powerpc/mm: Convert 4k hash insert to C by Aneesh Kumar K.V · 9 years ago
  69. 0863d7f powerpc/mm: Fix infinite loop in hash fault with 4K page size by Aneesh Kumar K.V · 9 years ago
  70. 891121e powerpc/mm: Differentiate between hugetlb and THP during page walk by Aneesh Kumar K.V · 9 years ago
  71. 73b341e powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64K by Michael Ellerman · 10 years ago
  72. cfcb3d8 powerpc/mm: Add trace point for tracking hash pte fault by Aneesh Kumar K.V · 10 years ago
  73. 09f3f32 powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC by Michael Ellerman · 10 years ago
  74. 2e826695 powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled by Aneesh Kumar K.V · 10 years ago
  75. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 10 years ago
  76. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  77. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  78. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  79. f1581bf powerpc/mm/thp: Remove code duplication by Aneesh Kumar K.V · 10 years ago
  80. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  81. a1dca346 powerpc/mm: Add new hash_page_mm() by Ian Munsie · 10 years ago
  82. 8ca7a82 powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize by Ian Munsie · 10 years ago
  83. be3ebfe powerpc/cell: Make spu_flush_all_slbs() generic by Ian Munsie · 10 years ago
  84. 9e34992 powerpc/mm: Unindent htab_dt_scan_page_sizes() by Michael Ellerman · 11 years ago
  85. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  86. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 10 years ago
  87. ed5694a powerpc: implement vmemmap_remove_mapping() for BOOK3S by Li Zhong · 11 years ago
  88. 13b3d13 powerpc: Remove MMU_FTR_SLB by Michael Ellerman · 11 years ago
  89. 376af59 powerpc: Remove STAB code by Michael Ellerman · 11 years ago
  90. c5aec4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  91. 09567e7 powerpc/mm: Check paca psize is up to date for huge mappings by Michael Ellerman · 11 years ago
  92. d270506 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 11 years ago
  93. f6869e7 Merge remote-tracking branch 'anton/abiv2' into next by Benjamin Herrenschmidt · 11 years ago
  94. 9048e64 powerpc: Use 64k io pages when we never see an HEA by Alexander Graf · 11 years ago
  95. 9d0c4df of/fdt: update of_get_flat_dt_prop in prep for libfdt by Rob Herring · 11 years ago
  96. b18db0b KVM guest: Make pv trampoline code executable by Alexander Graf · 11 years ago
  97. b86206e powerpc: Fix branch patching code for ABIv2 by Anton Blanchard · 11 years ago
  98. 26f9206 powerpc: Use ppc_function_entry instead of open coding it by Anton Blanchard · 11 years ago
  99. 429d2e8 powerpc: Fix kdump hang issue on p8 with relocation on exception enabled. by Mahesh Salgaonkar · 11 years ago
  100. c8c06f5 powerpc/mm: Free up _PAGE_COHERENCE for numa fault use later by Aneesh Kumar K.V · 11 years ago