summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2025-02-17irqchip/apple-aic: Only handle PMC interrupt as FIQ when configured soNick Chan
2025-02-08of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2025-02-01irqchip/sunxi-nmi: Add missing SKIP_WAKE flagPhilippe Simons
2025-01-23irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()Tomas Krcka
2025-01-23irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctlyYogesh Lal
2025-01-23irqchip: Plug a OF node reference leak in platform_irqchip_probe()Joe Hattori
2025-01-09irqchip/gic: Correct declaration of *percpu_base pointer in union gic_baseUros Bizjak
2024-11-17irqchip/ocelot: Fix trigger register addressSergey Matsievskiy
2024-11-14irqchip/gic-v3: Force propagation of the active state with a read-backMarc Zyngier
2024-11-01irqchip/renesas-rzg2l: Fix missing put_deviceFabrizio Castro
2024-11-01irqchip/renesas-rzg2l: Add support for suspend to RAMClaudiu Beznea
2024-11-01irqchip/renesas-rzg2l: Document structure membersClaudiu Beznea
2024-11-01irqchip/renesas-rzg2l: Align struct member names to tabsClaudiu Beznea
2024-10-22irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()Nam Cao
2024-10-22irqchip/gic-v4: Don't allow a VMOVP on a dying VPEMarc Zyngier
2024-10-22irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1Nianyao Tang
2024-09-12irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1Pali Rohár
2024-09-12irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()Ma Ke
2024-08-29irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_allocGuanrui Huang
2024-08-29irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same timeBiju Das
2024-08-14irqchip/xilinx: Fix shift out of boundsRadhey Shyam Pandey
2024-08-14irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()Huacai Chen
2024-08-14irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'Arseniy Krasnov
2024-08-14irqchip/mbigen: Fix mbigen node address layoutYipeng Zou
2024-08-03irqchip/imx-irqsteer: Handle runtime power management correctlyShenwei Wang
2024-07-05irqchip/loongson-liointc: Set different ISRs for different coresHuacai Chen
2024-07-05irqchip/loongson-eiointc: Use early_cpu_to_node() instead of cpu_to_node()Huacai Chen
2024-07-05irqchip/loongson: Select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP for IRQ_LOONGA...Tiezhu Yang
2024-06-21irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()Hagar Hemdan
2024-06-21irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() failsSunil V L
2024-06-21irqchip/riscv-intc: Introduce Andes hart-level interrupt controllerYu Chien Peter Lin
2024-06-21irqchip/riscv-intc: Allow large non-standard interrupt numberYu Chien Peter Lin
2024-06-12irqchip/loongson-pch-msi: Fix off-by-one on allocation error pathZenghui Yu
2024-06-12irqchip/alpine-msi: Fix off-by-one in allocation error pathZenghui Yu
2024-05-02irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang
2024-04-03irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger typeBiju Das
2024-04-03irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()Biju Das
2024-04-03irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()Biju Das
2024-04-03irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on r...Claudiu Beznea
2024-04-03irqchip/renesas-rzg2l: Flush posted write in irq_eoi()Biju Das
2024-04-03irqchip/renesas-rzg2l: Implement restriction when writing ISCR registerClaudiu Beznea
2024-03-01irqchip/sifive-plic: Enable interrupt if needed before EOINam Cao
2024-03-01irqchip/gic-v3-its: Do not assume vPE tables are preallocatedOliver Upton
2024-03-01irqchip/mbigen: Don't use bus_get_dev_root() to find the parentChen Jun
2024-02-23irqchip/gic-v3-its: Fix GICv4.1 VPE affinity updateMarc Zyngier
2024-02-23irqchip/gic-v3-its: Restore quirk probing for ACPI-based systemsMarc Zyngier
2024-02-23irqchip/irq-brcmstb-l2: Add write memory barrier before exitDoug Berger
2024-02-23irqchip/gic-v3-its: Handle non-coherent GICv4 redistributorsMarc Zyngier
2024-02-23irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()Bibo Mao
2023-12-03irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designsFang Xiang