summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
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/gic-v3: Fix priority mask handlingMark Rutland
2022-06-09irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland
2022-06-09irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handlingMark Rutland
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-v4: Wait for GICR_VPENDBASER.Dirty to clear before deschedulingMarc Zyngier
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-02irqchip/sifive-plic: Add missing thead,c900-plic match stringGuo Ren
2022-02-02irqchip/gic-v3-its: Skip HP notifier when no ITS is registeredMarc Zyngier
2022-01-29Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2022-01-26irqchip/gic-v3-its: Reset each ITS's BASERn register before probeMarc Zyngier
2022-01-22irqchip/gic-v3-its: Fix build for !SMPArd Biesheuvel
2022-01-17irqchip/loongson-pch-ms: Use bitmap_free() to free bitmapChristophe JAILLET
2022-01-17irqchip/realtek-rtl: Service all pending interruptsSander Vanheule
2022-01-17irqchip/realtek-rtl: Fix off-by-one in routingSander Vanheule
2022-01-17irqchip/realtek-rtl: Map control data to virqSander Vanheule
2022-01-17irqchip/apple-aic: Drop unused ipi_hwirq fieldMarc Zyngier
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-10Merge tag 'irqchip-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-12-20Merge branch irq/misc-5.17 into irq/irqchip-nextMarc Zyngier
2021-12-20irqchip/renesas-intc-irqpin: Use platform_get_irq_optional() to get the inter...Lad Prabhakar
2021-12-20irqchip/renesas-irqc: Use platform_get_irq_optional() to get the interruptLad Prabhakar
2021-12-16soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16platform-msi: Rename functions and clarify commentsThomas Gleixner
2021-12-16device: Move MSI related data into a structThomas Gleixner
2021-12-16irqchip/gic-v4: Disable redistributors' view of the VPE table at boot timeMarc Zyngier
2021-12-16irqchip/ingenic-tcu: Use correctly sized arguments for bit fieldKees Cook
2021-12-16irqchip/gic-v2m: Add const to of_device_idXiang wangx
2021-12-16irqchip/imx-gpcv2: Mark imx_gpcv2_instance with __ro_after_initPeng Fan
2021-12-16irqchip/spear-shirq: Add support for IRQ 0..6Herve Codina
2021-12-16irqchip/gic-v3-its: Limit memreserve cpuhp state lifetimeValentin Schneider
2021-12-16irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserveValentin Schneider
2021-12-16irqchip/gic-v3-its: Give the percpu rdist struct its own flags fieldValentin Schneider
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner
2021-12-10irqchip/irq-bcm7120-l2: Add put_device() after of_find_device_by_node()Ye Guojin
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner
2021-12-08irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALLWudi Wang
2021-12-07irqchip/apple-aic: Mark aic_init_smp() as __initDonghyeok Kim
2021-12-02irqchip: nvic: Fix offset for Interrupt Priority OffsetsVladimir Murzin
2021-11-25irqchip/mips-gic: Use bitfield helpersGeert Uytterhoeven
2021-11-25irqchip/aspeed-scu: Replace update_bits with write_bits.Billy Tsai
2021-11-25irqchip/armada-370-xp: Fix support for Multi-MSI interruptsPali Rohár
2021-11-25irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()Pali Rohár
2021-11-12irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren