summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2022-08-25irqchip/tegra: Fix overflow implicit truncation warningsSai Prakash Ranjan
2022-08-21irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()William Dean
2022-08-21genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-08-21irqchip/mips-gic: Only register IPI domain when SMP is enabledSamuel Holland
2022-07-21irqchip: or1k-pic: Undefine mask_ack for level triggered hardwareStafford Horne
2022-06-22irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitionsMiaoqian Lin
2022-06-22irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitionsMiaoqian Lin
2022-06-22irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin
2022-06-09irqchip: irq-xtensa-mx: fix initial IRQ affinityMax Filippov
2022-06-09irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38...Pali Rohár
2022-06-09irqchip/aspeed-scu-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski
2022-06-09irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski
2022-06-09irqchip/exiu: Fix acknowledgment of edge triggered interruptsDaniel Thompson
2022-04-13irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara
2022-04-13irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier
2022-04-08irqchip/nvic: Release nvic_base upon failureSouptick Joarder (HPE)
2022-04-08irqchip/qcom-pdc: Fix broken lockingMarc Zyngier
2022-02-23irqchip/sifive-plic: Add missing thead,c900-plic match stringGuo Ren
2022-01-27irqchip/gic-v4: Disable redistributors' view of the VPE table at boot timeMarc Zyngier
2021-12-14irqchip: nvic: Fix offset for Interrupt Priority OffsetsVladimir Murzin
2021-12-14irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALLWudi Wang
2021-12-14irqchip/armada-370-xp: Fix support for Multi-MSI interruptsPali Rohár
2021-12-14irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()Pali Rohár
2021-12-14irqchip/aspeed-scu: Replace update_bits with write_bits.Billy Tsai
2021-11-18irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren
2021-11-18irq: mips: avoid nested irq_enter()Mark Rutland
2021-10-09irqchip/gic: Work around broken Renesas integrationMarc Zyngier
2021-09-30irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu
2021-09-30irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap
2021-09-15irqchip/gic-v3: Fix priority comparison when non-secure priorities are usedChen-Yu Tsai
2021-09-15irqchip/loongson-pch-pic: Improve edge triggered interrupt supportHuacai Chen
2021-06-23irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entryMarc Zyngier
2021-05-14irqchip/gic-v3: Fix OF_BAD_ADDR error handlingArnd Bergmann
2021-05-11irqchip/gic-v3: Do not enable irqs when handling spurious interrupsHe Ying
2021-03-30irqchip/ingenic: Add support for the JZ4760Paul Cercueil
2021-03-04irqchip/loongson-pch-msi: Use bitmap_zalloc() to allocate bitmapHuacai Chen
2021-03-04irqchip/imx: IMX_INTMUX should not default to y, unconditionallyGeert Uytterhoeven
2021-01-27irqchip/mips-cpu: Set IPI domain parent chipMathias Kresin
2020-12-30irqchip/qcom-pdc: Fix phantom irq when changing between rising/fallingDouglas Anderson
2020-12-30irqchip/ti-sci-intr: Fix freeing of irqsLokesh Vutla
2020-12-30irqchip/ti-sci-inta: Fix printing of inta id on probe successLokesh Vutla
2020-12-30irqchip/alpine-msi: Fix freeing of interrupts on allocation error pathMarc Zyngier
2020-11-25Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2020-11-22irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang
2020-11-22irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01irqchip/ti-sci-inta: Add support for unmapped event handlingPeter Ujfalusi
2020-11-01irqchip/renesas-intc-irqpin: Merge irlm_bit and needs_irlmGeert Uytterhoeven
2020-11-01irqchip/sifive-plic: Fix chip_data access within a hierarchyGreentime Hu
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches