aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+22
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-20/+10
2016-10-14irqchip/gicv3: Handle loop timeout properGravatar Dan Carpenter 1-1/+1
2016-10-14irqchip/jcore: Fix lost per-cpu interruptsGravatar Rich Felker 1-1/+19
2016-10-14irqchip/eznps: Acknowledge NPS_IPI before calling the handlerGravatar Noam Camus 1-2/+2
2016-10-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-4/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 4-4/+0
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+6
2016-10-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+0
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2016-10-06irqchip: i8259: Remove unused i8259A_irq_pendingGravatar Paul Burton 1-18/+0
2016-10-06irqchip: i8259: Allow platforms to override poll functionGravatar Paul Burton 1-1/+7
2016-10-06irqchip: i8259: Add domain before mapping parent irqGravatar Paul Burton 1-1/+3
2016-10-05irqchip/metag-ext: Improve function-level documentationGravatar Julia Lawall 1-1/+0
2016-10-05irqchip/vic: Improve function-level documentationGravatar Julia Lawall 1-1/+0
2016-09-22Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux i...Gravatar Thomas Gleixner 6-7/+306
2016-09-21drivers/irqchip: Add STM32 external interrupts supportGravatar Alexandre TORGUE 3-0/+206
2016-09-20irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQsGravatar Paul Burton 1-6/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreGravatar Thomas Gleixner 4-62/+60
2016-09-20irqchip/mips-gic: Fix local interruptsGravatar Paul Burton 1-55/+50
2016-09-20Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Gravatar Joerg Roedel 2-0/+6
2016-09-20irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warningGravatar James Morse 1-3/+4
2016-09-16iommu/dma: Add support for mapping MSIsGravatar Robin Murphy 2-0/+6
2016-09-13irqchip/atmel-aic: Fix potential deadlock in ->xlate()Gravatar Boris Brezillon 2-4/+6
2016-09-12irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initializationGravatar Tomasz Nowicki 1-0/+44
2016-09-12irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPIGravatar Tomasz Nowicki 1-15/+29
2016-09-12irqchip/gicv3-its: Probe ITS in the ACPI wayGravatar Tomasz Nowicki 2-1/+61
2016-09-12irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPIGravatar Tomasz Nowicki 2-32/+40
2016-09-12irqchip/gicv3-its: Cleanup for ITS domain initializationGravatar Tomasz Nowicki 1-23/+34
2016-09-12irqchip/gic: Mark gic_init_physaddr() staticGravatar Baoyou Xie 1-1/+1
2016-09-12irqchip/gic-pm: Update driver to use of_pm_clk_add_clkGravatar Jon Hunter 1-18/+5
2016-09-12irqchip/gic-v3: Reset BPR during initializationGravatar Daniel Thompson 1-0/+8
2016-09-12irqchip/gic: Make locking a BL_SWITCHER only featureGravatar Marc Zyngier 1-9/+27
2016-09-02Merge tag 'realview-broomstick-sweep' of git://git.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 1-1/+1
2016-09-01irqchip/keystone: Fix typo "sporious" -> "spurious"Gravatar Colin Ian King 1-1/+1
2016-08-23Merge branch 'irqchip/mvebu64' into irqchip/coreGravatar Jason Cooper 3-0/+201
2016-08-23Merge branch 'irqchip/jcore' into irqchip/coreGravatar Jason Cooper 3-0/+103
2016-08-22irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsGravatar Paul Burton 1-6/+1
2016-08-22irqchip/jcore-aic: Fix non static symbol warningGravatar Wei Yongjun 1-1/+2
2016-08-22irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PICGravatar Thomas Petazzoni 3-0/+201
2016-08-22irqchip/mips-gic: Implement activate op for device domainGravatar Paul Burton 1-0/+7
2016-08-22irqchip/mips-gic: Cleanup chip and handler setupGravatar Paul Burton 1-4/+7
2016-08-19irqchip/gicv3-its: Disable the ITS before initializing itGravatar David Daney 1-1/+6
2016-08-17irqchip/gicv3: Remove disabling redistributor and group1 non-secure interruptsGravatar Sudeep Holla 1-2/+9
2016-08-17irqchip/gic: Allow self-SGIs for SMP on UP configurationsGravatar Marc Zyngier 1-0/+7
2016-08-15ARM: realview: imply device tree bootGravatar Linus Walleij 1-1/+1
2016-08-08irqchip/jcore-aic: Add J-Core AIC driverGravatar Rich Felker 3-0/+102
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-1/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+8
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1