aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03irqchip/loongson-liointc: Fix build error for LoongArchHuacai Chen1-1/+5
2022-06-03irqchip: Adjust Kconfig for LoongsonHuacai Chen1-3/+3
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-122/+4
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-209/+0
2022-05-20Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner14-144/+320
2022-05-17Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-nextMarc Zyngier1-63/+120
2022-05-17Merge branch irq/misc-5.19 into irq/irqchip-nextMarc Zyngier11-37/+120
2022-05-17irqchip: Add Kconfig symbols for sunxi driversSamuel Holland2-3/+15
2022-05-15irqchip/gic-v3: Fix priority mask handlingMark Rutland1-58/+89
2022-05-15irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland1-10/+33
2022-05-15irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handlingMark Rutland1-0/+3
2022-05-06irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39xPali Rohár1-1/+10
2022-05-04irqchip/gic: Improved warning about incorrect typeFlorian Fainelli1-2/+4
2022-05-04irqchip/csky: Return true/false (not 1/0) from bool functionsHaowen Bai1-2/+2
2022-05-04irqchip/imx-irqsteer: Add runtime PM supportLucas Stach1-3/+11
2022-05-04irqchip/imx-irqsteer: Constify irq_chip structLucas Stach1-1/+1
2022-05-04irqchip/armada-370-xp: Enable MSI affinity configurationNathan Rossi1-12/+33
2022-05-04irqchip/aspeed-scu-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-2/+2
2022-05-04irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-2/+2
2022-05-04irqchip/sun6i-r: Use NULL for chip_dataSamuel Holland1-2/+4
2022-05-04irqchip/xtensa-mx: Fix initial IRQ affinity in non-SMP setupMax Filippov1-4/+14
2022-05-04irqchip/exiu: Fix acknowledgment of edge triggered interruptsDaniel Thompson1-3/+22
2022-05-04irqchip/gic-v3: Claim iomem resourcesRobin Murphy1-6/+9
2022-05-04irqchip/gic-v3: Relax polling of GIC{R,D}_CTLR.RWPMarc Zyngier1-20/+18
2022-05-04irqchip/gic-v3: Detect LPI invalidation MMIO registersMarc Zyngier1-4/+16
2022-04-25irq/gpio: ixp4xx: Drop boardfile probe pathLinus Walleij1-122/+4
2022-04-10irqchip/bmips: Replace cpumask_weight() with cpumask_empty()Yury Norov1-1/+1
2022-04-10irqchip/gic-v3: Always trust the managed affinity provided by the core codeMarc Zyngier1-1/+1
2022-04-05irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara2-0/+12
2022-04-05irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier1-4/+4
2022-04-05irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before deschedulingMarc Zyngier1-9/+19
2022-04-05irqchip/irq-qcom-mpm: fix return value check in qcom_mpm_init()Yang Yingliang1-1/+1
2022-04-05irq/qcom-mpm: Fix build error without MAILBOXYueHaibing1-0/+1
2022-04-04Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into asm-genericArnd Bergmann4-209/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-157/+0
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-17/+5
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner20-366/+1272
2022-03-12ARM: fix building NOMMU ARMv4/v5 kernelsArnd Bergmann1-1/+0
2022-03-11Merge branch irq/qcom-mpm into irq/irqchip-nextMarc Zyngier3-0/+470
2022-03-11irqchip: Add Qualcomm MPM controller driverShawn Guo3-0/+470
2022-03-11Merge branch irq/aic-v2 into irq/irqchip-nextMarc Zyngier1-88/+375
2022-03-11irqchip/apple-aic: Add support for AICv2Hector Martin1-33/+148
2022-03-11irqchip/apple-aic: Support multiple diesHector Martin1-23/+54
2022-03-11irqchip/apple-aic: Dynamically compute register offsetsHector Martin1-17/+55
2022-03-11irqchip/apple-aic: Switch to irq_domain_create_tree and sparse hwirqsHector Martin1-32/+39
2022-03-11irqchip/apple-aic: Add Fast IPI supportHector Martin1-13/+109
2022-03-10Merge branch irq/aic-pmu into irq/irqchip-nextMarc Zyngier1-22/+72
2022-03-10irqchip/apple-aic: Fix cpumask allocation for FIQsMarc Zyngier1-1/+1
2022-03-09Merge branch irq/meson-gpio into irq/irqchip-nextMarc Zyngier1-16/+90
2022-03-09irqchip/meson-gpio: Add support for meson s4 SoCsQianggui Song1-0/+65