1. ede4090 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  3. a1dcbd1 irqchip/bcm2836: Use a more generic memory barrier call by Eric Anholt · 9 years ago
  4. cb290d8 irqchip/bcm2836: Fix compiler warning on 64-bit build by Eric Anholt · 9 years ago
  5. 0dc17be irqchip/bcm2836: Drop smp_set_ops on arm64 builds by Eric Anholt · 9 years ago
  6. d649046 irqchip/gic: Add helper functions for GIC setup and teardown by Jon Hunter · 9 years ago
  7. f673b9b irqchip/gic: Store GIC configuration parameters by Jon Hunter · 9 years ago
  8. 6e5b592 irqchip/gic: Pass GIC pointer to save/restore functions by Jon Hunter · 9 years ago
  9. dc9722c irqchip/gic: Return an error if GIC initialisation fails by Jon Hunter · 9 years ago
  10. c2baa2f irqchip/gic: Remove static irq_chip definition for eoimode1 by Jon Hunter · 9 years ago
  11. 26acfe7 irqchip/gic: Don't initialise chip if mapping IO space fails by Jon Hunter · 9 years ago
  12. 992345a irqchip/gic: WARN if setting the interrupt type for a PPI fails by Jon Hunter · 9 years ago
  13. ec1a454 irqchip/gic: Don't unnecessarily write the IRQ configuration by Jon Hunter · 9 years ago
  14. a2a8fa5 irqchip: Mask the non-type/sense bits when translating an IRQ by Jon Hunter · 9 years ago
  15. 7c9b973 irqchip/gic-v3: Configure all interrupts as non-secure Group-1 by Marc Zyngier · 9 years ago
  16. 74c967a irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratum by Ray Jui · 9 years ago
  17. 1228d53 irqchip/irq-alpine-msi: Don't use <asm-generic/msi.h> by Christoph Hellwig · 9 years ago
  18. 086eec2 irqchip/mbigen: Checking for IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
  19. 466b7d1 irqchip/gicv3-its: Don't allow devices whose ID is outside range by Shanker Donthineni · 9 years ago
  20. 8cb17b5 irqchip: Add LPC32xx interrupt controller driver by Vladimir Zapolskiy · 9 years ago
  21. f86c4fb irqchip/gic: Ensure ordering between read of INTACK and shared data by Will Deacon · 9 years ago
  22. b8f3ebe irqchip: Add Layerscape SCFG MSI controller support by Minghuan Lian · 9 years ago
  23. e3825ba irqchip/gic-v3: Add support for partitioned PPIs by Marc Zyngier · 9 years ago
  24. 9e2c986 irqchip: Add per-cpu interrupt partitioning library by Marc Zyngier · 9 years ago
  25. 25fc11a irqchip/gic: Restore CPU interface checking by Marc Zyngier · 9 years ago
  26. 91951f9 irqchip/mips-gic: Don't overrun pcpu_masks array by Paul Burton · 9 years ago
  27. 9a7c4ab irqchip/mbigen: Make CONFIG_HISILICON_IRQ_MBIGEN a hidden option by MaJun · 9 years ago
  28. ed2a100 irqchip/mbigen: Handle multiple device nodes in a mbigen module by MaJun · 9 years ago
  29. 46f920d irqchip/tegra: Switch to use irq_domain_free_irqs_common by Axel Lin · 9 years ago
  30. 143d36a irqchip/irq-alpine-msi: Release the correct domain on error by Dan Carpenter · 9 years ago
  31. edf8fcd irqchip/mxs: Fix error check of of_io_request_and_map() by Vladimir Zapolskiy · 9 years ago
  32. cfe199a irqchip/sunxi-nmi: Fix error check of of_io_request_and_map() by Vladimir Zapolskiy · 9 years ago
  33. 82b0a43 irqchip/gic/realview: Support more RealView DCC variants by Linus Walleij · 9 years ago
  34. e6b78f2 irqchip: Add the Alpine MSIX interrupt controller by Antoine Tenart · 9 years ago
  35. 0fc6fa2 irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinity by Antoine Tenart · 9 years ago
  36. 04a0e4d irqchip/gic-v3-its: Mark its_init() and its children as __init by Tomasz Nowicki · 9 years ago
  37. f6ae508 irqchip/gic-v3: Remove gic_root_node variable from the ITS code by Hanjun Guo · 9 years ago
  38. b70fb7a irqchip/gic-v3: ACPI: Add redistributor support via GICC structures by Tomasz Nowicki · 9 years ago
  39. ffa7d61 irqchip/gic-v3: Add ACPI support for GICv3/4 initialization by Tomasz Nowicki · 9 years ago
  40. db57d74 irqchip/gic-v3: Refactor gic_of_init() for GICv3 driver by Tomasz Nowicki · 9 years ago
  41. fe36d89 Merge branch 'linus' into irq/core, to pick up fixes by Ingo Molnar · 9 years ago
  42. 16a8083 irqchip/mips-gic: Add new DT property to reserve IPIs by Qais Yousef · 9 years ago
  43. bb11cff MIPS: Make smp CMP, CPS and MT use the new generic IPI functions by Qais Yousef · 9 years ago
  44. 78930f0 irqchip/mips-gic: Clear percpu_masks correctly when mapping by Qais Yousef · 9 years ago
  45. 2a07870 irqchip/mips-gic: Use gic_vpes instead of NR_CPUS by Qais Yousef · 9 years ago
  46. c98c1822 irqchip/mips-gic: Add device hierarchy domain by Qais Yousef · 9 years ago
  47. 2af70a9 irqchip/mips-gic: Add a IPI hierarchy domain by Qais Yousef · 9 years ago
  48. 16aba53 Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 9 years ago
  49. fa00cb2 Merge tag 'irqchip-core-4.6' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 9 years ago
  50. 1ad9a57 Merge branch 'irqchip/mvebu' into irqchip/core by Jason Cooper · 9 years ago
  51. 7cf03c9 Merge branch 'irqchip/mips' into irqchip/core by Jason Cooper · 9 years ago
  52. 55e1079 Merge branch 'irqchip/tango' into irqchip/core by Jason Cooper · 9 years ago
  53. 0407dac irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity method by Marc Zyngier · 9 years ago
  54. c27f29b irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8K by Thomas Petazzoni · 9 years ago
  55. e4e1c0e irqchip/ts4800: Make ts4800_ic_ops static const by Axel Lin · 9 years ago
  56. b6bc902 irqchip/bcm2836: Drop extra memory barrier in SMP boot. by Eric Anholt · 9 years ago
  57. d2b383d irqchip/ts4800: Add hardware dependency by Jean Delvare · 9 years ago
  58. 4bba668 irqchip/tango: Add support for Sigma Designs SMP86xx/SMP87xx interrupt controller by Mans Rullgard · 9 years ago
  59. 2eca0d6 irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory size by Shanker Donthineni · 9 years ago
  60. 81ffb18 irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/ by Alban Bedel · 9 years ago
  61. 07ba4b0 irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/ by Alban Bedel · 9 years ago
  62. 63131b6 irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected by Gregory CLEMENT · 9 years ago
  63. a71b941 irqchip/armada-370-xp: Allow allocation of multiple MSIs by Thomas Petazzoni · 9 years ago
  64. f692a17 irqchip/armada-370-xp: Use shorter names for irq_chip by Thomas Petazzoni · 9 years ago
  65. 0636bab irqchip/armada-370-xp: Use PCI_MSI_DOORBELL_START where appropriate by Thomas Petazzoni · 9 years ago
  66. fcc392d irqchip/armada-370-xp: Use the generic MSI infrastructure by Thomas Petazzoni · 9 years ago
  67. fed6d33 irqchip/armada-370-xp: Add Kconfig option for the driver by Thomas Petazzoni · 9 years ago
  68. 004fa08 irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1 by Ashok Kumar · 9 years ago
  69. 389a00d irqchip/gic: Only set the EOImodeNS bit for the root controller by Jon Hunter · 9 years ago
  70. 7bf29d3 irqchip/gic: Only populate set_affinity for the root controller by Jon Hunter · 9 years ago
  71. c7c42ec irqchips/bmips: Add bcm6345-l1 interrupt controller by Simon Arlott · 9 years ago
  72. 4b5ce20 irqchip/atmel-aic: Remove duplicate bit operation by Milo Kim · 9 years ago
  73. 5fd26a0 irqchip/atmel-aic: Change return type of aic_common_set_priority() by Milo Kim · 9 years ago
  74. dd85c79 irqchip/atmel-aic: Handle aic_common_irq_fixup in aic_common_of_init by Milo Kim · 9 years ago
  75. 1a485f4 irqchip/gicv3-its: Fix memory leak in its_free_tables() by Shanker Donthineni · 9 years ago
  76. 6235f0e irqchip/sun4i: Fix compilation outside of arch/arm by Andre Przywara · 9 years ago
  77. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. c5b6352 irqchip/mxs: Add missing set_handle_irq() by Oleksij Rempel · 9 years ago
  79. 49f3413 irqchip/atmel-aic: Fix wrong bit operation for IRQ priority by Milo Kim · 9 years ago
  80. 18aa60c irqchip/gic-v3-its: Recompute the number of pages on page size change by Marc Zyngier · 9 years ago
  81. 0df337c irqchip: Fix dependencies for archs w/o HAS_IOMEM by Richard Weinberger · 9 years ago
  82. eb249a1 irqchip/s3c24xx: Mark init_eint as __maybe_unused by Arnd Bergmann · 9 years ago
  83. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  84. aaa8666 IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controller by Cristian Birsan · 9 years ago
  85. 278e5ac Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 9 years ago
  86. 6b5a12d Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  87. be13326 irqchip: renesas-h8s: Replace ctrl_outw/ctrl_inw with writew/readw by Guenter Roeck · 9 years ago
  88. 3d116a6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. b4cee21 Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. d3b421c irqchip/omap-intc: Add support for spurious irq handling by Sekhar Nori · 9 years ago
  91. 1fd9a71 irqchip/zevio: Use irq_data_get_chip_type() helper by Geliang Tang · 9 years ago
  92. fee48df irqchip/omap-intc: Remove duplicate setup for IRQ chip type handler by Milo Kim · 9 years ago
  93. d01f863 irqchip/ts4800: Add TS-4800 interrupt controller by Damien Riegel · 9 years ago
  94. 5a1ff480 irqchip/gicv2m: Miscellaneous fixes for v2m resources and SPI ranges by Suravee Suthikulpanit · 9 years ago
  95. 64103f0 irqchip/bcm2836: Make code more readable by Andrea Merello · 9 years ago
  96. a51744d irqchip/bcm2836: Tolerate IRQs while no flag is set in ISR by Andrea Merello · 9 years ago
  97. 41f4988 irqchip/bcm2836: Add SMP support for the 2836 by Andrea Merello · 9 years ago
  98. 401667b irqchip/bcm2836: Fix initialization of the LOCAL_IRQ_CNT timers by Eric Anholt · 9 years ago
  99. 5c4acd9 Merge tag 'irqchip-core-v4.5' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 9 years ago
  100. 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