1. 9669556 powerpc/tm: Fix HTM documentation by Breno Leitao · 7 years ago
  2. 997dd26 powerpc/traps: Avoid rate limit messages from show unhandled signals by Michael Ellerman · 7 years ago
  3. a99b9c5 powerpc/traps: Show instructions on exceptions by Murilo Opsfelder Araujo · 7 years ago
  4. 0f642d6 powerpc/traps: Print VMA for unhandled signals by Murilo Opsfelder Araujo · 7 years ago
  5. 49d8f20 powerpc/traps: Use %lx format in show_signal_msg() by Murilo Opsfelder Araujo · 7 years ago
  6. 35a52a1 powerpc/traps: Use an explicit ratelimit state for show_signal_msg() by Murilo Opsfelder Araujo · 7 years ago
  7. 658b0f9 powerpc/traps: Print unhandled signals in a separate function by Murilo Opsfelder Araujo · 7 years ago
  8. e821fa42 signal/powerpc: Replace TRAP_FIXME with TRAP_UNK by Eric W. Biederman · 7 years ago
  9. aeb1c0f signal/powerpc: Replace FPE_FIXME with FPE_FLTUNK by Eric W. Biederman · 7 years ago
  10. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  11. 709b973 powerpc/fscr: Enable interrupts earlier before calling get_user() by Anshuman Khandual · 7 years ago
  12. 0e524e7 powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP by Matt Evans · 7 years ago
  13. d40b676 powerpc/64s: sreset panic if there is no debugger or crash dump handlers by Nicholas Piggin · 7 years ago
  14. f384796c powerpc/mm: Add support for handling > 512TB address in SLB miss by Aneesh Kumar K.V · 7 years ago
  15. 03f51d4 Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  16. 4735504 signal/powerpc: Remove unnecessary signal_code parameter of do_send_trap by Eric W. Biederman · 8 years ago
  17. 35adacd powerpc/pseries, ps3: panic flush kernel messages before halting system by Nicholas Piggin · 8 years ago
  18. 57ad583f powerpc: Use octal numbers for file permissions by Russell Currey · 9 years ago
  19. c5cc1f4 powerpc/ptrace: Add memory protection key regset by Thiago Jung Bauermann · 8 years ago
  20. 99cd130 powerpc: Deliver SEGV signal on pkey violation by Ram Pai · 8 years ago
  21. 4552d12 powerpc: System reset avoid interleaving oops using die synchronisation by Nicholas Piggin · 8 years ago
  22. 2271db2 powerpc: Use the TRAP macro whenever comparing a trap number by Benjamin Herrenschmidt · 8 years ago
  23. cf4674c signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAP by Eric W. Biederman · 8 years ago
  24. 6f700d3 powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailable by Cyril Bur · 8 years ago
  25. eb5c3f1 powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint by Cyril Bur · 8 years ago
  26. 91381b9 powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable exception by Cyril Bur · 8 years ago
  27. a777117 powerpc: Don't enable FP/Altivec if not checkpointed by Cyril Bur · 8 years ago
  28. 632f0574 powerpc/tm: Don't check for WARN in TM Bad Thing handling by Michael Ellerman · 8 years ago
  29. 5080332 powerpc/64s: Add workaround for P9 vector CI load issue by Michael Neuling · 8 years ago
  30. b134165 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixes by Michael Ellerman · 8 years ago
  31. b96672d powerpc: Machine check interrupt is a non-maskable interrupt by Nicholas Piggin · 8 years ago
  32. 6fcd6ba powerpc/powernv: Use kernel crash path for machine checks by Nicholas Piggin · 8 years ago
  33. 4388c9b powerpc: Do not send system reset request through the oops path by Nicholas Piggin · 8 years ago
  34. a4e89ff powerpc/e6500: Update machine check for L1D cache err by Matt Weber · 8 years ago
  35. 1c56cd8 powerpc/oops: Use IS_ENABLED() for oops markers by Michael Ellerman · 8 years ago
  36. 2e82ca3 powerpc/oops: Print the kernel's endian in the oops by Michael Ellerman · 8 years ago
  37. 72c0d9e powerpc/oops: Fix the oops markers to use pr_cont() by Michael Ellerman · 8 years ago
  38. fbbcc3b powerpc/8xx: Remove SoftwareEmulation() by Christophe Leroy · 8 years ago
  39. f70b1e8 powerpc/8xx: Move 8xx machine check handlers into platforms/8xx by Christophe Leroy · 8 years ago
  40. d30a5a5 powerpc/traps: Use SRR1 defines for program check reasons by Michael Ellerman · 8 years ago
  41. ccd3cd3 powerpc/mce: Move 64-bit machine check code into mce.c by Michael Ellerman · 8 years ago
  42. 7f3f819 powerpc/traps: machine_check_generic() is only used on 32-bit by Michael Ellerman · 8 years ago
  43. 42bff23 powerpc/traps: Inline get_mc_reason() by Michael Ellerman · 8 years ago
  44. 0d0935b powerpc/4xx: Move machine_check_4xx() into platforms/4xx by Michael Ellerman · 8 years ago
  45. 5b4e285 powerpc/44x: Move 44x machine check handlers into platforms/44x by Michael Ellerman · 8 years ago
  46. ca41ad4 powerpc: Add irq accounting for system reset interrupts by Nicholas Piggin · 8 years ago
  47. f886f0f powerpc/64s: Fix mce accounting for powernv by Nicholas Piggin · 8 years ago
  48. 15770a1 powerpc/64s: Blacklist functions invoked on a trap by Naveen N. Rao · 8 years ago
  49. d93b0ac powerpc/book3s/mce: Move add_taint() later in virtual mode by Mahesh Salgaonkar · 8 years ago
  50. 2b4f3ac powerpc: Mark system reset as an NMI with nmi_enter/exit() by Nicholas Piggin · 9 years ago
  51. c4f3b52 powerpc/64s: Disallow system reset vs system reset reentrancy by Nicholas Piggin · 9 years ago
  52. 9b7ff0c powerpc/64s: Add SCV FSCR bit for ISA v3.0 by Nicholas Piggin · 8 years ago
  53. 794464f powerpc/64s: Add msgp facility unavailable log string by Nicholas Piggin · 8 years ago
  54. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 9 years ago
  55. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 9 years ago
  56. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 9 years ago
  57. 93c2ec0 powerpc Don't print misleading facility name in facility unavailable exception by Balbir Singh · 9 years ago
  58. da66588 powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead. by Thiago Jung Bauermann · 9 years ago
  59. 6cc89ba powerpc/kprobes: Invoke handlers directly by Naveen N. Rao · 9 years ago
  60. 7458e8b powerpc: Fix second nested oops hang by Nicholas Piggin · 9 years ago
  61. 6f44b20 powerpc: Fix graceful debugger recovery by Nicholas Piggin · 9 years ago
  62. 29a969b powerpc: Revert Load Monitor Register Support by Michael Neuling · 9 years ago
  63. 61a92f7 powerpc: Add support for relative exception tables by Nicholas Piggin · 9 years ago
  64. 065397a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  65. 5d176f7 powerpc: tm: Enable transactional memory (TM) lazily for userspace by Cyril Bur · 9 years ago
  66. 172f7aa powerpc/tm: Add TM Unavailable Exception by Cyril Bur · 9 years ago
  67. dc31066 powerpc: tm: Always use fp_state and vr_state to store live registers by Cyril Bur · 9 years ago
  68. e627f8d powerpc/8xx: add dedicated machine check handler by Christophe Leroy · 9 years ago
  69. f307939 powerpc/8xx: add system_reset_exception by Christophe Leroy · 9 years ago
  70. ddc6cd0 powerpc32: Use instruction symbolic names in check_io_access() by Christophe Leroy · 9 years ago
  71. 03465f8 powerpc: Use kprobe blacklist for exception handlers by Nicholas Piggin · 9 years ago
  72. f0f558b powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus address by Paul Mackerras · 9 years ago
  73. 8a39b05 powerpc: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 9 years ago
  74. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  75. bd3ea31 powerpc: Load Monitor Register Support by Jack Miller · 9 years ago
  76. b57bd2d powerpc: Improve FSCR init and context switching by Michael Neuling · 9 years ago
  77. fd7bacb KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interrupt by Mahesh Salgaonkar · 9 years ago
  78. 42f5b4c powerpc: Introduce asm-prototypes.h by Daniel Axtens · 9 years ago
  79. 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
  80. e7df0d8 powerpc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  81. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 10 years ago
  82. a4c3f90 powerpc: Fix BUG_ON() reporting in real mode by Balbir Singh · 10 years ago
  83. cdfc8ed powerpc: Remove unused function trace_syscall() by Rashmica Gupta · 10 years ago
  84. 27ea2c4 powerpc: Set the correct kernel taint on machine check errors. by Daniel Axtens · 10 years ago
  85. c952c1c powerpc: Fix handling of DSCR related facility unavailable exception by Anshuman Khandual · 10 years ago
  86. 8aa989b powerpc: Remove some unused functions by Michael Ellerman · 11 years ago
  87. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  88. 0869b6f powerpc/book3s: Add basic infrastructure to handle HMI in Linux. by Mahesh Salgaonkar · 11 years ago
  89. c152833 powerpc/traps/e500: fix misleading error output by Wladislav Wiebe · 11 years ago
  90. e6654d5 powerpc/book3s: Increment the mce counter during machine_check_early call. by Mahesh Salgaonkar · 11 years ago
  91. f83319d powerpc: Add lq/stq emulation by Anton Blanchard · 11 years ago
  92. ee4ed6f powerpc: Rate-limit users spamming kernel log buffer by Michael Neuling · 12 years ago
  93. 3ac8ff1 powerpc: Fix transactional FP/VMX/VSX unavailable handlers by Paul Mackerras · 12 years ago
  94. d31626f powerpc: Don't corrupt transactional state when using FP/VMX in kernel by Paul Mackerras · 12 years ago
  95. 4c70341 powerpc/book3s: Introduce a early machine check hook in cpu_spec. by Mahesh Salgaonkar · 12 years ago
  96. 1e9b450 powerpc/book3s: handle machine check in Linux host. by Mahesh Salgaonkar · 12 years ago
  97. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  98. a3821b2 powerpc: Fix PPC_EMULATED_STATS build break with sync patch by Scott Wood · 12 years ago
  99. 1eb2819 powerpc/mpc8xx: Clearer Oops message for Software Emulation Exception by LEROY Christophe · 12 years ago
  100. 51ae8d4 powerpc: move debug registers in a structure by Bharat Bhushan · 12 years ago