1. 0545d54 powerpc/sparse: Add more assembler prototypes by Daniel Axtens · 8 years ago
  2. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
  3. 1d607bb powerpc/irq: Add mechanism to force a replay of interrupts by Benjamin Herrenschmidt · 9 years ago
  4. fa2cff3f powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS by Andrew Donnellan · 9 years ago
  5. 5d31a96 powerpc/livepatch: Add livepatch stack to struct thread_info by Michael Ellerman · 9 years ago
  6. da92b4e powerpc, irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 10 years ago
  7. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  8. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  9. acf620e powerpc: Rename __get_SP() to current_stack_pointer() by Anton Blanchard · 10 years ago
  10. a7696b3 powerpc: Add printk levels to powerpc code by Anton Blanchard · 10 years ago
  11. 0869b6f powerpc/book3s: Add basic infrastructure to handle HMI in Linux. by Mahesh Salgaonkar · 10 years ago
  12. 0d2b7ea powerpc: update comments for generic idle conversion by Geert Uytterhoeven · 11 years ago
  13. a4e04c9 powerpc: Irq: Use generic_handle_irq by Thomas Gleixner · 11 years ago
  14. 04a3411 powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP by Kevin Hao · 11 years ago
  15. c041cfa powerpc: Make irq_stat.timers_irqs counting more specific by fan.du · 12 years ago
  16. 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
  17. 8b5ede6 powerpc/irq: Don't switch to irq stack from softirq stack by Benjamin Herrenschmidt · 11 years ago
  18. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
  19. cbc9565 powerpc: Remove ksp_limit on ppc64 by Benjamin Herrenschmidt · 11 years ago
  20. 0366a1c powerpc/irq: Run softirqs off the top of the irq stack by Benjamin Herrenschmidt · 11 years ago
  21. e8e813e powerpc: Rename PMU interrupts from CNT to PMI by Michael Ellerman · 12 years ago
  22. 24a72ac Merge tag 'v3.10' into next by Benjamin Herrenschmidt · 12 years ago
  23. 3139b0a powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_check_overflow by Kevin Hao · 12 years ago
  24. 230b303 powerpc: Fix missing/delayed calls to irq_work by Benjamin Herrenschmidt · 12 years ago
  25. a6a058e powerpc: Add accounting for Doorbell interrupts by Ian Munsie · 12 years ago
  26. fe9e1d5 powerpc: Add code to handle soft-disabled doorbells on server by Ian Munsie · 12 years ago
  27. e72bbba powerpc/trace: Fix interrupt tracepoints vs. RCU by Li Zhong · 12 years ago
  28. 21b2de3 powerpc: Fix build of some debug irq code by Benjamin Herrenschmidt · 13 years ago
  29. be2cf20 powerpc: More fixes for lazy IRQ vs. idle by Benjamin Herrenschmidt · 13 years ago
  30. 2d773aa powerpc/ftrace: Do not trace restore_interrupts() by Steven Rostedt · 13 years ago
  31. 2074b1d powerpc: Fix irq distribution by Kim Phillips · 13 years ago
  32. 7c0482e powerpc/irq: Fix another case of lazy IRQ state getting out of sync by Benjamin Herrenschmidt · 13 years ago
  33. 56dfa7f powerpc/irq: Fix bug with new lazy IRQ handling code by Benjamin Herrenschmidt · 13 years ago
  34. 4013369 powerpc/irqdomain: Fix broken NR_IRQ references by Grant Likely · 13 years ago
  35. a699e4e irq: Kill pointless irqd_to_hw export by Grant Likely · 13 years ago
  36. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  37. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  38. 1d9a473 powerpc: Random little legacy iSeries removal tidy ups by Stephen Rothwell · 13 years ago
  39. 7ba3e4f powerpc: Remove NO_IRQ_IGNORE by Stephen Rothwell · 13 years ago
  40. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  41. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  42. f533927 powerpc: Remove FW_FEATURE ISERIES from arch code by Stephen Rothwell · 13 years ago
  43. 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 13 years ago
  44. ad5b7f13 powerpc: Make SPARSE_IRQ required by Grant Likely · 13 years ago
  45. cc79ca6 irq_domain: Move irq_domain code from powerpc to kernel/irq by Grant Likely · 13 years ago
  46. 6d9285b irq_domain/powerpc: Eliminate virq_is_host() by Grant Likely · 13 years ago
  47. 4bbdd45 irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead by Grant Likely · 13 years ago
  48. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  49. 6fe5f5f powerpc: Fix WARN_ON in decrementer_check_overflow by Benjamin Herrenschmidt · 13 years ago
  50. 816cb49a powerpc/ps3: Fix hcall lv1_get_version_info by Geoff Levand · 13 years ago
  51. 7df1027 powerpc/time: Optimise decrementer_check_overflow by Anton Blanchard · 13 years ago
  52. 37fb9a0 powerpc/time: Handle wrapping of decrementer by Anton Blanchard · 13 years ago
  53. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  54. 50d2a42 powerpc: Copy back TIF flags on return from softirq stack by Benjamin Herrenschmidt · 14 years ago
  55. 8896293 powerpc/irq: Quieten irq mapping printks by Anton Blanchard · 14 years ago
  56. 3d97a61 powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disable by Scott Wood · 14 years ago
  57. 6ec36b5 powerpc: make irq_choose_cpu() available to all PIC drivers by Stuart Yoder · 14 years ago
  58. 4dd6029 powerpc: Fix irq_free_virt by adjusting bounds before loop by Milton Miller · 14 years ago
  59. 9b78825 powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virt by Milton Miller · 14 years ago
  60. 2e45525 powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irq by Milton Miller · 14 years ago
  61. 3d1b5e2 powerpc/irq: Always free duplicate IRQ_LEGACY hosts by Milton Miller · 14 years ago
  62. 8142f03 powerpc/irq: Remove stale and misleading comment by Milton Miller · 14 years ago
  63. 41fb5e6 powerpc: Make IRQ_NOREQUEST last to clear, first to set by Milton Miller · 14 years ago
  64. 1e8c230 powerpc: Remove virq_to_host by Milton Miller · 14 years ago
  65. 3ee62d3 powerpc: Add virq_is_host to reduce virq_to_host usage by Milton Miller · 14 years ago
  66. da05198 powerpc: Remove irq_host_ops->remap hook by Milton Miller · 14 years ago
  67. 2d44168 powerpc: Return early if irq_host lookup type is wrong by Milton Miller · 14 years ago
  68. 3af259d powerpc: Radix trees are available before init_IRQ by Milton Miller · 14 years ago
  69. 23d72bf powerpc: Consolidate ipi message mux and demux by Milton Miller · 14 years ago
  70. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 14 years ago
  71. 73706c3 powerpc/irq: Dump chip data pointer in virq_mapping by Michael Ellerman · 14 years ago
  72. ca1769f powerpc: Index crit/dbg/mcheck stacks using cpu number on 64bit by Michael Ellerman · 14 years ago
  73. 1c91cc57 powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32 by Benjamin Herrenschmidt · 14 years ago
  74. 433c9c6 powerpc: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  75. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 14 years ago
  76. 7bfbc1f powerpc: irq: Use irqdata based information by Thomas Gleixner · 14 years ago
  77. 98488db powerpc: Use proper accessors for IRQ_* flags by Thomas Gleixner · 14 years ago
  78. e118028 powerpc: core irq_data conversion. by Lennert Buytenhek · 14 years ago
  79. a9d8946 powerpc: Use new irq allocator by Thomas Gleixner · 14 years ago
  80. 089fb44 powerpc: Use ARCH_IRQ_INIT_FLAGS by Thomas Gleixner · 14 years ago
  81. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  82. a655237 powerpc/irq.c: Add of_node_put to avoid memory leak by Julia Lawall · 14 years ago
  83. 4e74fd7 powerpc: Use static const char arrays by Joe Perches · 14 years ago
  84. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  85. 3e7f45a powerpc/4xx: Index interrupt stacks by physical cpu by Dave Kleikamp · 14 years ago
  86. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  87. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  88. 850f22d powerpc/book3e: Resend doorbell exceptions to ourself by Michael Ellerman · 15 years ago
  89. 89c8179 powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3E by Benjamin Herrenschmidt · 15 years ago
  90. e8775d4 powerpc/book3e: Don't re-trigger decrementer on lazy irq restore by Benjamin Herrenschmidt · 15 years ago
  91. 3cd8519 powerpc: Fix logic error in fixup_irqs by Johannes Berg · 15 years ago
  92. e387344 of/irq: Move irq_of_parse_and_map() to common code by Grant Likely · 15 years ago
  93. f1ba9a5 powerpc: Unconditionally enabled irq stacks by Christoph Hellwig · 15 years ago
  94. 79c4581 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  95. 0fe1ac4 powerpc/perf_event: Fix oops due to perf_event_do_pending call by Paul Mackerras · 15 years ago
  96. b6decb7 powerpc/cpumask: Convert fixup_irqs to new cpumask API by Anton Blanchard · 15 years ago
  97. f95e085 powerpc: Convert big_irq_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  98. 17081102 powerpc: Convert global "BAD" interrupt to per cpu spurious by Anton Blanchard · 15 years ago
  99. 89713ed powerpc: Add timer, performance monitor and machine check counts to /proc/interrupts by Anton Blanchard · 15 years ago
  100. c86845e powerpc: Rework /proc/interrupts by Anton Blanchard · 15 years ago