1. 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
  2. 3f91a89 powerpc/64: Disable use of radix under a hypervisor by Paul Mackerras · 8 years ago
  3. 18061c1 powerpc/mm: Update PROTFAULT handling in the page fault path by Aneesh Kumar K.V · 8 years ago
  4. da0e7e6 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  5. a05ef16 powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y by Michael Ellerman · 8 years ago
  6. be9ba9f powerpc: Drop GPL from of_node_to_nid() export to match other arches by Shailendra Singh · 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. 90c1e3c powerpc/mm/radix: Update ERAT flushes when invalidating TLB by Benjamin Herrenschmidt · 8 years ago
  10. d7df244 powerpc/mm: Fix spurrious segfaults on radix with autonuma by Benjamin Herrenschmidt · 8 years ago
  11. 16ed141 powerpc/64: Make type of partition table flush depend on partition type by Paul Mackerras · 8 years ago
  12. ba9b399 powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM by Paul Mackerras · 8 years ago
  13. cc3d294 powerpc/64: Enable use of radix MMU under hypervisor on POWER9 by Paul Mackerras · 8 years ago
  14. 18569c1 powerpc/64: Don't try to use radix MMU under a hypervisor by Paul Mackerras · 8 years ago
  15. 0d0a4bc powerpc/mm: unstub radix__vmemmap_remove_mapping() by Reza Arbab · 8 years ago
  16. 4b5d62c powerpc/mm: add radix__remove_section_mapping() by Reza Arbab · 8 years ago
  17. 6cc2734 powerpc/mm: add radix__create_section_mapping() by Reza Arbab · 8 years ago
  18. b5200ec powerpc/mm: refactor radix physical page mapping by Reza Arbab · 8 years ago
  19. 1d0761d powerpc/powernv: Initialise nest mmu by Alistair Popple · 8 years ago
  20. 2a8628d powerpc/mm: Allow memory hotplug into an offline node by Reza Arbab · 8 years ago
  21. 7656cd8 powerpc/mm: Simplify loop control in parse_numa_properties() by Reza Arbab · 8 years ago
  22. a0615a1 powerpc/mm: Use the correct pointer when setting a 2MB pte by Reza Arbab · 8 years ago
  23. a967f16 powerpc/mm: Return directly after a failed __copy_from_user() in sys_subpage_prot() by Markus Elfring · 8 years ago
  24. 9859f0c powerpc/mm: Remove the debug hugepd_ok check by Aneesh Kumar K.V · 8 years ago
  25. 20717e1 powerpc/mm: Fix little-endian 4K hugetlb by Aneesh Kumar K.V · 8 years ago
  26. ff8b857 powerpc/mm/hugetlb: Don't panic when we don't find the default huge page size by Aneesh Kumar K.V · 8 years ago
  27. bf5ca68 powerpc: Fix pgtable pmd cache init by Nicholas Piggin · 8 years ago
  28. 32b53c0 powerpc/mm: Fix memory hotplug BUG() on radix by Reza Arbab · 8 years ago
  29. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  31. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  32. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  33. c6f6634 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  34. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  35. 4a3bac4 powerpc/mm: allow memory hotplug into a memoryless node by Reza Arbab · 8 years ago
  36. 4b914286 powerpc/8xx: Implement support of hugepages by Christophe Leroy · 8 years ago
  37. 03bb2d6 powerpc: get hugetlbpage handling more generic by Christophe Leroy · 8 years ago
  38. 9b081e1 powerpc: port 64 bits pgtable_cache to 32 bits by Christophe Leroy · 8 years ago
  39. 4b6fad7 powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown by Alexey Kardashevskiy · 8 years ago
  40. d7baee6 powerpc/iommu: Stop using @current in mm_iommu_xxx by Alexey Kardashevskiy · 8 years ago
  41. 88f54a3 powerpc/iommu: Pass mm_struct to init/cleanup helpers by Alexey Kardashevskiy · 8 years ago
  42. dd5ac03 powerpc/mm: Fix page table dump build on non-Book3S by Michael Ellerman · 8 years ago
  43. 0ab5171 powerpc/mm: Fix no execute fault handling on pre-POWER5 by Balbir Singh · 8 years ago
  44. dd7b2f0 powerpc/mm: Fix lazy icache flush on pre-POWER5 by Benjamin Herrenschmidt · 8 years ago
  45. b3603e1 powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush by Aneesh Kumar K.V · 8 years ago
  46. 6d3a037 powerpc/mm: Add radix__tlb_flush_pte_p9_dd1() by Aneesh Kumar K.V · 8 years ago
  47. 3b10d00 powerpc/mm/radix: Prevent kernel execution of user space by Balbir Singh · 8 years ago
  48. 1d18ad0 powerpc/mm: Detect instruction fetch denied and report by Balbir Singh · 8 years ago
  49. ee97b6b powerpc/mm/radix: Setup AMOR in HV mode to allow key 0 by Balbir Singh · 8 years ago
  50. 984d7a1 powerpc/mm: Fixup kernel read only mapping by Aneesh Kumar K.V · 8 years ago
  51. ddbefe7 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  52. 9d66195 powerpc/64: Provide functions for accessing POWER9 partition table by Paul Mackerras · 8 years ago
  53. 64168f4 powerpc/mm/coproc: Handle bad address on coproc slb fault by Aneesh Kumar K.V · 8 years ago
  54. cac4a18 powerpc/mm: Fix missing update of HID register on secondary CPUs by Aneesh Kumar K.V · 8 years ago
  55. 96ed1fe powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1 by Michael Neuling · 8 years ago
  56. 555c163 powerpc/mm: Correct process and partition table max size by Suraj Jitindar Singh · 8 years ago
  57. 1515ab9 powerpc/mm: Dump hash table by Rashmica Gupta · 8 years ago
  58. 8eb07b1 powerpc/mm: Dump linux pagetables by Rashmica Gupta · 8 years ago
  59. ac8d381 powerpc/mm: Fix typo in radix encodings print by Balbir Singh · 8 years ago
  60. 6b243fc powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format by Paul Mackerras · 8 years ago
  61. f923efb powerpc/hash64: Be more careful when generating tlbiel by Balbir Singh · 8 years ago
  62. 61a92f7 powerpc: Add support for relative exception tables by Nicholas Piggin · 8 years ago
  63. bd77c44 powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpu by Aneesh Kumar K.V · 8 years ago
  64. 8467801 powerpc: Fix numa topology console print by Aneesh Kumar K.V · 8 years ago
  65. 08b5e79 powerpc/mm: Drop dump_numa_memory_topology() by Michael Ellerman · 8 years ago
  66. d2cf909 powerpc/mm: Prevent unlikely crash in copro_calculate_slb() by Frederic Barrat · 8 years ago
  67. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  68. 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
  69. 08bf75b powerpc/mm/hash64: Fix might_have_hea() check by Michael Ellerman · 8 years ago
  70. 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
  71. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  72. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 2e5bbb5 KVM: PPC: Book3S HV: Migrate pinned pages out of CMA by Balbir Singh · 8 years ago
  74. f1a55ce powerpc: Clean up tm_abort duplication in hash_utils_64.c by Rui Teng · 8 years ago
  75. 6b8cb66 powerpc: Fix usage of _PAGE_RO in hugepage by Christophe Leroy · 8 years ago
  76. be34d30 powerpc/mm: Add radix flush all with IS=3 by Aneesh Kumar K.V · 8 years ago
  77. fe036a0 powerpc/64/kexec: Fix MMU cleanup on radix by Benjamin Herrenschmidt · 8 years ago
  78. 03465f8 powerpc: Use kprobe blacklist for exception handlers by Nicholas Piggin · 8 years ago
  79. 3daf3c2 powerpc/32: Add missing \n and switch to pr_warn() by Colin Ian King · 8 years ago
  80. ad41067 powerpc/mm: Update the HID bit when switching from radix to hash by Aneesh Kumar K.V · 8 years ago
  81. c6d1a76 powerpc/mm/radix: Use different pte update sequence for different POWER9 revs by Aneesh Kumar K.V · 8 years ago
  82. 68201fb powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS by Michael Ellerman · 8 years ago
  83. f0f558b powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus address by Paul Mackerras · 8 years ago
  84. 0eeede0 powerpc/mm: Speed up computation of base and actual page size for a HPTE by Paul Mackerras · 8 years ago
  85. f077aaf powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET by Paul Mackerras · 8 years ago
  86. da3ed65 powerpc/mmu nohash: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  87. 8a39b05 powerpc: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  88. 9445aa1 ppc: move exports to definitions by Al Viro · 9 years ago
  89. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  90. eea8148 powerpc/mm: Move register_process_table() out of ppc_md by Michael Ellerman · 8 years ago
  91. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  92. 703b41a powerpc/mm: remove flush_tlb_page_nohash by Aneesh Kumar K.V · 8 years ago
  93. 5491ae7 powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range by Aneesh Kumar K.V · 8 years ago
  94. fbfa26d powerpc/mm/radix/hugetlb: Add helper for finding page size from hstate by Aneesh Kumar K.V · 8 years ago
  95. f22dfc9 powerpc/mm/radix: Rename function and drop unused arg by Aneesh Kumar K.V · 8 years ago
  96. d8e91e9 powerpc/mm/radix: Add tlb flush of THP ptes by Aneesh Kumar K.V · 8 years ago
  97. 9d4dab1 powerpc/mm: Drop multiple definition of mm_is_core_local by Aneesh Kumar K.V · 8 years ago
  98. 138ee7e powerpc/mm/hash: Add helper for finding SLBE LLP encoding by Aneesh Kumar K.V · 8 years ago
  99. 8cb8140 powerpc/mm/radix: Implement tlb mmu gather flush efficiently by Aneesh Kumar K.V · 8 years ago
  100. b8f1b4f powerpc/mm: Convert early cpu/mmu feature check to use the new helpers by Aneesh Kumar K.V · 8 years ago