aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2024-07-18irqchip/irq-msi-lib: Prepare for DEVICE MSI to replace platform MSIThomas Gleixner2-0/+17
2024-07-18irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]Thomas Gleixner3-206/+111
2024-07-18irqchip/irq-msi-lib: Prepare for PCI MSI/MSIXThomas Gleixner2-1/+16
2024-07-18irqchip/gic-v3-its: Provide MSI parent infrastructureThomas Gleixner5-1/+41
2024-07-18irqchip: Provide irq-msi-libThomas Gleixner4-0/+135
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-161/+177
2024-07-15irqchip/imx-irqsteer: Handle runtime power management correctlyShenwei Wang1-3/+21
2024-07-15irqchip/gic-v3: Pass #redistributor-regions to gic_of_setup_kvm_info()Geert Uytterhoeven1-9/+4
2024-07-15irqchip/bcm2835: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren1-1/+3
2024-07-15irqchip/gic-v4: Make sure a VPE is locked when VMAPP is issuedMarc Zyngier1-2/+6
2024-07-15irqchip/gic-v4: Substitute vmovp_lock for a per-VM lockMarc Zyngier1-15/+12
2024-07-15irqchip/gic-v4: Always configure affinity on VPE activationMarc Zyngier1-9/+4
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas1-14/+43
2024-07-05irqchip/gic-v3: Fix 'broken_rdists' unused warning when !SMP and !ACPICatalin Marinas1-1/+1
2024-06-28irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUsJames Morse1-4/+42
2024-06-28irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()James Morse1-11/+2
2024-06-25Revert "irqchip/dw-apb-ictl: Support building as module"Thomas Gleixner2-11/+4
2024-06-25Revert "Loongarch: Support loongarch avec"Thomas Gleixner5-468/+3
2024-06-24arm64: irqchip/gic-v3: Select priorities at boot timeMark Rutland1-57/+39
2024-06-24irqchip/gic-v3: Detect GICD_CTRL.DS and SCR_EL3.FIQ earlierMark Rutland1-54/+63
2024-06-24irqchip/gic-v3: Make distributor priorities variablesMark Rutland6-25/+31
2024-06-24irqchip/gic-common: Remove sync_access callbackMark Rutland5-26/+16
2024-06-24irqchip/stm32mp-exti: Allow building as moduleAntonio Borneo2-13/+10
2024-06-23irqchip/stm32mp-exti: Rename internal symbolsAntonio Borneo1-160/+152
2024-06-23irqchip/stm32-exti: Split MCU and MPU codeAntonio Borneo4-667/+751
2024-06-23irqchip/stm32-exti: Add CONFIG_STM32MP_EXTIAntonio Borneo1-0/+4
2024-06-23irqchip/dw-apb-ictl: Support building as moduleJisheng Zhang2-4/+11
2024-06-23irqchip/riscv-aplic: Simplify the initialization codeJinjie Ruan1-7/+6
2024-06-23Loongarch: Support loongarch avecTianyang Zhang5-3/+468
2024-06-23irqchip/armada-370-xp: Add support for 32 MSI interrupts on non-IPI platformsPali Rohár1-14/+63
2024-06-23irqchip/armada-370-xp: Do not touch IPI registers on platforms without IPIPali Rohár1-2/+10
2024-06-23irqchip/armada-370-xp: Only call ipi_resume() if IPI is availablePali Rohár1-2/+16
2024-06-23irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1Pali Rohár1-0/+4
2024-06-23irqchip/armada-370-xp: Use atomic_io_modify() instead of another spinlockMarek Behún1-9/+3
2024-06-23irqchip: Add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-23irqchip/renesas-rzg2l: Reorder function calls in rzg2l_irqc_irq_disable()Lad Prabhakar1-1/+1
2024-06-23irqchip/loongson-liointc: Set different ISRs for different coresHuacai Chen1-2/+2
2024-06-23irqchip/loongson-eiointc: Use early_cpu_to_node() instead of cpu_to_node()Huacai Chen1-2/+3
2024-06-23irqchip/imx-mu-msi: Fix codingstyle in imx_mu_msi_domains_init()Anna-Maria Behnsen1-4/+2
2024-06-21irqchip/riscv-intc: Remove asmlinkageJisheng Zhang1-2/+2
2024-06-17irqchip: Add support for LAN966x OICHerve Codina3-0/+291
2024-06-06irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probingLorenzo Pieralisi2-0/+13
2024-06-05irqchip/renesas-rzg2l: Add support for RZ/Five SoCLad Prabhakar1-3/+145
2024-06-03irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()Hagar Hemdan1-32/+12
2024-06-03irqchip/sifive-plic: Chain to parent IRQ after handlers are readySamuel Holland1-17/+17
2024-06-03irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() failsSunil V L1-2/+7
2024-05-23irqchip: riscv-imsic: Fixup riscv_ipi_set_virq_range() conflictPalmer Dabbelt1-1/+1
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds23-108/+2624
2024-04-25irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_allocGuanrui Huang1-2/+0
2024-04-25irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang1-7/+2