summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-04irqchip/apple-aic: Only access system registers on SoCs which provide themKonrad Dybcio
2024-09-04irqchip/apple-aic: Add a new "Global fast IPIs only" feature levelNick Chan
2024-09-04irqchip/apple-aic: Skip unnecessary enabling of use_fast_ipiNick Chan
2024-09-02irqchip/sifive-plic: Add ACPI supportSunil V L
2024-08-27irqchip/riscv-aplic: Add ACPI supportSunil V L
2024-08-27irqchip/riscv-imsic: Add ACPI supportSunil V L
2024-08-27irqchip/riscv-imsic-state: Create separate function for DTSunil V L
2024-08-27irqchip/riscv-intc: Add ACPI support for AIASunil V L
2024-08-23irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang
2024-08-23irqchip/loongson-pch-msi: Prepare get_pch_msi_handle() for AVECINTCTianyang Zhang
2024-08-23irqchip/loongson-eiointc: Rename CPUHP_AP_IRQ_LOONGARCH_STARTINGHuacai Chen
2024-08-23LoongArch: Move irqchip function prototypes to irq-loongson.hHuacai Chen
2024-08-23irqchip/irq-msi-lib: Check for NULL ops in msi_lib_irq_domain_select()Maxime Chevallier
2024-08-23irqchip/gic-v3: Init SRE before poking sysregsMark Rutland
2024-08-20irqchip/loongson-pch-msi: Switch to MSI parent domainsHuacai Chen
2024-08-20irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()Ma Ke
2024-08-20irqchip/riscv-aplic: Fix an IS_ERR() vs NULL bug in probe()Dan Carpenter
2024-08-20irqchip/gic-v4: Fix ordering between vmapp and vpe locksMarc Zyngier
2024-08-20irqchip/sifive-plic: Probe plic driver early for Allwinner D1 platformAnup Patel
2024-08-10irqchip/riscv-aplic: Retrigger MSI interrupt on source configurationYong-Xuan Wang
2024-08-10irqchip/xilinx: Fix shift out of boundsRadhey Shyam Pandey
2024-08-08irqchip/mbigen: Simplify code logic with for_each_child_of_node_scoped()Zhang Zekun
2024-08-08irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()Marek Behún
2024-08-08irqchip/armada-370-xp: Allow mapping only per-CPU interruptsMarek Behún
2024-08-08irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause...Marek Behún
2024-08-08irqchip/armada-370-xp: Fix reenabling last per-CPU interruptMarek Behún
2024-08-08irqchip/armada-370-xp: Dynamically allocate the driver private structureMarek Behún
2024-08-08irqchip/armada-370-xp: Pass around the driver private structureMarek Behún
2024-08-08irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structureMarek Behún
2024-08-08irqchip/armada-370-xp: Put static variables into driver private structureMarek Behún
2024-08-08irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()Marek Behún
2024-08-08irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()Marek Behún
2024-08-08irqchip/armada-370-xp: Drop msi_doorbell_end()Marek Behún
2024-08-08irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_ENDMarek Behún
2024-08-04Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-02irqchip/gic-v4.1: Replace bare number with ID_AA64PFR0_EL1_GIC_V4P1Anshuman Khandual
2024-07-30irqchip/mbigen: Fix mbigen node address layoutYipeng Zou
2024-07-30irqchip: Remove asmlinkage for handlers registered with set_handle_irq()Jinjie Ruan
2024-07-30irqchip/armada-370-xp: Print error and return error code on initialization fa...Marek Behún
2024-07-30irqchip/armada-370-xp: Refactor initial memory regions mappingMarek Behún
2024-07-30irqchip/armada-370-xp: Use u32 type instead of unsigned long where possiebleMarek Behún
2024-07-30irqchip/armada-370-xp: Rename variable for consistencyMarek Behún
2024-07-30irqchip/armada-370-xp: Drop redundant continueMarek Behún
2024-07-30irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume()Marek Behún
2024-07-30irqchip/armada-370-xp: Use consistent name for struct irq_data variablesMarek Behún
2024-07-30irqchip/armada-370-xp: Use consistent types when iterating interruptsMarek Behún
2024-07-30irqchip/armada-370-xp: Use consistent variable names for hwirqsMarek Behún
2024-07-30irqchip/armada-370-xp: Refactor handling IPI interruptsMarek Behún
2024-07-30irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() codeMarek Behún