aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Merge tag 'gic-fixes-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner2-6/+6
2016-10-20irqchip/gic: Add missing \n to CPU IF adjustment messageMarc Zyngier1-1/+1
2016-10-20irqchip/jcore: Don't show Kconfig menu item for driverRich Felker1-2/+2
2016-10-19irqchip/eznps: Drop pointless static qualifier in nps400_of_init()Wei Yongjun1-1/+1
2016-10-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+22
2016-10-17irqchip/gic-v3-its: Fix 64bit GIC{R,ITS}_TYPER accessesMarc Zyngier1-5/+5
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-20/+10
2016-10-14irqchip/gicv3: Handle loop timeout properDan Carpenter1-1/+1
2016-10-14irqchip/jcore: Fix lost per-cpu interruptsRich Felker1-1/+19
2016-10-14irqchip/eznps: Acknowledge NPS_IPI before calling the handlerNoam Camus1-2/+2
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-4/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada4-4/+0
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-0/+6
2016-10-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+0
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-10-06irqchip: i8259: Remove unused i8259A_irq_pendingPaul Burton1-18/+0
2016-10-06irqchip: i8259: Allow platforms to override poll functionPaul Burton1-1/+7
2016-10-06irqchip: i8259: Add domain before mapping parent irqPaul Burton1-1/+3
2016-10-05irqchip/metag-ext: Improve function-level documentationJulia Lawall1-1/+0
2016-10-05irqchip/vic: Improve function-level documentationJulia Lawall1-1/+0
2016-09-22Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner6-7/+306
2016-09-21drivers/irqchip: Add STM32 external interrupts supportAlexandre TORGUE3-0/+206
2016-09-20irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQsPaul Burton1-6/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner4-62/+60
2016-09-20irqchip/mips-gic: Fix local interruptsPaul Burton1-55/+50
2016-09-20Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel2-0/+6
2016-09-20irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warningJames Morse1-3/+4
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy2-0/+6
2016-09-13irqchip/atmel-aic: Fix potential deadlock in ->xlate()Boris Brezillon2-4/+6
2016-09-12irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initializationTomasz Nowicki1-0/+44
2016-09-12irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPITomasz Nowicki1-15/+29
2016-09-12irqchip/gicv3-its: Probe ITS in the ACPI wayTomasz Nowicki2-1/+61
2016-09-12irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPITomasz Nowicki2-32/+40
2016-09-12irqchip/gicv3-its: Cleanup for ITS domain initializationTomasz Nowicki1-23/+34
2016-09-12irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie1-1/+1
2016-09-12irqchip/gic-pm: Update driver to use of_pm_clk_add_clkJon Hunter1-18/+5
2016-09-12irqchip/gic-v3: Reset BPR during initializationDaniel Thompson1-0/+8
2016-09-12irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier1-9/+27
2016-09-02Merge tag 'realview-broomstick-sweep' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/cleanupArnd Bergmann1-1/+1
2016-09-01irqchip/keystone: Fix typo "sporious" -> "spurious"Colin Ian King1-1/+1
2016-08-23Merge branch 'irqchip/mvebu64' into irqchip/coreJason Cooper3-0/+201
2016-08-23Merge branch 'irqchip/jcore' into irqchip/coreJason Cooper3-0/+103
2016-08-22irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsPaul Burton1-6/+1
2016-08-22irqchip/jcore-aic: Fix non static symbol warningWei Yongjun1-1/+2
2016-08-22irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PICThomas Petazzoni3-0/+201
2016-08-22irqchip/mips-gic: Implement activate op for device domainPaul Burton1-0/+7
2016-08-22irqchip/mips-gic: Cleanup chip and handler setupPaul Burton1-4/+7
2016-08-19irqchip/gicv3-its: Disable the ITS before initializing itDavid Daney1-1/+6
2016-08-17irqchip/gicv3: Remove disabling redistributor and group1 non-secure interruptsSudeep Holla1-2/+9
2016-08-17irqchip/gic: Allow self-SGIs for SMP on UP configurationsMarc Zyngier1-0/+7