1. 7b76a1f powerpc/64s: Remove spurious IRQ reason in IRQ replay by Nicholas Piggin · 8 years ago
  2. ccd5eb8 powerpc/64: Remove redundant instruction in interrupt replay by Nicholas Piggin · 8 years ago
  3. e6c1203 powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9 by Nicholas Piggin · 8 years ago
  4. d6f73fc powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replay by Nicholas Piggin · 8 years ago
  5. 6f881ea powerpc/64: Cleanup __check_irq_replay() by Nicholas Piggin · 8 years ago
  6. c05f0be powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13 by Nicholas Piggin · 8 years ago
  7. 6e9a2f6 powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt() by Nicholas Piggin · 8 years ago
  8. e0c827c powerpc/64s: Avoid a branch in masked_[H]interrupt() by Nicholas Piggin · 8 years ago
  9. 3a2df37 powerpc/mm: Make switch_mm_irqs_off() out of line by Benjamin Herrenschmidt · 8 years ago
  10. a619e59 powerpc/mm: Optimize detection of thread local mm's by Benjamin Herrenschmidt · 8 years ago
  11. b426e4b powerpc/mm: Use mm_is_thread_local() instread of open-coding by Benjamin Herrenschmidt · 8 years ago
  12. 058ccc3 powerpc/mm: Avoid double irq save/restore in activate_mm by Benjamin Herrenschmidt · 8 years ago
  13. 43ed84a powerpc/mm: Move pgdir setting into a helper by Benjamin Herrenschmidt · 8 years ago
  14. 3e23a12 powerpc/64s: Fix replay interrupt return label name by Michael Ellerman · 8 years ago
  15. 215ee76 powerpc: pseries: remove dlpar_attach_node dependency on full path by Rob Herring · 8 years ago
  16. b7c670d powerpc: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  17. bcf21e3 powerpc/vio: Use device_type to detect family by Michael Ellerman · 8 years ago
  18. 15c659ff Merge branch 'fixes' into next by Michael Ellerman · 8 years ago
  19. 516fa8d macintosh/rack-meter: Make of_device_ids const by Arvind Yadav · 8 years ago
  20. 1a92a80 powerpc/mm: Ensure cpumask update is ordered by Benjamin Herrenschmidt · 8 years ago
  21. 0f4bc09 powerpc/mm/cxl: Add the fault handling cpu to mm cpumask by Aneesh Kumar K.V · 8 years ago
  22. fa4531f powerpc/mm: Don't send IPI to all cpus on THP updates by Aneesh Kumar K.V · 8 years ago
  23. 8434f08 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  24. 94171b1 powerpc/mm: Rename find_linux_pte_or_hugepte() by Aneesh Kumar K.V · 8 years ago
  25. 6acdc9a powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s) by Naveen N. Rao · 8 years ago
  26. 694fc88 powerpc/string: Implement optimized memset variants by Naveen N. Rao · 8 years ago
  27. 00e7c25 block/ps3vram: Check return of ps3vram_cache_init by Geoff Levand · 8 years ago
  28. fd1335e block/ps3vram: Delete an error message for a failed memory allocation in ps3vram_cache_init() by Markus Elfring · 8 years ago
  29. 99597ce selftests/powerpc: Improve tm-resched-dscr by Sam Bobroff · 8 years ago
  30. 711bd20 powerpc/perf: Fix usage of nest_imc_refc by Madhavan Srinivasan · 8 years ago
  31. 8bfa42a powerpc: Add const to bin_attribute structures by Bhumika Goyal · 8 years ago
  32. 96c79b6 powerpc: Remove more redundant VSX save/tests by Benjamin Herrenschmidt · 8 years ago
  33. dc80108 powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx() by Benjamin Herrenschmidt · 8 years ago
  34. 746874d powerpc: Remove redundant FP/Altivec giveup code by Benjamin Herrenschmidt · 8 years ago
  35. 6a30383 powerpc: Fix missing newline before { by Benjamin Herrenschmidt · 8 years ago
  36. 7baebe5 powerpc/topology: Remove the unused parent_node() macro by Dou Liyang · 8 years ago
  37. 5a69aec powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC by Benjamin Herrenschmidt · 8 years ago
  38. 4ae279c powerpc/mm/hugetlb: Allow runtime allocation of 16G. by Aneesh Kumar K.V · 8 years ago
  39. 79cc38d powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command line by Aneesh Kumar K.V · 8 years ago
  40. e24a130 mm/hugetlb: Allow arch to override and call the weak function by Aneesh Kumar K.V · 8 years ago
  41. ca8afd4 powerpc/hugetlb: fix page rights verification in gup_hugepte() by Christophe Leroy · 8 years ago
  42. 4cfac2f powerpc/mm: Simplify __set_fixmap() by Christophe Leroy · 8 years ago
  43. 86b1952 powerpc/mm: declare some local functions static by Christophe Leroy · 8 years ago
  44. 95902e6 powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32 by Christophe Leroy · 8 years ago
  45. 3184cc4 powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32 by Christophe Leroy · 8 years ago
  46. e611939 powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs by Christophe Leroy · 8 years ago
  47. 2ef973a powerpc/8xx: Reduce DTLB miss handler by one insn by Christophe Leroy · 8 years ago
  48. 346bcc4 powerpc/8xx: mark init functions with __init by Christophe Leroy · 8 years ago
  49. 87be3e2 powerpc/8xx: Do not allow Pinned TLBs with STRICT_KERNEL_RWX or DEBUG_PAGEALLOC by Christophe Leroy · 8 years ago
  50. a3059b0 powerpc/8xx: Make pinning of ITLBs optional by Christophe Leroy · 8 years ago
  51. 0eb0d2e powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.S by Christophe Leroy · 8 years ago
  52. c8a1270 powerpc/8xx: Remove macro that checks kernel address by Christophe Leroy · 8 years ago
  53. eef784b powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx. by Christophe Leroy · 8 years ago
  54. 3699260 powerpc/chrp: Store the intended structure by Julia Lawall · 8 years ago
  55. 6c80d31 powerpc/l2cr_6xx: Fix invalid use of register expressions by Andreas Schwab · 8 years ago
  56. 63b8562 powerpc/iommu: Avoid undefined right shift in iommu_range_alloc() by Michael Ellerman · 8 years ago
  57. 7efbae9 powerpc/perf/imc: Fix nest events on muti socket system by Anju T · 8 years ago
  58. 5b6c133 powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errors by Michael Ellerman · 8 years ago
  59. e12d94f powerpc/xmon: Exclude all of xmon from ftrace by Naveen N. Rao · 8 years ago
  60. ed49f7f powerpc/xmon: Disable tracing when entering xmon by Breno Leitao · 8 years ago
  61. 4125d01 powerpc/xmon: Dump ftrace buffers for the current CPU only by Breno Leitao · 8 years ago
  62. 1ad35f6 drivers/macintosh: Make wf_control_ops and wf_pid_param const by Bhumika Goyal · 8 years ago
  63. b3376dc powerpc/perf: Fix double unlock in imc_common_cpuhp_mem_free() by Dan Carpenter · 8 years ago
  64. ab2675d powerpc/8xx: Fix two CONFIG_8xx left behind by Christophe Leroy · 8 years ago
  65. df4c798 powerpc/xive: Fix section mismatch warnings by Michael Ellerman · 8 years ago
  66. 7559952 powerpc/mm: Fix section mismatch warning in early_check_vec5() by Michael Ellerman · 8 years ago
  67. 0e9645d powerpc/8xx: Remove cpu dependent macro instructions from head_8xx by Christophe Leroy · 8 years ago
  68. 4915349 powerpc/8xx: Use symbolic names for DSISR bits in DSI by Christophe Leroy · 8 years ago
  69. 3ee8767 powerpc/8xx: Use symbolic PVR value by Christophe Leroy · 8 years ago
  70. 04f61b6 powerpc/8xx: remove CONFIG_8xx by Christophe Leroy · 8 years ago
  71. 968159c powerpc/8xx: Getting rid of remaining use of CONFIG_8xx by Christophe Leroy · 8 years ago
  72. e959986 powerpc/kconfig: Simplify PCI_QSPAN selection by Christophe Leroy · 8 years ago
  73. 72e4b2c powerpc/time: refactor MFTB() to limit number of ifdefs by Christophe Leroy · 8 years ago
  74. de41ef6 powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xx by Christophe Leroy · 8 years ago
  75. ea16e83 powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xx by Christophe Leroy · 8 years ago
  76. fbbcc3b powerpc/8xx: Remove SoftwareEmulation() by Christophe Leroy · 8 years ago
  77. f70b1e8 powerpc/8xx: Move 8xx machine check handlers into platforms/8xx by Christophe Leroy · 8 years ago
  78. 0e23e7b powerpc/8xx: Simplify CONFIG_8xx checks in Makefile by Christophe Leroy · 8 years ago
  79. d30a5a5 powerpc/traps: Use SRR1 defines for program check reasons by Michael Ellerman · 8 years ago
  80. ccd3cd3 powerpc/mce: Move 64-bit machine check code into mce.c by Michael Ellerman · 8 years ago
  81. 7f3f819 powerpc/traps: machine_check_generic() is only used on 32-bit by Michael Ellerman · 8 years ago
  82. 42bff23 powerpc/traps: Inline get_mc_reason() by Michael Ellerman · 8 years ago
  83. 0d0935b powerpc/4xx: Move machine_check_4xx() into platforms/4xx by Michael Ellerman · 8 years ago
  84. bfa9a2e powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx by Michael Ellerman · 8 years ago
  85. 5b4e285 powerpc/44x: Move 44x machine check handlers into platforms/44x by Michael Ellerman · 8 years ago
  86. 8ab8fc6 powerpc/44x: Simplify CONFIG_44x checks in Makefile by Michael Ellerman · 8 years ago
  87. 13fef7f powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47x by Michael Ellerman · 8 years ago
  88. bf95715 powerpc/powernv: Add support to clear sensor groups data by Shilpasri G Bhat · 8 years ago
  89. 8e84b2d powerpc/powernv: Add support to set power-shifting-ratio by Shilpasri G Bhat · 8 years ago
  90. cb8b340 powerpc/powernv: Add support for powercap framework by Shilpasri G Bhat · 8 years ago
  91. a70a0b9 powerpc/pseries: Don't print failure message in energy driver by Nicholas Piggin · 8 years ago
  92. e27f71e powerpc/lib/sstep: Add isel instruction emulation by Matt Brown · 8 years ago
  93. 2c979c4 powerpc/lib/sstep: Add prty instruction emulation by Matt Brown · 8 years ago
  94. f312793 powerpc/lib/sstep: Add bpermd instruction emulation by Matt Brown · 8 years ago
  95. dcbd19b powerpc/lib/sstep: Add popcnt instruction emulation by Matt Brown · 8 years ago
  96. 02c0f62 powerpc/lib/sstep: Add cmpb instruction emulation by Matt Brown · 8 years ago
  97. 93fc5ca9 powerpc/perf: Cleanup of PM_BR_CMPL vs. PM_BRU_CMPL in Power9 event list by Madhavan Srinivasan · 8 years ago
  98. 91e0bd1 powerpc/perf: Add PM_LD_MISS_L1 and PM_BR_2PATH to power9 event list by Madhavan Srinivasan · 8 years ago
  99. 70a7e72 powerpc/perf: Factor out PPMU_ONLY_COUNT_RUN check code from power8 by Madhavan Srinivasan · 8 years ago
  100. 7aa345d powerpc/perf: Update default sdar_mode value for power9 by Madhavan Srinivasan · 8 years ago