1. 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
  2. 08bf75b powerpc/mm/hash64: Fix might_have_hea() check by Michael Ellerman · 8 years ago
  3. 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
  4. f1a55ce powerpc: Clean up tm_abort duplication in hash_utils_64.c by Rui Teng · 8 years ago
  5. ad41067 powerpc/mm: Update the HID bit when switching from radix to hash by Aneesh Kumar K.V · 8 years ago
  6. 0eeede0 powerpc/mm: Speed up computation of base and actual page size for a HPTE by Paul Mackerras · 8 years ago
  7. b8f1b4f powerpc/mm: Convert early cpu/mmu feature check to use the new helpers by Aneesh Kumar K.V · 8 years ago
  8. bacf9cf powerpc/mm: Do hash device tree scanning earlier by Michael Ellerman · 8 years ago
  9. fbef66f powerpc/mm: Parenthesise IS_ENABLED() in if condition by Stephen Rothwell · 8 years ago
  10. 6364e84 powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header by Michael Ellerman · 8 years ago
  11. 7353644 powerpc/mm: Fix build break when PPC_NATIVE=n by Michael Ellerman · 8 years ago
  12. 7025776 powerpc/mm: Move hash table ops to a separate structure by Benjamin Herrenschmidt · 8 years ago
  13. 2b4e3ad powerpc/mm/hash64: Don't test for machine type to detect HEA special case by Benjamin Herrenschmidt · 8 years ago
  14. 5556ecf powerpc/mm/hash: Don't use machine_is() early during boot by Benjamin Herrenschmidt · 8 years ago
  15. 166dd7d powerpc/64: Move MMU backend selection out of platform code by Benjamin Herrenschmidt · 8 years ago
  16. c40785a powerpc/dart: Use a cachable DART by Benjamin Herrenschmidt · 8 years ago
  17. 4b7a350 powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0 by Aneesh Kumar K.V · 8 years ago
  18. 5654741 powerpc/mm: Print formation regarding the the MMU mode by Aneesh Kumar K.V · 8 years ago
  19. b5f1bf4 Merge tag 'powerpc-4.7-5' into next by Michael Ellerman · 8 years ago
  20. faf7882 powerpc/mm: Add a parameter to disable 1TB segs by Oliver O'Halloran · 8 years ago
  21. bfa3708 powerpc: Initialise pci_io_base as early as possible by Darren Stevens · 8 years ago
  22. e568006 powerpc/mm/hash: Don't add memory coherence if cache inhibited is set by Aneesh Kumar K.V · 8 years ago
  23. dc47c0c powerpc/mm/hash: Fix the reference bit update when handling hash fault by Aneesh Kumar K.V · 8 years ago
  24. aac55d7 powerpc/mm/hash64: Fix subpage protection with 4K HPTE config by Michael Ellerman · 8 years ago
  25. 8bbc9b7 powerpc/mm/hash64: Factor out hash preload psize check by Michael Ellerman · 8 years ago
  26. 5ed7ecd powerpc/mm: pte_frag abstraction by Aneesh Kumar K.V · 8 years ago
  27. d6a9996 powerpc/mm: vmalloc abstraction in preparation for radix by Aneesh Kumar K.V · 8 years ago
  28. a2f41eb powerpc/mm: Add radix pgalloc details by Aneesh Kumar K.V · 8 years ago
  29. b5dcc60 powerpc/mm/radix: Update PTCR on secondary CPUs by Aneesh Kumar K.V · 8 years ago
  30. 756d08d powerpc/mm: Abstract early MMU init in preparation for radix by Aneesh Kumar K.V · 8 years ago
  31. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 8 years ago
  32. 945537d powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix by Aneesh Kumar K.V · 8 years ago
  33. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 8 years ago
  34. 30bda41 powerpc/mm: Drop WIMG in favour of new constants by Aneesh Kumar K.V · 8 years ago
  35. e58e87a powerpc/mm: Update _PAGE_KERNEL_RO by Aneesh Kumar K.V · 8 years ago
  36. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 8 years ago
  37. 73a1441 powerpc/mm/subpage: Clear RWX bit to indicate no access by Aneesh Kumar K.V · 8 years ago
  38. c7d5484 powerpc/mm: Use _PAGE_READ to indicate Read access by Aneesh Kumar K.V · 8 years ago
  39. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  40. e7df0d8 powerpc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  41. 5c3c7ed powerpc/mm: Split hash page table sizing heuristic into a helper by David Gibson · 8 years ago
  42. 1dace6c powerpc/mm: Clean up memory hotplug failure paths by David Gibson · 8 years ago
  43. 27828f9 powerpc/mm: Handle removing maybe-present bolted HPTEs by David Gibson · 8 years ago
  44. abd0a0e powerpc/mm: Clean up error handling for htab_remove_mapping by David Gibson · 8 years ago
  45. 1ec3f93 powerpc/mm/book3s-64: Clean up some obsolete or misleading comments by Paul Mackerras · 8 years ago
  46. c33e54f powerpc: Fix build break due to paca mm_context_t changes by Michael Ellerman · 8 years ago
  47. 2fc251a powerpc: Copy only required pieces of the mm_context_t to the paca by Michael Neuling · 9 years ago
  48. c395465 powerpc: Add function to copy mm_context_t to the paca by Michael Neuling · 9 years ago
  49. 40e8550 powerpc/mm: Move WIMG update to helper. by Aneesh Kumar K.V · 9 years ago
  50. c6a3c49 powerpc/mm: Add helper for converting pte bit to hpte bits by Aneesh Kumar K.V · 9 years ago
  51. a43c0eb powerpc/mm: Convert 4k insert from asm to C by Aneesh Kumar K.V · 9 years ago
  52. 89ff725 powerpc/mm: Convert __hash_page_64K to C by Aneesh Kumar K.V · 9 years ago
  53. 106713a powerpc/mm: Remove the dependency on pte bit position in asm code by Aneesh Kumar K.V · 9 years ago
  54. 91f1da9 powerpc/mm: Convert 4k hash insert to C by Aneesh Kumar K.V · 9 years ago
  55. 0863d7f powerpc/mm: Fix infinite loop in hash fault with 4K page size by Aneesh Kumar K.V · 9 years ago
  56. 891121e powerpc/mm: Differentiate between hugetlb and THP during page walk by Aneesh Kumar K.V · 9 years ago
  57. 73b341e powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64K by Michael Ellerman · 9 years ago
  58. cfcb3d8 powerpc/mm: Add trace point for tracking hash pte fault by Aneesh Kumar K.V · 9 years ago
  59. 09f3f32 powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC by Michael Ellerman · 9 years ago
  60. 2e826695 powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled by Aneesh Kumar K.V · 9 years ago
  61. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 9 years ago
  62. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  63. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  64. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  65. f1581bf powerpc/mm/thp: Remove code duplication by Aneesh Kumar K.V · 10 years ago
  66. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  67. a1dca346 powerpc/mm: Add new hash_page_mm() by Ian Munsie · 10 years ago
  68. 8ca7a82 powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize by Ian Munsie · 10 years ago
  69. be3ebfe powerpc/cell: Make spu_flush_all_slbs() generic by Ian Munsie · 10 years ago
  70. 9e34992 powerpc/mm: Unindent htab_dt_scan_page_sizes() by Michael Ellerman · 10 years ago
  71. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  72. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 10 years ago
  73. ed5694a powerpc: implement vmemmap_remove_mapping() for BOOK3S by Li Zhong · 10 years ago
  74. 13b3d13 powerpc: Remove MMU_FTR_SLB by Michael Ellerman · 10 years ago
  75. 376af59 powerpc: Remove STAB code by Michael Ellerman · 10 years ago
  76. c5aec4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  77. 09567e7 powerpc/mm: Check paca psize is up to date for huge mappings by Michael Ellerman · 10 years ago
  78. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  79. f6869e7 Merge remote-tracking branch 'anton/abiv2' into next by Benjamin Herrenschmidt · 10 years ago
  80. 9048e64 powerpc: Use 64k io pages when we never see an HEA by Alexander Graf · 10 years ago
  81. 9d0c4df of/fdt: update of_get_flat_dt_prop in prep for libfdt by Rob Herring · 10 years ago
  82. b18db0b KVM guest: Make pv trampoline code executable by Alexander Graf · 10 years ago
  83. b86206e powerpc: Fix branch patching code for ABIv2 by Anton Blanchard · 10 years ago
  84. 26f9206 powerpc: Use ppc_function_entry instead of open coding it by Anton Blanchard · 10 years ago
  85. 429d2e8 powerpc: Fix kdump hang issue on p8 with relocation on exception enabled. by Mahesh Salgaonkar · 10 years ago
  86. c8c06f5 powerpc/mm: Free up _PAGE_COHERENCE for numa fault use later by Aneesh Kumar K.V · 11 years ago
  87. 12f04f2 powerpc: Book 3S MMU little endian support by Anton Blanchard · 11 years ago
  88. b0d436c powerpc: Fix a number of sparse warnings by Anton Blanchard · 11 years ago
  89. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 11 years ago
  90. 0ac52dd powerpc: Make linux pagetable walk safe with THP enabled by Aneesh Kumar K.V · 11 years ago
  91. 6d492ec powerpc/THP: Add code to handle HPTE faults for hugepages by Aneesh Kumar K.V · 11 years ago
  92. 12bc9f6 powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte by Aneesh Kumar K.V · 11 years ago
  93. db3d853 powerpc/mm: handle hugepage size correctly when invalidating hpte entries by Aneesh Kumar K.V · 11 years ago
  94. ba12eed powerpc: Exception hooks for context tracking subsystem by Li Zhong · 11 years ago
  95. c2fd22d powerpc/tm: Fix null pointer deference in flush_hash_page by Michael Neuling · 11 years ago
  96. 3dc4fec powerpc: Print page size info during boot by Aneesh Kumar K.V · 11 years ago
  97. d8139eb powerpc: print both base and actual page size on hash failure by Aneesh Kumar K.V · 11 years ago
  98. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 11 years ago
  99. 016af59 powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page() by Li Zhong · 11 years ago
  100. b170bd3 powerpc: Split the code trying to insert hpte repeatedly as an helper function by Li Zhong · 11 years ago