summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2019-07-03irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton
2019-06-11Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"Greg Kroah-Hartman
2019-05-16MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar
2019-04-20irqchip/mbigen: Don't clear eventid when freeing an MSIJianguo Chen
2019-04-20irqchip/stm32: Don't clear rising/falling config registers at initFabien Dessenne
2019-03-27irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmpRasmus Villemoes
2019-03-23irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt codeDoug Berger
2019-03-23irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device tableZenghui Yu
2019-03-13irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disableLubomir Rintel
2019-03-13irqchip/gic-v3-its: Gracefully fail on LPI exhaustionMarc Zyngier
2019-03-13irqchip/gic-v4: Fix occasional VLPI dropHeyi Guo
2019-03-05irqchip/gic-v3-mbi: Fix uninitialized mbi_lockYang Yingliang
2019-02-12irqchip/gic-v3-its: Plug allocation race for devices sharing a DevIDMarc Zyngier
2019-01-31irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier
2018-11-13irqchip/pdc: Setup all edge interrupts as rising edge at GICLina Iyer
2018-09-06irqchip/gic-v3-its: Cap lpi_id_bits to reduce memory footprintJia He
2018-08-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-24Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2018-08-22Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds
2018-08-22h8300: irqchip: fix warningYoshinori Sato
2018-08-20xtensa: drop variant IRQ supportMax Filippov
2018-08-20irqchip/gic-v3: Allow interrupt to be configured as wake-up sourcesMarc Zyngier
2018-08-20irqchip/tango: Set irq handler and data in one goMartin Kaiser
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13irqchip: add a SiFive PLIC driverChristoph Hellwig
2018-08-13irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski
2018-08-13irqchip/stm32: Fix init error handlingDan Carpenter
2018-08-13irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-08-06irqchip/gic-v3-its: Make its_lock a raw_spin_lock_tSebastian Andrzej Siewior
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt
2018-08-03irqchip: Port the ARM IRQ drivers to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2018-07-27irqchip/gic-v3-its: Reduce minimum LPI allocation to 1 for PCI devicesMarc Zyngier
2018-07-19irqchip/ingenic: Add support for the JZ4725B SoCPaul Cercueil
2018-07-19irqchip/stm32: Add exti0 translation for stm32mp1Ludovic Barre
2018-07-16irqchip/gic-v3-its: Honor hypervisor enforced LPI rangeMarc Zyngier
2018-07-16irqchip/gic-v3: Expose GICD_TYPER in the rdist structureMarc Zyngier
2018-07-16irqchip/gic-v3-its: Drop chunk allocation compatibilityMarc Zyngier
2018-07-16irqchip/gic-v3-its: Move minimum LPI requirements to individual bussesMarc Zyngier
2018-07-16irqchip/gic-v3-its: Use full range of LPIsMarc Zyngier
2018-07-16irqchip/gic-v3-its: Refactor LPI allocatorMarc Zyngier
2018-06-22irqchip/gic-v3-its: Fix reprogramming of redistributors on CPU hotplugMarc Zyngier
2018-06-22irqchip/gic-v3-its: Only emit VSYNC if targetting a valid collectionMarc Zyngier
2018-06-22irqchip/gic-v3-its: Only emit SYNC if targetting a valid collectionMarc Zyngier
2018-06-22irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA nodeYang Yingliang
2018-06-22irqchip/gic-v2m: Fix SPI release on error pathMarc Zyngier
2018-06-22irqchip/ls-scfg-msi: Fix MSI affinity handlingMarc Zyngier
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook