1. abc3fce Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled" by Nicholas Piggin · 5 years ago
  2. 6008306 powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  3. 54fc3c6 powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent memory by Alexey Kardashevskiy · 5 years ago
  4. 7c0eda1 powerpc/perf: split callchain.c by bitness by Michal Suchanek · 5 years ago
  5. 6e944ae powerpc/64: Make COMPAT user-selectable disabled on littleendian by default. by Michal Suchanek · 5 years ago
  6. 0a7601b powerpc/64: make buildable without CONFIG_COMPAT by Michal Suchanek · 5 years ago
  7. 2910428 powerpc/perf: consolidate valid_user_sp -> invalid_user_sp by Michal Suchanek · 5 years ago
  8. d6c19bd powerpc/perf: consolidate read_user_stack_32 by Michal Suchanek · 5 years ago
  9. 3dd4eb8 powerpc: move common register copy functions from signal_32.c to signal.c by Michal Suchanek · 5 years ago
  10. 9e62cce powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro by Michal Suchanek · 5 years ago
  11. d3883fa powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfig by Geoff Levand · 5 years ago
  12. 96efbab9 powerpc/ps3: Remove an unneeded NULL check by Dan Carpenter · 5 years ago
  13. 7ee4174 powerpc/ps3: Remove duplicate error message by Markus Elfring · 5 years ago
  14. 4bdd394 powerpc/powernv: Re-enable imc trace-mode in kernel by Anju T Sudhakar · 5 years ago
  15. a36e8ba powerpc/perf: Implement a global lock to avoid races between trace, core and thread imc events. by Anju T Sudhakar · 5 years ago
  16. a95a0a1 powerpc/pseries: Fix MCE handling on pseries by Ganesh Goudar · 5 years ago
  17. bbe9064 selftests/eeh: Skip ahci adapters by Michael Ellerman · 5 years ago
  18. 0c89649 powerpc/64s: Fix doorbell wakeup msgclr optimisation by Nicholas Piggin · 5 years ago
  19. c17eb4d powerpc: Make setjmp/longjmp signature standard by Clement Courbet · 5 years ago
  20. 41b8426 powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_type by Leonardo Bras · 5 years ago
  21. ba96301 powerpc: Suppress .eh_frame generation by Naveen N. Rao · 5 years ago
  22. c04868df powerpc: Drop -fno-dwarf2-cfi-asm by Naveen N. Rao · 5 years ago
  23. b77afad powerpc/32: drop unused ISA_DMA_THRESHOLD by Mike Rapoport · 5 years ago
  24. 32377bd powerpc/powernv: Add documentation for the opal sensor_groups sysfs interfaces by Shilpasri G Bhat · 5 years ago
  25. 9686813 selftests/powerpc: Fix try-run when source tree is not writable by Michael Ellerman · 5 years ago
  26. ead9836 powerpc/vmlinux.lds: Explicitly retain .gnu.hash by Michael Ellerman · 5 years ago
  27. ccbed90 powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c by Christophe Leroy · 5 years ago
  28. da529d4 powerpc/ptrace: create ppc_gethwdinfo() by Christophe Leroy · 5 years ago
  29. e08227d powerpc/ptrace: create ptrace_get_debugreg() by Christophe Leroy · 5 years ago
  30. 323a780 powerpc/ptrace: split out ADV_DEBUG_REGS related functions. by Christophe Leroy · 5 years ago
  31. 6e0b797 powerpc/ptrace: move register viewing functions out of ptrace.c by Christophe Leroy · 5 years ago
  32. 7c1f8db powerpc/ptrace: split out TRANSACTIONAL_MEM related functions. by Christophe Leroy · 5 years ago
  33. 60ef9db powerpc/ptrace: split out SPE related functions. by Christophe Leroy · 5 years ago
  34. 1b20773b powerpc/ptrace: split out ALTIVEC related functions. by Christophe Leroy · 5 years ago
  35. 7b99ed4 powerpc/ptrace: split out VSX related functions. by Christophe Leroy · 5 years ago
  36. 963ae6b powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET by Christophe Leroy · 5 years ago
  37. f1763e6 powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64 by Christophe Leroy · 5 years ago
  38. b313853 powerpc/ptrace: remove unused header includes by Christophe Leroy · 5 years ago
  39. da9a1c1 powerpc: Move ptrace into a subdirectory. by Christophe Leroy · 5 years ago
  40. 5f0b6ac powerpc/64/syscall: Reconcile interrupts by Nicholas Piggin · 5 years ago
  41. 702f098 powerpc/64s/exception: Remove lite interrupt return by Nicholas Piggin · 5 years ago
  42. 6cc0c16 powerpc/64s: Implement interrupt exit logic in C by Nicholas Piggin · 5 years ago
  43. 3282a3d powerpc/64: Implement soft interrupt replay in C by Nicholas Piggin · 5 years ago
  44. 993c670 powerpc/64/syscall: Zero volatile registers when returning by Nicholas Piggin · 5 years ago
  45. 68b3458 powerpc/64/sycall: Implement syscall entry/exit logic in C by Nicholas Piggin · 5 years ago
  46. f14f8a2 powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall by Nicholas Piggin · 5 years ago
  47. 965dd3a powerpc/64/syscall: Remove non-volatile GPR save optimisation by Nicholas Piggin · 5 years ago
  48. 71c3b05 powerpc/64s/exception: Soft NMI interrupt should not use ret_from_except by Nicholas Piggin · 5 years ago
  49. b44fc96 powerpc/64s/exception: Reconcile interrupts in system_reset by Nicholas Piggin · 5 years ago
  50. 2284ffe powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supported by Nicholas Piggin · 5 years ago
  51. 9432535 powerpc/64s/exception: Add more comments for interrupt handlers by Nicholas Piggin · 5 years ago
  52. 3f7fbd9 powerpc/64s/exception: Clean up SRR specifiers by Nicholas Piggin · 5 years ago
  53. 689e732 powerpc/64s/exception: Re-inline some handlers by Nicholas Piggin · 5 years ago
  54. 2babd6e powerpc/64s/exception: Avoid touching the stack in hdecrementer by Nicholas Piggin · 5 years ago
  55. 9d598f9 powerpc/64s/exception: Trim unused arguments from KVMTEST macro by Nicholas Piggin · 5 years ago
  56. 931dc86 powerpc/64s/exception: Remove the SPR saving patch code macros by Nicholas Piggin · 5 years ago
  57. d73a10c powerpc/64s/exception: Remove confusing IEARLY option by Nicholas Piggin · 5 years ago
  58. 9600f26 powerpc/64s/exception: Move KVM test to common code by Nicholas Piggin · 5 years ago
  59. 0eddf32 powerpc/64s/exception: Move soft-mask test to common code by Nicholas Piggin · 5 years ago
  60. 8729c26 powerpc/64s/exception: Move real to virt switch into the common handler by Nicholas Piggin · 5 years ago
  61. a3cd35b powerpc/64s/exception: Add ISIDE option by Nicholas Piggin · 5 years ago
  62. b177ae2 powerpc/64s/exception: Remove old INT_KVM_HANDLER by Nicholas Piggin · 5 years ago
  63. 6d71759 powerpc/64s/exception: Remove old INT_COMMON macro by Nicholas Piggin · 5 years ago
  64. fc589ee powerpc/64s/exception: Remove old INT_ENTRY macro by Nicholas Piggin · 5 years ago
  65. 4f50541 powerpc/64s/exception: Move all interrupt handlers to new style code gen macros by Nicholas Piggin · 5 years ago
  66. eb204d8 powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros by Nicholas Piggin · 5 years ago
  67. d52fd3d powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parameters by Nicholas Piggin · 5 years ago
  68. 7cb3a1a powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters by Nicholas Piggin · 5 years ago
  69. a42a239 powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation by Nicholas Piggin · 5 years ago
  70. a2e3668 powerpc/64: mark emergency stacks valid to unwind by Nicholas Piggin · 5 years ago
  71. c7def7f powerpc/64/tm: Don't let userspace set regs->trap via sigreturn by Michael Ellerman · 5 years ago
  72. 233ba54 powerpc/64: Avoid isync in flush_dcache_range() by Aneesh Kumar K.V · 5 years ago
  73. 968339f powerpc/boot: Delete unneeded .globl _zimage_start by Fangrui Song · 5 years ago
  74. efbc430 powerpc/pseries: Handle UE event for memcpy_mcsafe by Ganesh Goudar · 5 years ago
  75. c72e8da powerpc/smp: Use IS_ENABLED() to avoid #ifdef by Michael Ellerman · 5 years ago
  76. 4b4d181 powerpc/smp: Drop superfluous NULL check by Michael Ellerman · 5 years ago
  77. 65de8bb powerpc: Switch 8xx MAINTAINERS entry to Christophe by Michael Ellerman · 5 years ago
  78. f46b7a8 powerpc: Update 83xx/85xx MAINTAINERS entry by Michael Ellerman · 5 years ago
  79. 790082a powerpc: Update powermac MAINTAINERS entry by Michael Ellerman · 5 years ago
  80. b865a8b powerpc: Update MPC5XXX MAINTAINERS entry by Michael Ellerman · 5 years ago
  81. ec2debf powerpc: Drop XILINX MAINTAINERS entry by Michael Ellerman · 5 years ago
  82. 1ca9977 powerpc: Mark 4xx as Orphan in MAINTAINERS by Michael Ellerman · 5 years ago
  83. b24f9ee powerpc: Remove PA SEMI MAINTAINERS entries by Michael Ellerman · 5 years ago
  84. fd65a1a powerpc: Update wiki link in MAINTAINERS by Michael Ellerman · 5 years ago
  85. 7703889 powerpc: Update MAINTAINERS by Michael Ellerman · 5 years ago
  86. 8ec26c2 powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands. by Douglas Miller · 8 years ago
  87. 930914b powerpc/xive: Add a debugfs file to dump internal XIVE state by Cédric Le Goater · 5 years ago
  88. 5191e0b powerpc/xmon: Add source flags to output of XIVE interrupts by Cédric Le Goater · 5 years ago
  89. 97ef275 powerpc/xive: Fix xmon support on the PowerNV platform by Cédric Le Goater · 5 years ago
  90. b1a504a powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs by Cédric Le Goater · 5 years ago
  91. a703263 powerpc: Prefer __section and __printf from compiler_attributes.h by Nick Desaulniers · 6 years ago
  92. 7074695 powerpc/prom_init: Remove leftover comment by Fabiano Rosas · 5 years ago
  93. 21f8b2fa3 powerpc/kprobes: Ignore traps that happened in real mode by Christophe Leroy · 5 years ago
  94. af6cf95 powerpc/maple: Fix declaration made after definition by Nathan Chancellor · 5 years ago
  95. adde871 powerpc/pseries: Avoid harmless preempt warning by Nicholas Piggin · 5 years ago
  96. e86350f7 powerpc/eeh: Rework eeh_ops->probe() by Oliver O'Halloran · 5 years ago
  97. b6eebb0 powerpc/eeh: Make early EEH init pseries specific by Oliver O'Halloran · 5 years ago
  98. 3ff32ef powerpc/eeh: Remove PHB check in probe by Oliver O'Halloran · 5 years ago
  99. a4b4f61 powerpc/eeh: Do early EEH init only when required by Oliver O'Halloran · 5 years ago
  100. 2d0953f powerpc/eeh: Remove eeh_add_device_tree_late() by Oliver O'Halloran · 5 years ago