summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2024-10-27irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEsMarc Zyngier1-2/+12
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
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/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
2024-08-23irqchip/gic-v3: Init SRE before poking sysregsMark Rutland1-7/+14
2024-08-20irqchip/loongson-pch-msi: Switch to MSI parent domainsHuacai Chen2-35/+24
2024-08-20irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()Ma Ke1-3/+3
2024-08-20irqchip/riscv-aplic: Fix an IS_ERR() vs NULL bug in probe()Dan Carpenter1-2/+2
2024-08-20irqchip/gic-v4: Fix ordering between vmapp and vpe locksMarc Zyngier1-6/+10
2024-08-20irqchip/sifive-plic: Probe plic driver early for Allwinner D1 platformAnup Patel1-44/+71
2024-08-10irqchip/riscv-aplic: Retrigger MSI interrupt on source configurationYong-Xuan Wang1-7/+25
2024-08-10irqchip/xilinx: Fix shift out of boundsRadhey Shyam Pandey1-1/+1
2024-08-08irqchip/mbigen: Simplify code logic with for_each_child_of_node_scoped()Zhang Zekun1-17/+7
2024-08-08irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()Marek Behún1-1/+1
2024-08-08irqchip/armada-370-xp: Allow mapping only per-CPU interruptsMarek Behún1-6/+13
2024-08-08irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause...Marek Behún1-1/+1
2024-08-08irqchip/armada-370-xp: Fix reenabling last per-CPU interruptMarek Behún1-3/+3
2024-08-08irqchip/armada-370-xp: Dynamically allocate the driver private structureMarek Behún1-5/+11
2024-08-08irqchip/armada-370-xp: Pass around the driver private structureMarek Behún1-45/+70
2024-08-08irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structureMarek Behún1-22/+22
2024-08-08irqchip/armada-370-xp: Put static variables into driver private structureMarek Behún1-101/+122
2024-08-08irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()Marek Behún1-1/+1
2024-08-08irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()Marek Behún1-1/+1
2024-08-08irqchip/armada-370-xp: Drop msi_doorbell_end()Marek Behún1-7/+0
2024-08-08irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_ENDMarek Behún1-7/+6
2024-08-04Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+30
2024-08-02irqchip/gic-v4.1: Replace bare number with ID_AA64PFR0_EL1_GIC_V4P1Anshuman Khandual1-1/+1
2024-07-30irqchip/mbigen: Fix mbigen node address layoutYipeng Zou1-4/+16
2024-07-30irqchip: Remove asmlinkage for handlers registered with set_handle_irq()Jinjie Ruan10-16/+10
2024-07-30irqchip/armada-370-xp: Print error and return error code on initialization fa...Marek Behún1-6/+22