1. de37503 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  2. 20b420dc Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 6 years ago
  3. 433bcf6 Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  4. 20a9e57 Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 6 years ago
  5. 558e669 h8300: irqchip: fix warning by Yoshinori Sato · 6 years ago
  6. 8b5163e xtensa: drop variant IRQ support by Max Filippov · 6 years ago
  7. 4110b5c irqchip/gic-v3: Allow interrupt to be configured as wake-up sources by Marc Zyngier · 6 years ago
  8. 44beda0 irqchip/tango: Set irq handler and data in one go by Martin Kaiser · 6 years ago
  9. 1009aa1 Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  10. 8237f8b irqchip: add a SiFive PLIC driver by Christoph Hellwig · 6 years ago
  11. f3b2836 irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0 by Krzysztof Kozlowski · 6 years ago
  12. 4096165 irqchip/stm32: Fix init error handling by Dan Carpenter · 6 years ago
  13. 0702bc4 irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP by Jonas Gorski · 6 years ago
  14. 9e90c79 Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 6 years ago
  15. a8db745 irqchip/gic-v3-its: Make its_lock a raw_spin_lock_t by Sebastian Andrzej Siewior · 6 years ago
  16. 4f7799d genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete by Palmer Dabbelt · 7 years ago
  17. 08fb550 irqchip: Port the ARM IRQ drivers to GENERIC_IRQ_MULTI_HANDLER by Palmer Dabbelt · 7 years ago
  18. 30800b3 irqchip/gic-v3-its: Reduce minimum LPI allocation to 1 for PCI devices by Marc Zyngier · 7 years ago
  19. 1047557 irqchip/ingenic: Add support for the JZ4725B SoC by Paul Cercueil · 6 years ago
  20. 6bdd029 irqchip/stm32: Add exti0 translation for stm32mp1 by Ludovic Barre · 6 years ago
  21. 12b2905 irqchip/gic-v3-its: Honor hypervisor enforced LPI range by Marc Zyngier · 7 years ago
  22. a4f9edb irqchip/gic-v3: Expose GICD_TYPER in the rdist structure by Marc Zyngier · 7 years ago
  23. 38dd7c4 irqchip/gic-v3-its: Drop chunk allocation compatibility by Marc Zyngier · 7 years ago
  24. 147c8f3 irqchip/gic-v3-its: Move minimum LPI requirements to individual busses by Marc Zyngier · 7 years ago
  25. fe8e935 irqchip/gic-v3-its: Use full range of LPIs by Marc Zyngier · 7 years ago
  26. 880cb3c irqchip/gic-v3-its: Refactor LPI allocator by Marc Zyngier · 7 years ago
  27. 82f499c irqchip/gic-v3-its: Fix reprogramming of redistributors on CPU hotplug by Marc Zyngier · 7 years ago
  28. 205e065 irqchip/gic-v3-its: Only emit VSYNC if targetting a valid collection by Marc Zyngier · 7 years ago
  29. 83559b4 irqchip/gic-v3-its: Only emit SYNC if targetting a valid collection by Marc Zyngier · 7 years ago
  30. c1797b1 irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node by Yang Yingliang · 7 years ago
  31. cbaf45a irqchip/gic-v2m: Fix SPI release on error path by Marc Zyngier · 7 years ago
  32. 893fbff irqchip/ls-scfg-msi: Fix MSI affinity handling by Marc Zyngier · 7 years ago
  33. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  34. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  35. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  36. 0cdd431 irqchip/ls-scfg-msi: Map MSIs in the iommu by Laurentiu Tudor · 7 years ago
  37. a84277b irqchip/stm32: Fix non-SMP build warning by Arnd Bergmann · 7 years ago
  38. 73958b3 irqchip/stm32: Add suspend/resume support for hierarchy domain by Ludovic Barre · 7 years ago
  39. 927abfc irqchip/stm32: Add stm32mp1 support with hierarchy domain by Ludovic Barre · 7 years ago
  40. 5a2490e irqchip/stm32: Prepare common functions by Ludovic Barre · 7 years ago
  41. f9fc174 irqchip/stm32: Add host and driver data structures by Ludovic Barre · 7 years ago
  42. d9e2b19b0 irqchip/stm32: Add suspend support by Ludovic Barre · 7 years ago
  43. be6230f irqchip/stm32: Add falling pending register support by Ludovic Barre · 7 years ago
  44. ea80aa2 irqchip/stm32: Checkpatch fix by Ludovic Barre · 7 years ago
  45. ff78716 irqchip/stm32: Optimizes and cleans up stm32-exti irq_domain by Radoslaw Pietrzyk · 7 years ago
  46. 868c4e0 irqchip/meson-gpio: Add support for Meson-AXG SoCs by Yixun Lan · 7 years ago
  47. 4b96583 Merge tag 'v4.17-rc5' into irq/core, to pick up fixes by Ingo Molnar · 7 years ago
  48. 3898535 irqchip/gic-v3: Add PCI/MSI support to the GICv3 MBI sub-driver by Marc Zyngier · 7 years ago
  49. 5052875 irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controller by Marc Zyngier · 7 years ago
  50. b2425b5 irqchip/gic-v3: Mark the base irq domain as DOMAIN_BUS_WIRED by Marc Zyngier · 7 years ago
  51. 25eaaab irqchip/mvebu-gicp: Use level-triggered MSIs between ICU and GICP by Marc Zyngier · 7 years ago
  52. 1bc2463 irqchip/qcom: Fix check for spurious interrupts by Agustin Vega-Frias · 7 years ago
  53. e5c3722 Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  54. df34df4 Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  55. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  56. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  57. c9297d2 Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 7 years ago
  58. d4f96fd Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/exynos', 'arm/renesas', 'arm/smmu' and 'core' into next by Joerg Roedel · 7 years ago
  59. aa08192 irqchip/gic: Take lock when updating irq type by Aniruddha Banerjee · 7 years ago
  60. d01d327 irqchip/gic: Update supports_deactivate static key to modern api by Davidlohr Bueso · 7 years ago
  61. 6eb486b irqchip/gic-v3: Ensure GICR_CTLR.EnableLPI=0 is observed before enabling by Shanker Donthineni · 7 years ago
  62. 19d9916 irqchip: Add a driver for the Microsemi Ocelot controller by Alexandre Belloni · 7 years ago
  63. 3362528 irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0Rn by Marc Zyngier · 7 years ago
  64. 6656905 irqchip/gic-v3: Don't try to reset AP0Rn by Marc Zyngier · 7 years ago
  65. 65da7d1 irqchip/gic-v3: Do not check trigger configuration of partitionned LPIs by Marc Zyngier · 7 years ago
  66. 73709e1 Merge 4.16-rc6 into staging-next by Greg Kroah-Hartman · 7 years ago
  67. 6ef6386 irqchip/gic-v3: Loudly complain about the use of IRQ_TYPE_NONE by Marc Zyngier · 7 years ago
  68. 83a86fb irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE by Marc Zyngier · 7 years ago
  69. 920181c irqchip/gic-v3-its: Add ability to resend MAPC on resume by Derek Basehore · 7 years ago
  70. dba0bc7 irqchip/gic-v3-its: Add ability to save/restore ITS state by Derek Basehore · 7 years ago
  71. f736d65 irqchip/gic-v3: Allow LPIs to be disabled from the command line by Marc Zyngier · 7 years ago
  72. d6062a6 irqchip/gic-v3: Reset APgRn registers at boot time by Marc Zyngier · 7 years ago
  73. c5e1035 irqchip/gic-v2: Reset APRn registers at boot time by Marc Zyngier · 7 years ago
  74. f55c73a irqchip/pdc: Add PDC interrupt controller for QCOM SoCs by Archana Sathyakumar · 7 years ago
  75. 734e036 irqchip/renesas-irqc: Use wakeup_path i.s.o. explicit clock handling by Geert Uytterhoeven · 7 years ago
  76. 66bf825 irqchip/renesas-intc-irqpin: Use wakeup_path i.s.o. explicit clock handling by Geert Uytterhoeven · 7 years ago
  77. 61b8b22 irqchip/irq-imx-gpcv2: Remove unused function by Fabio Estevam · 7 years ago
  78. 4f2c758 irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis by Ard Biesheuvel · 7 years ago
  79. 36e9f72 Merge 4.16-rc3 into staging-next by Greg Kroah-Hartman · 7 years ago
  80. df46bb1 irqchip: Remove metag irqchip drivers by James Hogan · 7 years ago
  81. 7afe031 staging: fsl-mc: Move irqchip code out of staging by Bogdan Purcareata · 7 years ago
  82. abe45fd irqchip: Andestech Internal Vector Interrupt Controller driver by Greentime Hu · 7 years ago
  83. 50c3309 irqchip/gic-v3-its: Fix misplaced __iomem annotations by Robin Murphy · 7 years ago
  84. 2d02424 irqchip/bcm: Remove hashed address printing by Jaedon Shin · 7 years ago
  85. de337ee irqchip/gic-v2m: Add PCI Multi-MSI support by Marc Zyngier · 7 years ago
  86. 95a2562 irqchip/gic-v3: Ignore disabled ITS nodes by Stephen Boyd · 7 years ago
  87. 21ec30c irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() by Shanker Donthineni · 7 years ago
  88. b6dd4d8 irqchip/gic-v3: Change pr_debug message to pr_devel by Mark Salter · 7 years ago
  89. 285cb4f irqchip/mips-gic: Avoid spuriously handling masked interrupts by Matt Redfearn · 7 years ago
  90. 8b4282e ACPI/IORT: Add msi address regions reservation helper by Shameer Kolothum · 7 years ago
  91. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  92. f74a127 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. 0aebc6a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  94. 8de50dc irqchip/stm32: Fix copyright by Benjamin Gaignard · 7 years ago
  95. ebe2f87 irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry by Shanker Donthineni · 7 years ago
  96. 4235ff5 irqchip/irq-goldfish-pic: Add Goldfish PIC driver by Miodrag Dinic · 7 years ago
  97. 404e6be irqchip/ompic: fix return value check in ompic_of_init() by Wei Yongjun · 7 years ago
  98. ad83c7c irqchip/irq-bcm2836: Add support for DT interrupt polarity by Stefan Wahren · 7 years ago
  99. c08ec7d irqchip: gic-v3: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  100. 702cb0a genirq/irqdomain: Rename early argument of irq_domain_activate_irq() by Thomas Gleixner · 7 years ago