summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorLines
2020-08-04Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-181/+291
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2020-08-03Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+4
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-19/+86
2020-07-30irqchip/loongson-pch-pic: Fix the misused irq flow handlerHuacai Chen-11/+4
2020-07-30irqchip/loongson-htvec: Support 8 groups of HT vectorsHuacai Chen-12/+10
2020-07-30irqchip/loongson-liointc: Fix misuse of gc->mask_cacheHuacai Chen-5/+5
2020-07-30irqchip/imx-intmux: Fix irqdata regs save in imx_intmux_runtime_suspend()Wei Yongjun-6/+6
2020-07-28bus: fsl-mc: Add ACPI support for fsl-mcMakarand Pawagi-19/+73
2020-07-28bus/fsl-mc: Refactor the MSI domain creation in the DPRC driverDiana Craciun-1/+14
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner-1/+4
2020-07-27irqchip/imx-intmux: Implement intmux runtime power managementJoakim Zhang-2/+65
2020-07-27irqchip/gic-v4.1: Use GFP_ATOMIC flag in allocate_vpe_l1_table()Zenghui Yu-2/+2
2020-07-27irqchip/stm32-exti: Map direct event to irq parentAlexandre Torgue-34/+67
2020-07-27irqchip/mtk-cirq: Convert to a platform driverSaravana Kannan-1/+3
2020-07-27irqchip/mtk-sysirq: Convert to a platform driverSaravana Kannan-1/+3
2020-07-27irqchip/qcom-pdc: Switch to using IRQCHIP_PLATFORM_DRIVER helper macrosSaravana Kannan-23/+3
2020-07-27irqchip: Add IRQCHIP_PLATFORM_DRIVER_BEGIN/END and IRQCHIP_MATCH helper macrosSaravana Kannan-0/+29
2020-07-27irqchip/gic-v4.1: Ensure accessing the correct RD when writing INVALLRZenghui Yu-3/+7
2020-07-27irqchip/irq-bcm7038-l1: Guard uses of cpu_logical_mapFlorian Fainelli-0/+8
2020-07-27irqchip/qcom-pdc: Allow QCOM_PDC to be loadable as a permanent moduleJohn Stultz-2/+28
2020-07-27irqchip/mips-gic: Make local symbols staticWei Yongjun-5/+5
2020-07-27irqchip/ativic32: Constify irq_domain_opsMasahiro Yamada-1/+1
2020-07-27irqchip/stm32-exti: Use the hwspin_lock_timeout_in_atomic() APIFabien Dessenne-45/+20
2020-07-24firmware: ti_sci: Replace HTTP links with HTTPS onesAlexander A. Klimov-2/+2
2020-07-17irqchip/loongson-liointc: Fix potential dead lockTiezhu Yang-0/+1
2020-07-17irqchip/loongson-pch-msi: Remove unneeded variableTiezhu Yang-6/+1
2020-07-17irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()Tiezhu Yang-6/+9
2020-07-17irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()Tiezhu Yang-1/+4
2020-07-17irqchip/loongson-htvec: Fix potential resource leakTiezhu Yang-1/+4
2020-07-17irqchip/loongson-htpic: Remove unneeded select of I8259Tiezhu Yang-1/+0
2020-07-17irqchip/loongson-htpic: Remove redundant kfree operationTiezhu Yang-4/+2
2020-07-17irqchip/irq-bcm7038-l1: Allow building on ARM 32-bitFlorian Fainelli-0/+3
2020-07-17irqchip/brcmstb-l2: Match UPG_AUX_AON_INTR2 compatibleFlorian Fainelli-0/+2
2020-07-17irqchip/brcmstb-l2: Match HIF_SPI_INTR2 compatibleKamal Dasu-0/+2
2020-07-17irqchip/brcmstb-l2: Set controller as wake-up sourceJustin Chen-0/+1
2020-07-17irqchip/bcm7120-l2: Set controller as wake-up sourceJustin Chen-3/+5
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+8
2020-06-27drivers/irqchip: Use new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRYOscar Carter-2/+2
2020-06-27irqchip/atmel-aic5: Add support for sam9x60 rtt fixupClaudiu Beznea-1/+7
2020-06-27irqchip/imx-intmux: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva-2/+1
2020-06-27irqchip/irq-mtk-sysirq: Replace spinlock with raw_spinlockBartosz Golaszewski-4/+4
2020-06-27irqchip/vic: Cut down the external APILinus Walleij-1/+4
2020-06-27irqchip/vic: Drop cascaded intialization callLinus Walleij-21/+0
2020-06-27irqchip/ti-sci-inta: Fix typo about MODULE_AUTHORTiezhu Yang-1/+1
2020-06-27irqchip/ti-sci-inta: Fix return value about devm_ioremap_resource()Tiezhu Yang-1/+1
2020-06-27irqchip/ti-sci-inta: Remove dead code in ti_sci_inta_set_type()Tiezhu Yang-2/+0
2020-06-23KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbellMarc Zyngier-0/+8
2020-06-21irqchip/gic: Atomically update affinityMarc Zyngier-11/+3
2020-06-21irqchip/riscv-intc: Fix a typo in a pr_warn()Palmer Dabbelt-1/+1