1. 1fadfe9 powerpc/mpic: use of_property_read_bool by Julia Lawall · 8 years ago
  2. ef24ba7 powerpc: Remove all usages of NO_IRQ by Michael Ellerman · 8 years ago
  3. 4ad5e88 powerpc/mpic: handle subsys_system_register() failure by Andrew Donnellan · 8 years ago
  4. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  5. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  6. 9100d20 powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake by Sudeep Holla · 9 years ago
  7. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  8. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  9. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  10. 202648a powerpc: Constify irq_domain_ops by Krzysztof Kozlowski · 9 years ago
  11. a7f4ee1 powerpc: Drop return value of smp_ops->probe() by Michael Ellerman · 9 years ago
  12. 56302c5 powerpc/mpic: Remove WHOAMI readback after EOI by Bogdan Purcareata · 9 years ago
  13. 807d38b powerpc/mpic: Add get_version API both for internal and external use by Hongtao Jia · 11 years ago
  14. 5e86bfd powerpc/mpic: remove unused functions by Arseny Solokha · 9 years ago
  15. 53a448c powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus() by Emil Medve · 9 years ago
  16. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  17. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  18. aa80581 powerpc/mpic: Don't init the fsl error int until after mpic init by Scott Wood · 10 years ago
  19. 0215b4a powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=y by Paul Gortmaker · 10 years ago
  20. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  21. 32dda05 powerpc/mpic: Disable preemption when calling mpic_processor_id() by Scott Wood · 11 years ago
  22. 26a2056 powerpc: add explicit OF includes by Rob Herring · 11 years ago
  23. 9e6f31a powerpc/mpic: create mpic subsystem object by Dongsheng.wang@freescale.com · 11 years ago
  24. 5ff04b7 powerpc/mpic: add irq_set_wake support by Dongsheng.wang@freescale.com · 11 years ago
  25. 86d3796 powerpc/mpic: Add get_version API both for internal and external use by Hongtao Jia · 11 years ago
  26. e242114 powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU by chenhui zhao · 11 years ago
  27. dcb615a powerpc: Fix irq_set_affinity() return values by Alexander Gordeev · 11 years ago
  28. 5fe0c1f irqdomain: Allow quiet failure mode by Benjamin Herrenschmidt · 11 years ago
  29. 7c509ee powerpc/mpic: allow coreint to be determined by MPIC version by Scott Wood · 11 years ago
  30. 7bd9fc5 powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPU by Scott Wood · 11 years ago
  31. cad5cef POWERPC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  32. 0a40816 powerpc/mpic: FSL MPIC error interrupt support. by Varun Sethi · 12 years ago
  33. 03bcb7e powerpc/mpic: finish supporting timer group B on Freescale chips by Varun Sethi · 12 years ago
  34. 574ce79 powerpc/mpic: Create a revmap with enough entries for IPIs and timers by Benjamin Herrenschmidt · 12 years ago
  35. 5a271fe powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC. by Varun Sethi · 12 years ago
  36. 446f6d0 powerpc/mpic: Properly set default triggers by Benjamin Herrenschmidt · 12 years ago
  37. 3a2b4f7 powerpc/mpic: Fix confusion between hw_irq and virq by Benjamin Herrenschmidt · 12 years ago
  38. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  39. fe83364 powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpics by Benjamin Herrenschmidt · 12 years ago
  40. e55d7f7 powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag by Kyle Moffett · 13 years ago
  41. c1b8d45 powerpc/mpic: Add "last-interrupt-source" property to override hardware by Kyle Moffett · 13 years ago
  42. 5019609 powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count by Kyle Moffett · 13 years ago
  43. 9ca163c fsl/mpic: Create and document the "single-cpu-affinity" device-tree flag by Kyle Moffett · 13 years ago
  44. 3a7a717 powerpc/mpic: Fix use of "flags" variable in mpic_alloc() by Kyle Moffett · 13 years ago
  45. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 12 years ago
  46. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 12 years ago
  47. 09dc34a powerpc/mpic: Add in-core support for cascaded MPICs by Kyle Moffett · 13 years ago
  48. c51242e powerpc/mpic: Cache the device-tree node in "struct mpic" by Kyle Moffett · 13 years ago
  49. c579bc76 powerpc/mpic: Put "pic-no-reset" test back into the MPIC code by Kyle Moffett · 13 years ago
  50. e62b760 powerpc/mpic: Don't open-code dcr_resource_start by Kyle Moffett · 13 years ago
  51. be8bec5 powerpc/mpic: Invert the meaning of MPIC_PRIMARY by Kyle Moffett · 13 years ago
  52. 996983b powerpc/mpic: Search for open-pic device-tree node if NULL by Kyle Moffett · 13 years ago
  53. e7a9867 powerpc/mpic: Save computed phys_addr for board-specific code by Kyle Moffett · 13 years ago
  54. 5bdb6f2 powerpc/mpic: Assume a device-node was passed in mpic_alloc() by Kyle Moffett · 13 years ago
  55. 8bf4156 powerpc: Consolidate mpic_alloc() OF address translation by Kyle Moffett · 13 years ago
  56. e075cd7 powerpc/mpic: Remove extra semicolon. by Justin P. Mattock · 13 years ago
  57. a3a9f3b powerpc/irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  58. 44f16fc powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices by Matthew McClintock · 13 years ago
  59. 14b9247 powerpc/mpic: Add support for discontiguous cores by Timur Tabi · 13 years ago
  60. 6da49a2 Merge remote branch 'origin/master' into next by Benjamin Herrenschmidt · 13 years ago
  61. 7646223 arch/powerpc: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  62. 6ec36b5 powerpc: make irq_choose_cpu() available to all PIC drivers by Stuart Yoder · 13 years ago
  63. 77ef489 powerpc/mpic: Support compiling with DEBUG enabled by Dmitry Eremin-Solenikov · 13 years ago
  64. 880102e Merge remote branch 'origin/master' into merge by Benjamin Herrenschmidt · 13 years ago
  65. 3d07f0e Merge remote branch 'kumar/next' into next by Benjamin Herrenschmidt · 13 years ago
  66. ea94187 powerpc/mpic: add the mpic global timer support by Scott Wood · 13 years ago
  67. 22d168c powerpc/mpic: parse 4-cell intspec types other than zero by Scott Wood · 13 years ago
  68. 3caba98 powerpc/mpic: Simplify ipi cpu mask handling by Milton Miller · 13 years ago
  69. f107293 powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF by Milton Miller · 13 years ago
  70. 2a116f3 powerpc/mpic: Break cpumask abstraction earlier by Milton Miller · 13 years ago
  71. ebc0421 powerpc/mpic: Limit NR_CPUS loop to 32 bit by Milton Miller · 13 years ago
  72. f5a592f PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM by Rafael J. Wysocki · 13 years ago
  73. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 13 years ago
  74. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 13 years ago
  75. 24a3f2e powerpc: mpic: Cleanup flow type handling by Thomas Gleixner · 13 years ago
  76. d6a2639 powerpc: Factoring mpic cpu id fetching into a function by Meador Inge · 13 years ago
  77. dfec220 powerpc: Make MPIC honor the "pic-no-reset" device tree property by Meador Inge · 13 years ago
  78. 835c0553 powerpc: mpic irq_data conversion. by Lennert Buytenhek · 13 years ago
  79. 8bfc5e3 powerpc/mpic: Fix mask/unmask timeout message by Scott Wood · 13 years ago
  80. 66953eb powerpc/mpic: Add ability to reset a core via MPIC by Matthew McClintock · 14 years ago
  81. 7c9d936 powerpc: Fix mpic_resume on early G5 macs by Alastair Bridgewater · 14 years ago
  82. 2ef613cb powerpc/cpumask: Convert mpic driver to new cpumask API by Benjamin Herrenschmidt · 14 years ago
  83. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  84. 203041a powerpc: Convert mpic locks to raw_spinlock by Thomas Gleixner · 14 years ago
  85. 8354be9 powerpc: Remove trailing space in messages by Frans Pop · 14 years ago
  86. 38e1313 powerpc/mpic: Fix problem that affinity is not updated by Yang Li · 15 years ago
  87. 40d50cf powerpc: Make "intspec" pointers in irq_host->xlate() const by Roman Fietze · 15 years ago
  88. b27df67 powerpc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  89. 6cff46f powerpc: Remove get_irq_desc() by Michael Ellerman · 15 years ago
  90. 11a6b29 powerpc/mpic: Fix MPIC_BROKEN_REGREAD on non broken MPICs by Michael Ellerman · 15 years ago
  91. ea96025 powerpc: Don't use alloc_bootmem() in init_IRQ() path by Anton Vorontsov · 15 years ago
  92. 85355bb powerpc: Fix mpic alloc warning by Kumar Gala · 15 years ago
  93. 5a2642f powerpc/mpic: Fix mapping of "DCR" based MPIC variants by Benjamin Herrenschmidt · 15 years ago
  94. bc47ab0 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  95. 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
  96. d69a78d powerpc/mpic: Cleanup mpic_find() implementation by Tony Breeds · 15 years ago
  97. 31207da powerpc/mpic: Fix incorrect allocation of interrupt rev-map by Kumar Gala · 15 years ago
  98. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 15 years ago
  99. d91e4ea powerpc: Add support for CoreInt delivery of interrupts on MPIC by Kumar Gala · 15 years ago
  100. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 15 years ago