summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-01-125-7/+15
|\
| * irqchip/mips-cpu: Set IPI domain parent chipMathias Kresin2021-01-101-0/+7
| * irqchip/pruss: Simplify the TI_PRUSS_INTC KconfigSuman Anna2021-01-101-2/+3
| * irqchip/loongson-liointc: Fix build warningsHuacai Chen2021-01-051-2/+2
| * irqchip/bcm2836: Fix IPI acknowledgement after conversion to handle_percpu_de...Marc Zyngier2020-12-181-2/+2
| * irqchip/irq-sl28cpld: Convert comma to semicolonZheng Yongjun2020-12-181-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-202-4/+27
|\ \ | |/ |/|
| * KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bitShenming Lu2020-11-302-4/+27
* | irqchip/qcom-pdc: Fix phantom irq when changing between rising/fallingDouglas Anderson2020-12-121-1/+20
* | irqchip/gic-v3-its: Flag device allocation as proxied if behind a PCI bridgeMarc Zyngier2020-12-111-3/+8
* | irqchip/gic-v3-its: Tag ITS device as shared if allocating for a proxy deviceMarc Zyngier2020-12-111-0/+3
* | irqchip/ti-sci-intr: Fix freeing of irqsLokesh Vutla2020-12-111-7/+7
* | irqchip/ti-sci-inta: Fix printing of inta id on probe successLokesh Vutla2020-12-111-1/+1
* | drivers/irqchip: Remove EZChip NPS interrupt controllerVineet Gupta2020-12-113-173/+0
* | irqchip/hip04: Make IPIs use handle_percpu_devid_irq()Valentin Schneider2020-12-111-5/+1
* | irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()Valentin Schneider2020-12-111-1/+1
* | irqchip/armada-370-xp: Make IPIs use handle_percpu_devid_irq()Valentin Schneider2020-12-111-1/+1
* | irqchip/gic, gic-v3: Make SGIs use handle_percpu_devid_irq()Valentin Schneider2020-12-112-13/+1
* | irqchip/ocelot: Add support for Jaguar2 platformsGregory CLEMENT2020-12-111-0/+19
* | irqchip/ocelot: Add support for Serval platformsGregory CLEMENT2020-12-111-0/+19
* | irqchip/ocelot: Add support for Luton platformsGregory CLEMENT2020-12-111-4/+34
* | irqchip/ocelot: prepare to support more SoCGregory CLEMENT2020-12-111-22/+54
* | irqchip/gic-v4.1: Reduce the delay when polling GICR_VPENDBASER.DirtyShenming Lu2020-12-111-1/+1
* | irqchip/alpine-msi: Fix freeing of interrupts on allocation error pathMarc Zyngier2020-12-111-2/+1
* | irqchip/ls-extirq: Add LS1043A, LS1088A external interrupt supportHou Zhiqiang2020-12-111-10/+6
* | irqchip/loongson-htpic: Fix build warningsHuacai Chen2020-12-111-4/+3
* | irqchip/gic: Spelling s/REturn/Return/Geert Uytterhoeven2020-12-111-1/+1
* | Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2020-11-252-14/+4
|\ \ | |/ |/|
| * irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang2020-11-221-13/+3
| * irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi2020-11-221-1/+1
* | Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-087-18/+96
|\|
| * irqchip/ti-sci-inta: Add support for unmapped event handlingPeter Ujfalusi2020-11-011-3/+80
| * irqchip/renesas-intc-irqpin: Merge irlm_bit and needs_irlmGeert Uytterhoeven2020-11-011-5/+3
| * irqchip/sifive-plic: Fix chip_data access within a hierarchyGreentime Hu2020-11-011-4/+4
| * irqchip/sifive-plic: Fix broken irq_set_affinity() callbackGreentime Hu2020-10-251-1/+1
| * irqchip/stm32-exti: Add all LP timer exti direct events supportFabrice Gasnier2020-10-251-0/+4
| * irqchip/bcm2836: Fix missing __init annotationMarc Zyngier2020-10-251-1/+1
| * irqchip/mips: Drop selection of IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-10-161-2/+0
| * irqchip/mst: Make mst_intc_of_init staticMarc Zyngier2020-10-151-2/+2
| * irqchip/mst: MST_IRQ should depend on ARCH_MEDIATEK or ARCH_MSTARV7Geert Uytterhoeven2020-10-151-0/+1
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-242-1331/+0
|\ \
| * \ Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-132-1331/+0
| |\ \
| | * | ARM: s3c24xx: move irqchip driver back into platformArnd Bergmann2020-08-192-1331/+0
* | | | Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-10-143-0/+105
|\ \ \ \
| * | | | irqchip: Add sl28cpld interrupt controller supportMichael Walle2020-09-173-0/+105
| | |/ / | |/| |
* | | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-1/+6
|\ \ \ \
| * | | | irq-chip/gic-v3-its: Fix crash if ITS is in a proximity domain without proces...Jonathan Cameron2020-09-241-1/+6
| | |/ / | |/| |
* | | | memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport2020-10-131-1/+1
| |_|/ |/| |
* | | Merge branch 'irq/mstar' into irq/irqchip-nextMarc Zyngier2020-10-103-0/+208
|\ \ \