1. 6abbd69 irqchip/gic, gic-v3: Make SGIs use handle_percpu_devid_irq() by Valentin Schneider · 4 years, 2 months ago
  2. 42a590b irqchip/gic: Spelling s/REturn/Return/ by Geert Uytterhoeven · 4 years, 1 month ago
  3. eff65bd Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-next by Marc Zyngier · 4 years, 4 months ago
  4. 8594c3b irqchip/gic: Cleanup Franken-GIC handling by Marc Zyngier · 4 years, 4 months ago
  5. 64a267e irqchip/gic: Configure SGIs as standard interrupts by Marc Zyngier · 4 years, 8 months ago
  6. 7ec46b5 irqchip/gic: Refactor SMP configuration by Marc Zyngier · 4 years, 8 months ago
  7. 1b57d91 irqchip/gic-v2, v3: Prevent SW resends entirely by Valentin Schneider · 4 years, 5 months ago
  8. 17f644e irqchip/gic-v2, v3: Implement irq_chip->irq_retrigger() by Valentin Schneider · 4 years, 5 months ago
  9. f8b036a Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  10. aba3c7e drivers/irqchip: Use new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRY by Oscar Carter · 4 years, 7 months ago
  11. 005c34a irqchip/gic: Atomically update affinity by Marc Zyngier · 4 years, 7 months ago
  12. cc86432 irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIs by Valentin Schneider · 4 years, 8 months ago
  13. 1a60e1e irqchip/gic: Prepare for more than 16 PPIs by Marc Zyngier · 5 years ago
  14. 13d22e2 irqchip/gic: Rework gic_configure_irq to take the full ICFGR base by Marc Zyngier · 5 years ago
  15. 188a847 irqchip/gic: Register the distributor's PA instead of its VA in fwnode by Marc Zyngier · 5 years ago
  16. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  17. 60574d1 acpi: Create subtable parsing infrastructure by Keith Busch · 6 years ago
  18. b41fdc4 irqchip/gic: Drop support for secondary GIC in non-DT systems by Marc Zyngier · 6 years ago
  19. c5f48c0 genirq: Fix various typos in comments by Ingo Molnar · 6 years ago
  20. d01d327 irqchip/gic: Update supports_deactivate static key to modern api by Davidlohr Bueso · 7 years ago
  21. 83a86fb irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE by Marc Zyngier · 7 years ago
  22. c5e1035 irqchip/gic-v2: Reset APRn registers at boot time by Marc Zyngier · 7 years ago
  23. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  24. d33a3c8 KVM: arm/arm64: Check that system supports split eoi/deactivate by Christoffer Dall · 8 years ago
  25. 0962289 irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface by Marc Zyngier · 7 years ago
  26. 93cc122 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 9fbd7fd Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 7 years ago
  28. 73c4c37 irqchip/gic: Make irq_chip const by Bhumika Goyal · 7 years ago
  29. 0c9e498 irqchip/gic: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  30. 39a06b6 irqchip/gic: Ensure we have an ISB between ack and ->handle_irq by Will Deacon · 7 years ago
  31. 456c59c irqchip/gic-v2: Report failures in gic_irq_domain_alloc by Suzuki K Poulose · 8 years ago
  32. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  33. fd5bed4 irqchip/gic: Add missing \n to CPU IF adjustment message by Marc Zyngier · 8 years ago
  34. 89c59cc irqchip/gic: Mark gic_init_physaddr() static by Baoyou Xie · 8 years ago
  35. 04c8b0f irqchip/gic: Make locking a BL_SWITCHER only feature by Marc Zyngier · 9 years ago
  36. 059e232 irqchip/gic: Allow self-SGIs for SMP on UP configurations by Marc Zyngier · 8 years ago
  37. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  38. 93131f7 irqchip/gic: Convert to hotplug state machine by Richard Cochran · 8 years ago
  39. 9c8eddd irqchip/gic: Add platform driver for non-root GICs that require RPM by Jon Hunter · 9 years ago
  40. cdbb813 irqchip/gic: Prepare for adding platform driver by Jon Hunter · 9 years ago
  41. faea645 irqchip/gic: Add helper function for chip initialisation by Jon Hunter · 9 years ago
  42. d6ce564 irqchip/gic: Isolate early GIC initialisation code by Jon Hunter · 9 years ago
  43. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  44. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  45. ede4090 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  46. d649046 irqchip/gic: Add helper functions for GIC setup and teardown by Jon Hunter · 9 years ago
  47. f673b9b irqchip/gic: Store GIC configuration parameters by Jon Hunter · 9 years ago
  48. 6e5b592 irqchip/gic: Pass GIC pointer to save/restore functions by Jon Hunter · 9 years ago
  49. dc9722c irqchip/gic: Return an error if GIC initialisation fails by Jon Hunter · 9 years ago
  50. c2baa2f irqchip/gic: Remove static irq_chip definition for eoimode1 by Jon Hunter · 9 years ago
  51. 26acfe7 irqchip/gic: Don't initialise chip if mapping IO space fails by Jon Hunter · 9 years ago
  52. f86c4fb irqchip/gic: Ensure ordering between read of INTACK and shared data by Will Deacon · 9 years ago
  53. 502d6df irqchip/gic-v2: Parse and export virtual GIC information by Julien Grall · 9 years ago
  54. bafa919 irqchip/gic-v2: Gather ACPI specific data in a single structure by Julien Grall · 9 years ago
  55. 25fc11a irqchip/gic: Restore CPU interface checking by Marc Zyngier · 9 years ago
  56. fe36d89 Merge branch 'linus' into irq/core, to pick up fixes by Ingo Molnar · 9 years ago
  57. 0407dac irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity method by Marc Zyngier · 9 years ago
  58. 389a00d irqchip/gic: Only set the EOImodeNS bit for the root controller by Jon Hunter · 9 years ago
  59. 7bf29d3 irqchip/gic: Only populate set_affinity for the root controller by Jon Hunter · 9 years ago
  60. 92b86f9 Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 9 years ago
  61. 0644b3d irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support by Suravee Suthikulpanit · 9 years ago
  62. 75aba7b irqdomain: Introduce is_fwnode_irqchip helper by Suravee Suthikulpanit · 9 years ago
  63. a27d21e irqchip/gic: Kconfig the number of instances by Linus Walleij · 9 years ago
  64. 327ebe1 irqchip/gic: Make interrupt ID 1020 invalid by Marc Zyngier · 9 years ago
  65. 58b8964 irqchip/gic: Assign irqchip dynamically by Linus Walleij · 9 years ago
  66. 8673c1d irqchip/gic: Support RealView variant setup by Linus Walleij · 9 years ago
  67. 1c7d4dd irqchip/gic: Add save/restore of the active state by Marc Zyngier · 9 years ago
  68. 92eda4a irqchip/gic: Clear enable bits before restoring them by Marc Zyngier · 9 years ago
  69. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  70. 18bd884 irqchip/gic: Kill the xlate method by Marc Zyngier · 9 years ago
  71. 891ae76 irqchip/gic: Switch ACPI support to stacked domains by Marc Zyngier · 9 years ago
  72. e81a7cd irqchip/gic: Get rid of gic_init_bases() by Marc Zyngier · 9 years ago
  73. f833f57 irqchip: Convert all alloc/xlate users from of_node to fwnode by Marc Zyngier · 9 years ago
  74. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  75. 76e52dd irqchip/gic: Warn if GICv3 system registers are enabled by Marc Zyngier · 9 years ago
  76. f26527b irqchip / GIC: Convert the GIC driver to ACPI probing by Marc Zyngier · 9 years ago
  77. 8709b9e irqchip/gic: Add arm,pl390 support by Geert Uytterhoeven · 9 years ago
  78. d17cab4 irqchip: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  79. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  80. 71466535 irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flag by Thomas Gleixner · 9 years ago
  81. 12e1406 irqchip/GIC: Add workaround for aliased GIC400 by Marc Zyngier · 9 years ago
  82. 4a6ac30 irqchip/GIC: Fix EOImode setting for non-DT/ACPI systems by Marc Zyngier · 9 years ago
  83. 01f779f irqchip/GIC: Don't deactivate interrupts forwarded to a guest by Marc Zyngier · 9 years ago
  84. 0b996fd irqchip/GIC: Convert to EOImode == 1 by Marc Zyngier · 9 years ago
  85. 4c2880b irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instance by Jon Hunter · 9 years ago
  86. 567e5a0 irqchip/gic: Only allow the primary GIC to set the CPU map by Jon Hunter · 9 years ago
  87. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  88. 0d3f2c9 irqchip/gic: Remove redundant gic_set_irqchip_flags by Sudeep Holla · 9 years ago
  89. aec89ef irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND by Sudeep Holla · 9 years ago
  90. 5b29264 irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  91. 4d83fcf irqchip/gic: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  92. 41a83e06 irqchip: Prepare for local stub header removal by Joel Porquet · 9 years ago
  93. 99e3e3a ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macro by Al Stone · 9 years ago
  94. 55963c9 irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKED by Sudeep Holla · 10 years ago
  95. 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 1dcc73d irqchip: gic: Drop support for gic_arch_extn by Marc Zyngier · 10 years ago
  97. 836ee48 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  98. b7dccbe Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 10 years ago
  99. 425b655 Merge tag 'irqchip-core-4.1-2' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 10 years ago
  100. a01e7b3 Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/core by Jason Cooper · 10 years ago