summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2023-01-14irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()Shang XiaoJing1-1/+1
2022-12-02irqchip/gic-v3: Always trust the managed affinity provided by the core codeLuiz Capitulino1-1/+1
2022-08-25irqchip/tegra: Fix overflow implicit truncation warningsSai Prakash Ranjan1-5/+5
2022-08-21irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()William Dean1-0/+4
2022-08-21genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland1-1/+1
2022-08-21irqchip/mips-gic: Only register IPI domain when SMP is enabledSamuel Holland2-27/+56
2022-07-21irqchip: or1k-pic: Undefine mask_ack for level triggered hardwareStafford Horne1-1/+0
2022-06-22irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitionsMiaoqian Lin1-1/+4
2022-06-22irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitionsMiaoqian Lin1-1/+1
2022-06-22irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin1-0/+1
2022-06-09irqchip: irq-xtensa-mx: fix initial IRQ affinityMax Filippov1-4/+14
2022-06-09irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38...Pali Rohár1-1/+10
2022-06-09irqchip/aspeed-scu-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-2/+2
2022-06-09irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-2/+2
2022-06-09irqchip/exiu: Fix acknowledgment of edge triggered interruptsDaniel Thompson1-3/+22
2022-04-13irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara2-0/+12
2022-04-13irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier1-4/+4
2022-04-08irqchip/nvic: Release nvic_base upon failureSouptick Joarder (HPE)1-0/+2
2022-04-08irqchip/qcom-pdc: Fix broken lockingMarc Zyngier1-2/+3
2022-02-23irqchip/sifive-plic: Add missing thead,c900-plic match stringGuo Ren1-0/+1
2022-01-27irqchip/gic-v4: Disable redistributors' view of the VPE table at boot timeMarc Zyngier1-0/+16
2021-12-14irqchip: nvic: Fix offset for Interrupt Priority OffsetsVladimir Murzin1-1/+1
2021-12-14irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALLWudi Wang1-1/+1
2021-12-14irqchip/armada-370-xp: Fix support for Multi-MSI interruptsPali Rohár1-9/+5
2021-12-14irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()Pali Rohár1-1/+1
2021-12-14irqchip/aspeed-scu: Replace update_bits with write_bits.Billy Tsai1-2/+2
2021-11-18irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren1-1/+7
2021-11-18irq: mips: avoid nested irq_enter()Mark Rutland1-1/+1
2021-10-09irqchip/gic: Work around broken Renesas integrationMarc Zyngier1-1/+51
2021-09-30irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu1-1/+1
2021-09-30irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap1-0/+1
2021-09-15irqchip/gic-v3: Fix priority comparison when non-secure priorities are usedChen-Yu Tsai1-1/+22
2021-09-15irqchip/loongson-pch-pic: Improve edge triggered interrupt supportHuacai Chen1-1/+18
2021-06-23irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entryMarc Zyngier1-1/+35
2021-05-14irqchip/gic-v3: Fix OF_BAD_ADDR error handlingArnd Bergmann1-1/+1
2021-05-11irqchip/gic-v3: Do not enable irqs when handling spurious interrupsHe Ying1-4/+4
2021-03-30irqchip/ingenic: Add support for the JZ4760Paul Cercueil2-0/+2
2021-03-04irqchip/loongson-pch-msi: Use bitmap_zalloc() to allocate bitmapHuacai Chen1-1/+1
2021-03-04irqchip/imx: IMX_INTMUX should not default to y, unconditionallyGeert Uytterhoeven1-1/+2
2021-01-27irqchip/mips-cpu: Set IPI domain parent chipMathias Kresin1-0/+7
2020-12-30irqchip/qcom-pdc: Fix phantom irq when changing between rising/fallingDouglas Anderson1-1/+20
2020-12-30irqchip/ti-sci-intr: Fix freeing of irqsLokesh Vutla1-7/+7
2020-12-30irqchip/ti-sci-inta: Fix printing of inta id on probe successLokesh Vutla1-1/+1
2020-12-30irqchip/alpine-msi: Fix freeing of interrupts on allocation error pathMarc Zyngier1-2/+1
2020-11-25Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2-14/+4
2020-11-22irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang1-13/+3
2020-11-22irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi1-1/+1
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-18/+96
2020-11-01irqchip/ti-sci-inta: Add support for unmapped event handlingPeter Ujfalusi1-3/+80
2020-11-01irqchip/renesas-intc-irqpin: Merge irlm_bit and needs_irlmGeert Uytterhoeven1-5/+3