aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21irqchip/qcom-pdc: Workaround hardware register bug on X1E80100Stephan Gerhold1-3/+64
2025-02-17irqchip/jcore-aic, clocksource/drivers/jcore: Fix jcore-pit interrupt requestArtur Rojek1-1/+1
2025-02-17irqchip/gic-v3: Fix rk3399 workaround when secure interrupts are enabledMarc Zyngier1-13/+40
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven1-1/+1
2025-01-27irqchip/apple-aic: Only handle PMC interrupt as FIQ when configured soNick Chan1-1/+2
2025-01-27irqchip/irq-mvebu-icu: Fix access to msi_data from irq_domain::host_dataStefan Eichenberger1-1/+2
2025-01-27irqchip/riscv: Ensure ordering of memory writes and IPI writesXu Lu2-2/+2
2025-01-23irqchip/lan966x-oic: Make CONFIG_LAN966X_OIC depend on CONFIG_MCHP_LAN966X_PCIGeert Uytterhoeven1-0/+1
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-43/+22
2025-01-15irqchip: Plug a OF node reference leak in platform_irqchip_probe()Joe Hattori1-3/+1
2025-01-15irqchip/loongarch-avec: Add multi-nodes topology supportTianyang Zhang1-4/+12
2025-01-15irqchip/ts4800: Replace seq_printf() by seq_puts()Geert Uytterhoeven1-1/+1
2025-01-15irqchip/ti-sci-inta : Add module build supportNicolas Frayer2-1/+3
2025-01-15irqchip/ti-sci-intr: Add module build supportNicolas Frayer2-1/+3
2025-01-15irqchip/irq-brcmstb-l2: Replace brcmstb_l2_mask_and_ack() by generic functionDr. David Alan Gilbert1-27/+1
2025-01-15irqchip: keystone: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-9/+2
2025-01-15irqchip/sunxi-nmi: Add missing SKIP_WAKE flagPhilippe Simons1-1/+2
2025-01-15irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()Tomas Krcka1-1/+1
2025-01-15irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctlyYogesh Lal1-1/+1
2024-12-13irqchip/gic-v3: Work around insecure GIC integrationsMarc Zyngier1-1/+16
2024-12-13irqchip/gic: Correct declaration of *percpu_base pointer in union gic_baseUros Bizjak1-1/+1
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+5
2024-12-03irqchip/stm32mp-exti: CONFIG_STM32MP_EXTI should not default to y when compil...Geert Uytterhoeven1-1/+1
2024-12-03irqchip/bcm2836: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren1-0/+3
2024-12-03irqchip/gic-v3: Fix irq_complete_ack() commentLorenzo Pieralisi1-1/+1
2024-12-01Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-24/+52
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+3
2024-11-26irqchip: Switch back to struct platform_driver::remove()Uwe Kleine-König12-12/+12
2024-11-26irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801Zhou Wang1-11/+39
2024-11-26irqchip/irq-mvebu-sei: Move misplaced select() callback to SEI CP domainRussell King (Oracle)1-1/+1
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-21/+87
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang3-3/+3
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-76/+1212
2024-11-16irqchip/riscv-aplic: Prevent crash when MSI domain is missingSamuel Holland2-1/+5
2024-11-13irqchip/loongson-eiointc: Add virt extension supportBibo Mao1-21/+87
2024-11-07irqchip: Add T-HEAD C900 ACLINT SSWI driverInochi Amaoto3-0/+189
2024-11-07irqchip/stm32mp-exti: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+1
2024-11-07irqchip/gic-v3: Force propagation of the active state with a read-backMarc Zyngier1-0/+7
2024-11-01irqchip/mips-gic: Fix selection of GENERIC_IRQ_EFFECTIVE_AFF_MASKNathan Chancellor1-1/+1
2024-10-30irqchip/mips-gic: Prevent indirect access to clusters without CPU coresGregory CLEMENT1-4/+16
2024-10-30irqchip/mips-gic: Multi-cluster supportPaul Burton2-19/+143
2024-10-30irqchip/mips-gic: Setup defaults in each clusterChao-ying Fu1-6/+24
2024-10-30irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()Paul Burton1-0/+7
2024-10-30irqchip/mips-gic: Replace open coded online CPU iterationsPaul Burton1-18/+41
2024-10-27irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEsMarc Zyngier1-2/+12
2024-10-21irqchip/gic-v3-its: Fix over allocation in itt_alloc_pool()Steven Price1-1/+1
2024-10-17irqchip/aspeed-intc: Add AST27XX INTC supportKevin Chen2-0/+140
2024-10-16irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driverFabrizio Castro3-0/+521
2024-10-15irqchip/renesas-rzg2l: Fix missing put_deviceFabrizio Castro1-2/+14
2024-10-15irqchip/riscv-intc: Fix SMP=n boot with ACPISunil V L1-1/+18