summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2019-10-05irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier1-5/+4
2019-08-25irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach1-0/+1
2019-06-11Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"Greg Kroah-Hartman1-11/+0
2019-05-16MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar1-0/+11
2019-04-20irqchip/mbigen: Don't clear eventid when freeing an MSIJianguo Chen1-0/+3
2019-03-14irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disableLubomir Rintel1-1/+5
2019-01-31irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier1-12/+13
2018-09-15irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski1-0/+4
2018-06-06arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose1-12/+1
2018-05-30irqchip/gic-v3: Change pr_debug message to pr_develMark Salter1-1/+1
2018-05-30irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd3-0/+6
2018-04-24irqchip/gic: Take lock when updating irq typeAniruddha Banerjee1-1/+8
2018-04-13irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entryShanker Donthineni1-0/+11
2018-04-13irqchip/mbigen: Fix the clear register offset calculationMaJun1-4/+1
2018-03-24irqchip/mips-gic: Separate IPI reservation & usage trackingPaul Burton1-5/+7
2018-03-22irqchip/gic-v3-its: Ensure nr_ites >= nr_lpisArd Biesheuvel1-5/+4
2018-02-28irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()Shanker Donthineni1-1/+1
2017-12-20irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAINArnd Bergmann1-0/+1
2017-12-14irqchip/crossbar: Fix incorrect type of register sizeFranck Demathieu1-4/+4
2017-11-30irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold1-3/+6
2017-10-21irqchip/crossbar: Fix incorrect type of local variablesFranck Demathieu1-1/+2
2017-09-07irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan1-1/+4
2017-08-25irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()Boris Brezillon1-2/+2
2017-08-25irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()Boris Brezillon1-1/+0
2017-08-07irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren1-0/+4
2017-08-07irqchip/keystone: Fix "scheduling while atomic" on rtStrashko, Grygorii1-9/+19
2017-07-21irqchip/gic-v3: Fix out-of-bound access in gic_set_affinitySuzuki K Poulose1-0/+3
2017-06-17xtensa: don't use linux IRQ #0Max Filippov2-2/+2
2017-04-21irqchip/irq-imx-gpcv2: Fix spinlock initializationTyler Baker1-0/+2
2017-03-22irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065Shanker Donthineni1-0/+16
2017-01-12irqchip/bcm7038-l1: Implement irq_cpu_offline() callbackFlorian Fainelli1-0/+26
2016-10-21Merge tag 'gic-fixes-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Thomas 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/ker...Linus 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-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-4/+0
2016-10-12treewide: 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/g...Linus Torvalds2-0/+6
2016-10-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+0
2016-10-08Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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