summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorLines
2021-12-10irqchip/irq-bcm7120-l2: Add put_device() after of_find_device_by_node()Ye Guojin-0/+1
2021-12-08irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALLWudi Wang-1/+1
2021-12-07irqchip/apple-aic: Mark aic_init_smp() as __initDonghyeok Kim-1/+1
2021-12-02irqchip: nvic: Fix offset for Interrupt Priority OffsetsVladimir Murzin-1/+1
2021-11-25irqchip/mips-gic: Use bitfield helpersGeert Uytterhoeven-2/+2
2021-11-25irqchip/aspeed-scu: Replace update_bits with write_bits.Billy Tsai-2/+2
2021-11-25irqchip/armada-370-xp: Fix support for Multi-MSI interruptsPali Rohár-9/+5
2021-11-25irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()Pali Rohár-1/+1
2021-11-12irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren-1/+7
2021-11-12irqchip/csky-mpintc: Fixup mask/unmask implementationGuo Ren-4/+4
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier-11/+26
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier-68/+92
2021-10-26irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()Marc Zyngier-11/+26
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland-63/+58
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland-1/+16
2021-10-25irq: nds32: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland-2/+20
2021-10-25irq: mips: simplify bcm6345_l1_irq_handle()Mark Rutland-5/+1
2021-10-25irq: mips: avoid nested irq_enter()Mark Rutland-1/+1
2021-10-25Merge branch irq/mchp-eic into irq/irqchip-nextMarc Zyngier-0/+289
2021-10-25Merge branch irq/modular-irqchips into irq/irqchip-nextMarc Zyngier-60/+56
2021-10-25irqchip/mchp-eic: Fix return value check in mchp_eic_init()Yang Yingliang-1/+1
2021-10-20irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli-7/+18
2021-10-20irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli-8/+12
2021-10-20irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli-2/+8
2021-10-20irqchip/irq-bcm7038-l1: Restrict affinity setting to MIPSFlorian Fainelli-0/+4
2021-10-20irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPSFlorian Fainelli-6/+3
2021-10-20irqchip/irq-bcm7038-l1: Use irq_get_irq_data()Florian Fainelli-1/+1
2021-10-20irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()Florian Fainelli-30/+0
2021-10-20irqchip/mchp-eic: Add support for the Microchip EICClaudiu Beznea-0/+289
2021-10-20irqchip/meson-gpio: Make it possible to build as a moduleNeil Armstrong-8/+12
2021-10-19irqchip/ti-sci-inta: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing-3/+1
2021-10-19irqchip/stm32: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-3/+1
2021-10-19irqchip/irq-ts4800: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing-3/+1
2021-10-19irqchip/irq-mvebu-pic: Make use of the helper function devm_platform_ioremap_...Cai Huoqing-3/+1
2021-10-19irqchip/irq-mvebu-icu: Make use of the helper function devm_platform_ioremap_...Cai Huoqing-3/+1
2021-09-22irqchip/gic: Work around broken Renesas integrationMarc Zyngier-1/+51
2021-09-22irqchip/renesas-rza1: Use semicolons instead of commasGeert Uytterhoeven-6/+6
2021-09-22irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu-1/+1
2021-09-22irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap-0/+1
2021-09-22irqchip/mbigen: Repair non-kernel-doc notationRandy Dunlap-3/+3
2021-09-22irqchip/armada-370-xp: Fix ack/eoi breakageMarc Zyngier-2/+2
2021-08-23Merge branch irq/qcom-pdc-nowake-cleanup into irq/irqchip-nextMarc Zyngier-57/+11
2021-08-23irqchip/qcom-pdc: Trim unused levels of the interrupt hierarchyMarc Zyngier-57/+11
2021-08-20Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier-2/+23
2021-08-20irqchip/gic-v3: Fix priority comparison when non-secure priorities are usedChen-Yu Tsai-1/+22
2021-08-20irqchip/apple-aic: Fix irq_disable from within irq handlersSven Peter-1/+1
2021-08-12Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier-1/+19
2021-08-12irqchip/mtk-sysirq: Skip setting irq-wakeMarkus Schneider-Pargmann-0/+1
2021-08-12Merge branch irq/gicv3-eppi-partition into irq/irqchip-nextMarc Zyngier-11/+50
2021-08-12irqchip/gic-v3: Fix selection of partition domain for EPPIsJames Morse-7/+41