1. 0faf20a powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in use by Nicholas Piggin · 3 years, 4 months ago
  2. 047a6fd powerpc/config: Add CONFIG_BOOKE_OR_40x by Christophe Leroy · 3 years, 3 months ago
  3. ff058a8 powerpc/64: warn if local irqs are enabled in NMI or hardirq context by Nicholas Piggin · 3 years, 3 months ago
  4. 9869416 powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt() by Christophe Leroy · 3 years, 5 months ago
  5. 2b43dd7 powerpc/64: enable MSR[EE] in irq replay pt_regs by Nicholas Piggin · 3 years, 7 months ago
  6. 862fa56 powerpc/64: interrupt soft-enable race fix by Nicholas Piggin · 3 years, 7 months ago
  7. e522331 powerpc/irq: Enhance readability of trap types by Christophe Leroy · 3 years, 9 months ago
  8. 0c2472d powerpc/64e/interrupt: use new interrupt return by Nicholas Piggin · 3 years, 10 months ago
  9. 48cf12d powerpc/irq: Inline call_do_irq() and call_do_softirq() by Christophe Leroy · 3 years, 10 months ago
  10. ad2d234 powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic by Christophe Leroy · 3 years, 10 months ago
  11. 29c395c Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  12. b12b472 Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 11 months ago
  13. a3251c1 Merge branch 'x86/paravirt' into x86/entry by Ingo Molnar · 4 years ago
  14. 60a707d powerpc/kuap: Restore AMR after replaying soft interrupts by Alexey Kardashevskiy · 4 years ago
  15. db1cc7a softirq: Move do_softirq_own_stack() to generic asm header by Thomas Gleixner · 4 years ago
  16. 1b1b6a6 powerpc: handle irq_enter/irq_exit in interrupt handler wrappers by Nicholas Piggin · 4 years ago
  17. 3a96570 powerpc: convert interrupt handlers to use wrappers by Nicholas Piggin · 4 years ago
  18. 4025c78 powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous interrupt by Nicholas Piggin · 4 years ago
  19. 59d512e powerpc/64: irq replay remove decrementer overflow check by Nicholas Piggin · 4 years, 2 months ago
  20. 6601ec1 powerpc: Remove get_tb_or_rtc() by Christophe Leroy · 4 years, 4 months ago
  21. 4555755 powerpc/64: make restore_interrupts 64e only by Nicholas Piggin · 4 years, 4 months ago
  22. 903dd1f powerpc/64e: remove 64s specific interrupt soft-mask code by Nicholas Piggin · 4 years, 4 months ago
  23. 012a9a9 powerpc/64e: remove PACA_IRQ_EE_EDGE by Nicholas Piggin · 4 years, 4 months ago
  24. 2b48e96 powerpc/64: fix irq replay pt_regs->softe value by Nicholas Piggin · 4 years, 4 months ago
  25. 903fd31 powerpc/64: fix irq replay missing preempt by Nicholas Piggin · 4 years, 4 months ago
  26. ada68a6 powerpc/64s: Move HMI IRQ stat from percpu variable to paca. by Mahesh Salgaonkar · 4 years, 7 months ago
  27. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  28. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  29. cb0849a powerpc: use __vmalloc_node in alloc_vm_stack by Christoph Hellwig · 4 years, 8 months ago
  30. 0c89649 powerpc/64s: Fix doorbell wakeup msgclr optimisation by Nicholas Piggin · 4 years, 10 months ago
  31. 6cc0c16 powerpc/64s: Implement interrupt exit logic in C by Nicholas Piggin · 5 years ago
  32. 3282a3d powerpc/64: Implement soft interrupt replay in C by Nicholas Piggin · 5 years ago
  33. 532d43a powerpc/irq: Use current_stack_pointer in do_IRQ() by Christophe Leroy · 5 years ago
  34. 0dec6e1c powerpc/irq: use IS_ENABLED() in check_stack_overflow() by Christophe Leroy · 5 years ago
  35. 84ab148 powerpc/irq: Use current_stack_pointer in check_stack_overflow() by Christophe Leroy · 5 years ago
  36. 3d13e83 powerpc: Rename current_stack_pointer() to current_stack_frame() by Michael Ellerman · 5 years ago
  37. 547db12 powerpc/32: Use vmapped stacks for interrupts by Christophe Leroy · 5 years ago
  38. 099bc48 powerpc/irq: fix stack overflow verification by Christophe Leroy · 5 years ago
  39. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  40. 0fc12c0 powerpc/irq: Don't WARN continuously in arch_local_irq_restore() by Michael Ellerman · 6 years ago
  41. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  42. e2b36d5 powerpc/64: Don't trace code that runs with the soft irq mask unreconciled by Nicholas Piggin · 6 years ago
  43. 502523f powerpc/irq: drop __irq_offset_value by Christophe Leroy · 6 years ago
  44. d608898 powerpc: clean stack pointers naming by Christophe Leroy · 6 years ago
  45. a7916a1 powerpc: regain entire stack space by Christophe Leroy · 6 years ago
  46. ed1cd6d powerpc: Activate CONFIG_THREAD_INFO_IN_TASK by Christophe Leroy · 6 years ago
  47. 7306e83 powerpc: Don't use CURRENT_THREAD_INFO to find the stack by Christophe Leroy · 6 years ago
  48. c8e409a powerpc/irq: use memblock functions returning virtual address by Christophe Leroy · 6 years ago
  49. 607ea50 powerpc/irq: drop arch_early_irq_init() by Christophe Leroy · 6 years ago
  50. 4da1f79 powerpc/64: Disable irq restore warning for now by Michael Ellerman · 6 years ago
  51. 9b81c02 powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely by Nicholas Piggin · 7 years ago
  52. e360cd3 powerpc/time: account broadcast timer event interrupts separately by Nicholas Piggin · 7 years ago
  53. bd13ac9 powerpc/tau: Synchronize function prototypes and body by Mathieu Malaterre · 7 years ago
  54. ff6781f powerpc/64s: Fix lost pending interrupt due to race causing lost update to irq_happened by Nicholas Piggin · 7 years ago
  55. 9aa8818 powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUG by Madhavan Srinivasan · 7 years ago
  56. f442d00 powerpc/64s: Add support to mask perf interrupts and replay them by Madhavan Srinivasan · 7 years ago
  57. 4e26bc4 powerpc/64: Rename soft_enabled to irq_soft_mask by Madhavan Srinivasan · 7 years ago
  58. 01417c6 powerpc/64: Change soft_enabled from flag to bitmask by Madhavan Srinivasan · 7 years ago
  59. 0b63acf powerpc/64: Move set_soft_enabled() and rename by Madhavan Srinivasan · 7 years ago
  60. c2e480b powerpc/64: Add #defines for paca->soft_enabled flags by Madhavan Srinivasan · 7 years ago
  61. ff96790 powerpc/64: Fix latency tracing for lazy irq replay by Nicholas Piggin · 7 years ago
  62. 6de6638 KVM: PPC: Book3S HV: Handle host system reset in guest mode by Nicholas Piggin · 7 years ago
  63. 78adf6c powerpc/64s: Implement system reset idle wakeup reason by Nicholas Piggin · 7 years ago
  64. d6f73fc powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replay by Nicholas Piggin · 7 years ago
  65. 6f881ea powerpc/64: Cleanup __check_irq_replay() by Nicholas Piggin · 7 years ago
  66. 15c659ff Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  67. 968159c powerpc/8xx: Getting rid of remaining use of CONFIG_8xx by Christophe Leroy · 7 years ago
  68. 04019bf powerpc: Add irq accounting for watchdog interrupts by Nicholas Piggin · 7 years ago
  69. ca41ad4 powerpc: Add irq accounting for system reset interrupts by Nicholas Piggin · 7 years ago
  70. 3db40c3 powerpc/64: Fix __check_irq_replay missing decrementer interrupt by Nicholas Piggin · 7 years ago
  71. 771d430 powerpc/64s/idle: Process interrupts from system reset wakeup by Nicholas Piggin · 8 years ago
  72. 2201f99 powerpc/64s/idle: Move soft interrupt mask logic into C code by Nicholas Piggin · 8 years ago
  73. 0edc2ca Revert "powerpc: Handle simultaneous interrupts at once" by Michael Ellerman · 8 years ago
  74. 45cb08f powerpc: Handle simultaneous interrupts at once by Christophe Leroy · 8 years ago
  75. 3c19d5a Merge branch 'topic/xive' (early part) into next by Michael Ellerman · 8 years ago
  76. 3ae05fb powerpc: Remove unnecessary includes of asm/debug.h by Michael Ellerman · 8 years ago
  77. a978e13 powerpc/smp: Remove migrate_irq() custom implementation by Benjamin Herrenschmidt · 8 years ago
  78. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  79. ef24ba7 powerpc: Remove all usages of NO_IRQ by Michael Ellerman · 8 years ago
  80. e0e0d6b powerpc/64: Replay hypervisor maintenance interrupt first by Nicholas Piggin · 8 years ago
  81. 0545d54 powerpc/sparse: Add more assembler prototypes by Daniel Axtens · 8 years ago
  82. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
  83. 1d607bb powerpc/irq: Add mechanism to force a replay of interrupts by Benjamin Herrenschmidt · 9 years ago
  84. fa2cff3f powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS by Andrew Donnellan · 9 years ago
  85. 5d31a96 powerpc/livepatch: Add livepatch stack to struct thread_info by Michael Ellerman · 9 years ago
  86. da92b4e powerpc, irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 10 years ago
  87. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  88. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  89. acf620e powerpc: Rename __get_SP() to current_stack_pointer() by Anton Blanchard · 10 years ago
  90. a7696b3 powerpc: Add printk levels to powerpc code by Anton Blanchard · 10 years ago
  91. 0869b6f powerpc/book3s: Add basic infrastructure to handle HMI in Linux. by Mahesh Salgaonkar · 10 years ago
  92. 0d2b7ea powerpc: update comments for generic idle conversion by Geert Uytterhoeven · 11 years ago
  93. a4e04c9 powerpc: Irq: Use generic_handle_irq by Thomas Gleixner · 11 years ago
  94. 04a3411 powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP by Kevin Hao · 11 years ago
  95. c041cfa powerpc: Make irq_stat.timers_irqs counting more specific by fan.du · 12 years ago
  96. 1006fae Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. 8b5ede6 powerpc/irq: Don't switch to irq stack from softirq stack by Benjamin Herrenschmidt · 11 years ago
  98. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
  99. cbc9565 powerpc: Remove ksp_limit on ppc64 by Benjamin Herrenschmidt · 11 years ago
  100. 0366a1c powerpc/irq: Run softirqs off the top of the irq stack by Benjamin Herrenschmidt · 11 years ago