summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorLines
2022-07-10Merge tag 'irq_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+33
2022-07-01irqchip/apple-aic: Make symbol 'use_fast_ipi' staticWei Yongjun-1/+1
2022-07-01irqchip/xilinx: Add explicit dependency on OF_ADDRESSJamie Iles-1/+1
2022-06-28irqchip: or1k-pic: Undefine mask_ack for level triggered hardwareStafford Horne-1/+0
2022-06-16irqchip/gicv3: Handle resource request failure consistentlyRobin Murphy-10/+31
2022-06-10irqchip/loongson-liointc: Use architecture register to get coreidJiaxun Yang-1/+7
2022-06-09irqchip/uniphier-aidet: Add compatible string for NX1 SoCKunihiko Hayashi-0/+1
2022-06-09irqchip/realtek-rtl: Fix refcount leak in map_interruptsMiaoqian Lin-1/+1
2022-06-09irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitionsMiaoqian Lin-1/+4
2022-06-09irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitionsMiaoqian Lin-1/+1
2022-06-09irqchip/apple-aic: Fix refcount leak in aic_of_ic_initMiaoqian Lin-0/+1
2022-06-09irqchip/apple-aic: Fix refcount leak in build_fiq_affinityMiaoqian Lin-0/+1
2022-06-09irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin-0/+1
2022-06-09irqchip/xilinx: Remove microblaze+zynq dependencyJamie Iles-1/+1
2022-06-03irqchip/loongson-liointc: Fix build error for LoongArchHuacai Chen-1/+5
2022-06-03irqchip: Adjust Kconfig for LoongsonHuacai Chen-3/+3
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-122/+4
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-209/+0
2022-05-20Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-144/+320
2022-05-17Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-nextMarc Zyngier-63/+120
2022-05-17Merge branch irq/misc-5.19 into irq/irqchip-nextMarc Zyngier-37/+120
2022-05-17irqchip: Add Kconfig symbols for sunxi driversSamuel Holland-3/+15
2022-05-15irqchip/gic-v3: Fix priority mask handlingMark Rutland-58/+89
2022-05-15irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland-10/+33
2022-05-15irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handlingMark Rutland-0/+3
2022-05-06irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38...Pali Rohár-1/+10
2022-05-04irqchip/gic: Improved warning about incorrect typeFlorian Fainelli-2/+4
2022-05-04irqchip/csky: Return true/false (not 1/0) from bool functionsHaowen Bai-2/+2
2022-05-04irqchip/imx-irqsteer: Add runtime PM supportLucas Stach-3/+11
2022-05-04irqchip/imx-irqsteer: Constify irq_chip structLucas Stach-1/+1
2022-05-04irqchip/armada-370-xp: Enable MSI affinity configurationNathan Rossi-12/+33
2022-05-04irqchip/aspeed-scu-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski-2/+2
2022-05-04irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski-2/+2
2022-05-04irqchip/sun6i-r: Use NULL for chip_dataSamuel Holland-2/+4
2022-05-04irqchip/xtensa-mx: Fix initial IRQ affinity in non-SMP setupMax Filippov-4/+14
2022-05-04irqchip/exiu: Fix acknowledgment of edge triggered interruptsDaniel Thompson-3/+22
2022-05-04irqchip/gic-v3: Claim iomem resourcesRobin Murphy-6/+9
2022-05-04irqchip/gic-v3: Relax polling of GIC{R,D}_CTLR.RWPMarc Zyngier-20/+18
2022-05-04irqchip/gic-v3: Detect LPI invalidation MMIO registersMarc Zyngier-4/+16
2022-04-25irq/gpio: ixp4xx: Drop boardfile probe pathLinus Walleij-122/+4
2022-04-10irqchip/bmips: Replace cpumask_weight() with cpumask_empty()Yury Norov-1/+1
2022-04-10irqchip/gic-v3: Always trust the managed affinity provided by the core codeMarc Zyngier-1/+1
2022-04-05irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara-0/+12
2022-04-05irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier-4/+4
2022-04-05irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before deschedulingMarc Zyngier-9/+19
2022-04-05irqchip/irq-qcom-mpm: fix return value check in qcom_mpm_init()Yang Yingliang-1/+1
2022-04-05irq/qcom-mpm: Fix build error without MAILBOXYueHaibing-0/+1
2022-04-04Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann-209/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-157/+0
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-17/+5