summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
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-24Merge 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-20Merge 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-02irqchip/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-16irqchip/renesas-rzg2l: Fix missing put_deviceFabrizio Castro1-2/+14
2024-10-16irqchip/riscv-intc: Fix SMP=n boot with ACPISunil V L1-1/+18
2024-10-08irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()Nam Cao1-10/+11
2024-10-08irqchip/gic-v4: Don't allow a VMOVP on a dying VPEMarc Zyngier1-6/+12
2024-10-02irqchip/gic-v3-its: Rely on genpool alignmentSteven Price1-2/+1
2024-10-02irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisorSteven Price1-23/+115
2024-10-02irqchip/sifive-plic: Make use of __assign_bit()Hongbo Li1-5/+4
2024-10-02irqchip/atmel-aic5: Add support for sam9x7 aicHari Prasath1-0/+9
2024-10-02irqchip/sifive-plic: Return error code on failureCharlie Jenkins1-2/+6
2024-10-02irqchip/riscv-imsic: Fix output text of base addressAndrew Jones1-1/+1
2024-10-02irqchip/ocelot: Comment sticky register clearing codeSergey Matsievskiy1-0/+6
2024-10-02irqchip/ocelot: Fix trigger register addressSergey Matsievskiy1-2/+2
2024-10-02irqchip: Remove obsolete config ARM_GIC_V3_ITS_PCILukas Bulwahn1-7/+0
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-520/+1014
2024-09-04irqchip/apple-aic: Only access system registers on SoCs which provide themKonrad Dybcio1-13/+13
2024-09-04irqchip/apple-aic: Add a new "Global fast IPIs only" feature levelNick Chan1-4/+25
2024-09-04irqchip/apple-aic: Skip unnecessary enabling of use_fast_ipiNick Chan1-3/+1
2024-09-02irqchip/sifive-plic: Add ACPI supportSunil V L1-22/+77
2024-08-27irqchip/riscv-aplic: Add ACPI supportSunil V L4-33/+70
2024-08-27irqchip/riscv-imsic: Add ACPI supportSunil V L4-30/+125
2024-08-27irqchip/riscv-imsic-state: Create separate function for DTSunil V L1-42/+55
2024-08-27irqchip/riscv-intc: Add ACPI support for AIASunil V L1-0/+90
2024-08-23irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang6-2/+449
2024-08-23irqchip/loongson-pch-msi: Prepare get_pch_msi_handle() for AVECINTCTianyang Zhang1-5/+5
2024-08-23irqchip/loongson-eiointc: Rename CPUHP_AP_IRQ_LOONGARCH_STARTINGHuacai Chen1-2/+2
2024-08-23LoongArch: Move irqchip function prototypes to irq-loongson.hHuacai Chen8-0/+38
2024-08-23irqchip/irq-msi-lib: Check for NULL ops in msi_lib_irq_domain_select()Maxime Chevallier1-1/+4