summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2025-05-13irqchip/econet-en751221: Switch to of_fwnode_handle()Jiri Slaby (SUSE)
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar
2025-05-07irqchip/gic-v3-its: Add support for device tree msi-map and msi-maskFrank Li
2025-05-07irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITSFrank Li
2025-05-07irqchip/irq-vt8500: Switch to irq_domain_create_*()Jiri Slaby (SUSE)
2025-05-06irqchip/econet-en751221: Switch to irq_domain_create_linear()Thomas Gleixner
2025-05-06irqchip/irq-vt8500: Use fewer global variables and add error handlingAlexey Charkov
2025-05-06irqchip/irq-vt8500: Use a dedicated chained handler functionAlexey Charkov
2025-05-06irqchip/irq-vt8500: Don't require 8 interrupts from a chained controllerAlexey Charkov
2025-05-06irqchip/irq-vt8500: Drop redundant copy of the device node pointerAlexey Charkov
2025-05-06irqchip/irq-vt8500: Split up ack/mask functionsAlexey Charkov
2025-05-02irqchip/qcom-mpm: Prevent crash when trying to handle non-wake GPIOsStephan Gerhold
2025-04-26irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()Suzuki K Poulose
2025-04-24irqchip/sg2042-msi: Fix wrong type cast in sg2044_msi_irq_ack()Inochi Amaoto
2025-04-16irqchip/irq-bcm2712-mip: Enable driver when ARCH_BCM2835 is enabledPeter Robinson
2025-04-16irqchip/renesas-rzv2h: Prevent TINT spurious interruptBiju Das
2025-04-14irqchip/sg2042-msi: Add the Sophgo SG2044 MSI interrupt controllerInochi Amaoto
2025-04-14irqchip/sg2042-msi: Introduce configurable chipinfo for SG2042Inochi Amaoto
2025-04-14irqchip/sg2042-msi: Rename functions and data structures to be SG2042 agnosticInochi Amaoto
2025-04-07irqchip/irq-bcm2712-mip: Set EOI/ACK flags in msi_parent_opsStanimir Varbanov
2025-04-07irqchip: Convert generic irqchip locking to guardsThomas Gleixner
2025-04-07irqchip: Add EcoNet EN751221 INTCCaleb James DeLisle
2025-04-07irqchip/sg2042-msi: Add missing chip flagsInochi Amaoto
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel
2025-03-19Merge tag 'amlogic-drivers-for-v6.15' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann
2025-03-19Merge branch 'kvm-arm64/nv-vgic' into kvmarm/nextOliver Upton
2025-03-17irqchip: Add support for Amlogic A4 and A5 SoCsXianwei Zhao
2025-03-07irqchip/imx-irqsteer: Support up to 960 input interruptsShengjiu Wang
2025-03-07irqchip/sunxi-nmi: Support Allwinner A523 NMI controllerAndre Przywara
2025-03-04irqchip/davinci-cp-intc: Remove public headerBartosz Golaszewski
2025-03-03arm64: sysreg: Add layout for ICH_HCR_EL2Marc Zyngier
2025-02-26irqchip/renesas-rzv2h: Add RZ/G3E supportBiju Das
2025-02-26irqchip/renesas-rzv2h: Update macros ICU_TSSR_TSSEL_{MASK,PREP}Biju Das
2025-02-26irqchip/renesas-rzv2h: Update TSSR_TIEN macroBiju Das
2025-02-26irqchip/renesas-rzv2h: Add field_width to struct rzv2h_hw_infoBiju Das
2025-02-26irqchip/renesas-rzv2h: Add max_tssel to struct rzv2h_hw_infoBiju Das
2025-02-26irqchip/renesas-rzv2h: Add struct rzv2h_hw_info with t_offs variableBiju Das
2025-02-26irqchip/renesas-rzv2h: Use devm_pm_runtime_enable()Biju Das
2025-02-26irqchip/renesas-rzv2h: Use devm_reset_control_get_exclusive_deasserted()Biju Das
2025-02-26irqchip/renesas-rzv2h: Simplify rzv2h_icu_init()Biju Das
2025-02-26irqchip/renesas-rzv2h: Drop irqchip from struct rzv2h_icu_privBiju Das
2025-02-26irqchip/renesas-rzv2h: Fix wrong variable usage in rzv2h_tint_set_type()Biju Das
2025-02-26irqchip: Add the Sophgo SG2042 MSI interrupt controllerChen Wang