summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2025-10-24irqchip/sifive-plic: Cache the interrupt enable stateCharles Mirabile
2025-10-17irqchip/qcom-irq-combiner: Rename driver structureJohan Hovold
2025-10-16irqchip/riscv-imsic: Inline imsic_vector_from_local_id()Samuel Holland
2025-10-16irqchip/riscv-imsic: Embed the vector array in lprivSamuel Holland
2025-10-16irqchip/riscv-imsic: Remove redundant irq_data lookupsSamuel Holland
2025-10-16irqchip/ts4800: Drop unused module aliasJohan Hovold
2025-10-16irqchip/mvebu-pic: Drop unused module aliasJohan Hovold
2025-10-16irqchip/meson-gpio: Drop unused module aliasJohan Hovold
2025-10-16irqchip: Enable compile testing of Broadcom driversJohan Hovold
2025-10-16irqchip: Pass platform device to platform driversJohan Hovold
2025-10-16irqchip: Drop leftover bracketsJohan Hovold
2025-10-16irqchip/qcom-irq-combiner: Fix section mismatchJohan Hovold
2025-10-16irqchip/starfive-jh8100: Fix section mismatchJohan Hovold
2025-10-16irqchip/renesas-rzg2l: Fix section mismatchJohan Hovold
2025-10-16irqchip/imx-mu-msi: Fix section mismatchJohan Hovold
2025-10-16irqchip/irq-brcmstb-l2: Fix section mismatchJohan Hovold
2025-10-16irqchip/irq-bcm7120-l2: Fix section mismatchJohan Hovold
2025-10-16irqchip/irq-bcm7038-l1: Fix section mismatchJohan Hovold
2025-10-16irqchip/bcm2712-mip: Fix section mismatchJohan Hovold
2025-10-16irqchip/bcm2712-mip: Fix OF node reference imbalanceJohan Hovold
2025-10-07irqchip/sifive-plic: Avoid interrupt ID 0 handling during suspend/resumeLucas Zampieri
2025-10-07irqchip/aspeed-scu-ic: Fix an IS_ERR() vs NULL checkDan Carpenter
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-30Merge tag 'irq-drivers-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-25irqchip/riscv-rpmi-sysmsi: Add ACPI supportSunil V L
2025-09-25irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()Sunil V L
2025-09-25irqchip: Add driver for the RPMI system MSI service groupAnup Patel
2025-09-17irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_infoSascha Bischoff
2025-09-09irqchip/loongson-pch-lpc: Use legacy domain for PCH-LPC IRQ controllerMing Wang
2025-09-09irqchip/msi-lib: Honor the MSI_FLAG_PCI_MSI_MASK_PARENT flagMarc Zyngier
2025-09-09irqchip/aspeed-scu-ic: Add support for AST2700 SCU interrupt controllersRyan Chen
2025-09-09irqchip/aspeed-scu-ic: Refactor driver to support variant-based initializationRyan Chen
2025-09-09irqchip/gic-v5: Fix error handling in gicv5_its_irq_domain_alloc()Dan Carpenter
2025-09-09irqchip/gic-v5: Fix loop in gicv5_its_create_itt_two_level() cleanup pathDan Carpenter
2025-09-09irqchip/gic-v5: Delete a stray tabDan Carpenter
2025-09-04irqchip/sg2042-msi: Set irq type according to DT configurationChen Wang
2025-09-04irqchip/gic-v2m: Handle Multiple MSI base IRQ AlignmentChristian Bruel
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi
2025-09-03irqchip/renesas-rzg2l: Remove dev_err_probe() if error is -ENOMEMXichao Zhao
2025-09-03irqchip: Use int type to store negative error codesQianfeng Rong
2025-09-03irqchip/gic-v5: Remove the redundant ITS cache invalidationZenghui Yu
2025-08-24irqchip/gic-v5: Remove undue WARN_ON()s in the IRS affinity parsingLorenzo Pieralisi
2025-08-24irqchip/loongson-eiointc: Add multiple interrupt pin routing supportBibo Mao
2025-08-24irqchip/loongson-eiointc: Route interrupt parsed from bios tableBibo Mao
2025-08-24irqchip/sifive-plic: Respect mask state when setting affinityInochi Amaoto
2025-08-24irqchip/gic-v5: Fix kmemleak L2 IST table entries false positivesLorenzo Pieralisi
2025-08-24irqchip/sifive-plic: Use for_each_present_cpu() instead of for_each_cpu()Fushuai Wang
2025-08-24irqchip/mvebu-gicp: Fix an IS_ERR() vs NULL check in probe()Dan Carpenter