summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorLines
2021-01-12Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-7/+15
2021-01-10irqchip/mips-cpu: Set IPI domain parent chipMathias Kresin-0/+7
2021-01-10irqchip/pruss: Simplify the TI_PRUSS_INTC KconfigSuman Anna-2/+3
2021-01-05irqchip/loongson-liointc: Fix build warningsHuacai Chen-2/+2
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+27
2020-12-18irqchip/bcm2836: Fix IPI acknowledgement after conversion to handle_percpu_de...Marc Zyngier-2/+2
2020-12-18irqchip/irq-sl28cpld: Convert comma to semicolonZheng Yongjun-1/+1
2020-12-12irqchip/qcom-pdc: Fix phantom irq when changing between rising/fallingDouglas Anderson-1/+20
2020-12-11irqchip/gic-v3-its: Flag device allocation as proxied if behind a PCI bridgeMarc Zyngier-3/+8
2020-12-11irqchip/gic-v3-its: Tag ITS device as shared if allocating for a proxy deviceMarc Zyngier-0/+3
2020-12-11irqchip/ti-sci-intr: Fix freeing of irqsLokesh Vutla-7/+7
2020-12-11irqchip/ti-sci-inta: Fix printing of inta id on probe successLokesh Vutla-1/+1
2020-12-11drivers/irqchip: Remove EZChip NPS interrupt controllerVineet Gupta-173/+0
2020-12-11irqchip/hip04: Make IPIs use handle_percpu_devid_irq()Valentin Schneider-5/+1
2020-12-11irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()Valentin Schneider-1/+1
2020-12-11irqchip/armada-370-xp: Make IPIs use handle_percpu_devid_irq()Valentin Schneider-1/+1
2020-12-11irqchip/gic, gic-v3: Make SGIs use handle_percpu_devid_irq()Valentin Schneider-13/+1
2020-12-11irqchip/ocelot: Add support for Jaguar2 platformsGregory CLEMENT-0/+19
2020-12-11irqchip/ocelot: Add support for Serval platformsGregory CLEMENT-0/+19
2020-12-11irqchip/ocelot: Add support for Luton platformsGregory CLEMENT-4/+34
2020-12-11irqchip/ocelot: prepare to support more SoCGregory CLEMENT-22/+54
2020-12-11irqchip/gic-v4.1: Reduce the delay when polling GICR_VPENDBASER.DirtyShenming Lu-1/+1
2020-12-11irqchip/alpine-msi: Fix freeing of interrupts on allocation error pathMarc Zyngier-2/+1
2020-12-11irqchip/ls-extirq: Add LS1043A, LS1088A external interrupt supportHou Zhiqiang-10/+6
2020-12-11irqchip/loongson-htpic: Fix build warningsHuacai Chen-4/+3
2020-12-11irqchip/gic: Spelling s/REturn/Return/Geert Uytterhoeven-1/+1
2020-11-30KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bitShenming Lu-4/+27
2020-11-25Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-14/+4
2020-11-22irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang-13/+3
2020-11-22irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi-1/+1
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-18/+96
2020-11-01irqchip/ti-sci-inta: Add support for unmapped event handlingPeter Ujfalusi-3/+80
2020-11-01irqchip/renesas-intc-irqpin: Merge irlm_bit and needs_irlmGeert Uytterhoeven-5/+3
2020-11-01irqchip/sifive-plic: Fix chip_data access within a hierarchyGreentime Hu-4/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-1/+1
2020-10-25irqchip/sifive-plic: Fix broken irq_set_affinity() callbackGreentime Hu-1/+1
2020-10-25irqchip/stm32-exti: Add all LP timer exti direct events supportFabrice Gasnier-0/+4
2020-10-25irqchip/bcm2836: Fix missing __init annotationMarc Zyngier-1/+1
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1331/+0
2020-10-16irqchip/mips: Drop selection of IRQ_DOMAIN_HIERARCHYMarc Zyngier-2/+0
2020-10-15irqchip/mst: Make mst_intc_of_init staticMarc Zyngier-2/+2
2020-10-15irqchip/mst: MST_IRQ should depend on ARCH_MEDIATEK or ARCH_MSTARV7Geert Uytterhoeven-0/+1
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-0/+105
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-1/+6
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport-1/+1
2020-10-10Merge branch 'irq/mstar' into irq/irqchip-nextMarc Zyngier-0/+208
2020-10-10irqchip/irq-mst: Add MStar interrupt controller supportMark-PK Tsai-0/+208
2020-10-10Merge branch 'irq/irqchip-fixes' into irq/irqchip-nextMarc Zyngier-6/+6
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier-2/+12
2020-10-06irqchip/qcom-pdc: Reset PDC interrupts during initMaulik Shah-1/+10