1. 1d9a473 powerpc: Random little legacy iSeries removal tidy ups by Stephen Rothwell · 13 years ago
  2. 7ba3e4f powerpc: Remove NO_IRQ_IGNORE by Stephen Rothwell · 13 years ago
  3. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  4. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  5. f533927 powerpc: Remove FW_FEATURE ISERIES from arch code by Stephen Rothwell · 13 years ago
  6. 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 13 years ago
  7. ad5b7f13 powerpc: Make SPARSE_IRQ required by Grant Likely · 13 years ago
  8. cc79ca6 irq_domain: Move irq_domain code from powerpc to kernel/irq by Grant Likely · 13 years ago
  9. 6d9285b irq_domain/powerpc: Eliminate virq_is_host() by Grant Likely · 13 years ago
  10. 4bbdd45 irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead by Grant Likely · 13 years ago
  11. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  12. 6fe5f5f powerpc: Fix WARN_ON in decrementer_check_overflow by Benjamin Herrenschmidt · 13 years ago
  13. 816cb49a powerpc/ps3: Fix hcall lv1_get_version_info by Geoff Levand · 13 years ago
  14. 7df1027 powerpc/time: Optimise decrementer_check_overflow by Anton Blanchard · 13 years ago
  15. 37fb9a0 powerpc/time: Handle wrapping of decrementer by Anton Blanchard · 13 years ago
  16. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 14 years ago
  17. 50d2a42 powerpc: Copy back TIF flags on return from softirq stack by Benjamin Herrenschmidt · 14 years ago
  18. 8896293 powerpc/irq: Quieten irq mapping printks by Anton Blanchard · 14 years ago
  19. 3d97a61 powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disable by Scott Wood · 14 years ago
  20. 6ec36b5 powerpc: make irq_choose_cpu() available to all PIC drivers by Stuart Yoder · 14 years ago
  21. 4dd6029 powerpc: Fix irq_free_virt by adjusting bounds before loop by Milton Miller · 14 years ago
  22. 9b78825 powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virt by Milton Miller · 14 years ago
  23. 2e45525 powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irq by Milton Miller · 14 years ago
  24. 3d1b5e2 powerpc/irq: Always free duplicate IRQ_LEGACY hosts by Milton Miller · 14 years ago
  25. 8142f03 powerpc/irq: Remove stale and misleading comment by Milton Miller · 14 years ago
  26. 41fb5e6 powerpc: Make IRQ_NOREQUEST last to clear, first to set by Milton Miller · 14 years ago
  27. 1e8c230 powerpc: Remove virq_to_host by Milton Miller · 14 years ago
  28. 3ee62d3 powerpc: Add virq_is_host to reduce virq_to_host usage by Milton Miller · 14 years ago
  29. da05198 powerpc: Remove irq_host_ops->remap hook by Milton Miller · 14 years ago
  30. 2d44168 powerpc: Return early if irq_host lookup type is wrong by Milton Miller · 14 years ago
  31. 3af259d powerpc: Radix trees are available before init_IRQ by Milton Miller · 14 years ago
  32. 23d72bf powerpc: Consolidate ipi message mux and demux by Milton Miller · 14 years ago
  33. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 14 years ago
  34. 73706c3 powerpc/irq: Dump chip data pointer in virq_mapping by Michael Ellerman · 14 years ago
  35. ca1769f powerpc: Index crit/dbg/mcheck stacks using cpu number on 64bit by Michael Ellerman · 14 years ago
  36. 1c91cc57 powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32 by Benjamin Herrenschmidt · 14 years ago
  37. 433c9c6 powerpc: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  38. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 14 years ago
  39. 7bfbc1f powerpc: irq: Use irqdata based information by Thomas Gleixner · 14 years ago
  40. 98488db powerpc: Use proper accessors for IRQ_* flags by Thomas Gleixner · 14 years ago
  41. e118028 powerpc: core irq_data conversion. by Lennert Buytenhek · 14 years ago
  42. a9d8946 powerpc: Use new irq allocator by Thomas Gleixner · 14 years ago
  43. 089fb44 powerpc: Use ARCH_IRQ_INIT_FLAGS by Thomas Gleixner · 14 years ago
  44. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  45. a655237 powerpc/irq.c: Add of_node_put to avoid memory leak by Julia Lawall · 14 years ago
  46. 4e74fd7 powerpc: Use static const char arrays by Joe Perches · 14 years ago
  47. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  48. 3e7f45a powerpc/4xx: Index interrupt stacks by physical cpu by Dave Kleikamp · 14 years ago
  49. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  50. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  51. 850f22d powerpc/book3e: Resend doorbell exceptions to ourself by Michael Ellerman · 15 years ago
  52. 89c8179 powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3E by Benjamin Herrenschmidt · 15 years ago
  53. e8775d4 powerpc/book3e: Don't re-trigger decrementer on lazy irq restore by Benjamin Herrenschmidt · 15 years ago
  54. 3cd8519 powerpc: Fix logic error in fixup_irqs by Johannes Berg · 15 years ago
  55. e387344 of/irq: Move irq_of_parse_and_map() to common code by Grant Likely · 15 years ago
  56. f1ba9a5 powerpc: Unconditionally enabled irq stacks by Christoph Hellwig · 15 years ago
  57. 79c4581 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  58. 0fe1ac4 powerpc/perf_event: Fix oops due to perf_event_do_pending call by Paul Mackerras · 15 years ago
  59. b6decb7 powerpc/cpumask: Convert fixup_irqs to new cpumask API by Anton Blanchard · 15 years ago
  60. f95e085 powerpc: Convert big_irq_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  61. 17081102 powerpc: Convert global "BAD" interrupt to per cpu spurious by Anton Blanchard · 15 years ago
  62. 89713ed powerpc: Add timer, performance monitor and machine check counts to /proc/interrupts by Anton Blanchard · 15 years ago
  63. c86845e powerpc: Rework /proc/interrupts by Anton Blanchard · 15 years ago
  64. 8c007bf powerpc: Reduce footprint of irq_stat by Anton Blanchard · 15 years ago
  65. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  66. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  67. 40d50cf powerpc: Make "intspec" pointers in irq_host->xlate() const by Roman Fietze · 15 years ago
  68. b27df67 powerpc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  69. cd01570 powerpc: Enable sparse irq_descs on powerpc by Michael Ellerman · 15 years ago
  70. 750ab11 powerpc: Rearrange and fix show_interrupts() for sparse irq_descs by Michael Ellerman · 15 years ago
  71. 76f1d94 powerpc: Make virq_debug_show() cope with sparse irq_descs by Michael Ellerman · 15 years ago
  72. 6cff46f powerpc: Remove get_irq_desc() by Michael Ellerman · 15 years ago
  73. 1bf4af1 powerpc: tracing: Add powerpc tracepoints for interrupt entry and exit by Anton Blanchard · 15 years ago
  74. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  75. bc47ab0 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  76. e14112d perfcounters: remove powerpc definitions of perf_counter_do_pending by Stephen Rothwell · 16 years ago
  77. 9449168 powerpc: Shield code specific to 64-bit server processors by Benjamin Herrenschmidt · 16 years ago
  78. 835363e powerpc/irq: Remove fallback to __do_IRQ() by Michael Ellerman · 16 years ago
  79. 9b647a3 powerpc/irq: Move get_irq() comment into header by Michael Ellerman · 16 years ago
  80. d7cb10d powerpc/irq: Move stack overflow check into a separate function by Michael Ellerman · 16 years ago
  81. f2694ba powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function by Michael Ellerman · 16 years ago
  82. 5ea472a7 Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 16 years ago
  83. c7d07fd powerpc: Print information about mapping hw irqs to virtual irqs by Michael Ellerman · 16 years ago
  84. 925d519 perf_counter: unify and fix delayed counter wakeup by Peter Zijlstra · 16 years ago
  85. b6c5a71d perf_counter: abstract wakeup flag setting in core to fix powerpc build by Paul Mackerras · 16 years ago
  86. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
  87. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  88. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  89. 97f7d6b powerpc/irq: Convert obsolete irq_desc_t to struct irq_desc by Thomas Gleixner · 16 years ago
  90. af37501 Merge branch 'core/percpu' into perfcounters/core by Ingo Molnar · 16 years ago
  91. e65e49d irq: update all arches for new irq_desc by Mike Travis · 16 years ago
  92. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 16 years ago
  93. c0d362a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perfcounters into perfcounters/core by Ingo Molnar · 16 years ago
  94. 93a6d3c powerpc: Provide a way to defer perf counter work until interrupts are enabled by Paul Mackerras · 16 years ago
  95. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  96. 150c6c8 powerpc: Make the irq reverse mapping radix tree lockless by Sebastien Dugue · 16 years ago
  97. 967e012 powerpc: Separate the irq radix tree insertion and lookup by Sebastien Dugue · 16 years ago
  98. 9c4cb82 powerpc: Remove use of CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  99. 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 17 years ago
  100. e9a4b6a Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago