summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
* irqchip/gic(v3): Replace gic_irq() with irqd_to_hwirq()Dawei Li2024-01-241-1/+1
* x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2023-10-261-22/+4
* genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans2023-06-161-0/+13
* genirq: Use BIT() for the IRQD_* state flagsMarc Zyngier2023-06-161-23/+23
* genirq: Add mechanism to multiplex a single HW IPIAnup Patel2023-02-051-0/+3
* Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier2022-07-201-0/+1
|\
| * genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv2022-07-201-0/+1
* | genirq: Provide an IRQ affinity mask in non-SMP configsSamuel Holland2022-07-071-0/+8
* | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-5/+7
* | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-0/+6
* | genirq: Refactor accessors to use irq_data_get_affinity_maskSamuel Holland2022-07-071-7/+7
|/
* gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier2022-04-191-0/+2
* genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier2022-02-151-3/+4
* genirq: Kill irq_chip::parent_deviceMarc Zyngier2022-02-101-2/+0
* Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier2021-10-281-1/+4
|\
| * genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier2021-10-261-1/+4
* | irq: add generic_handle_arch_irq()Mark Rutland2021-10-251-0/+1
|/
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-0/+2
* genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner2021-05-171-0/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-0/+2
|\
| * genirq: Allow architectures to override set_handle_irq() fallbackMarc Zyngier2021-03-241-0/+2
* | irq: Fix typos in commentsIngo Molnar2021-03-221-2/+2
|/
* genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede2021-02-051-2/+2
* genirq: Provide irq_get_effective_affinity()Thomas Gleixner2020-12-151-0/+7
* Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-151-1/+0
|\
| * Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2020-12-111-1/+0
* | genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner2020-11-141-15/+0
|/
* Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier2020-10-061-19/+30
|\
| * genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah2020-10-061-19/+30
| |
| \
*-. | Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...Marc Zyngier2020-09-281-0/+6
|\ \|
| * | genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLERZhen Lei2020-09-251-0/+6
| |/
* | genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier2020-09-131-1/+3
* | genirq: Add fasteoi IPI flowMarc Zyngier2020-09-131-0/+1
|/
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-07-271-0/+13
* Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-191-2/+0
|\
| * genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-2/+0
* | irq.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-2/+2
|/
* genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner2020-03-081-0/+13
* x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-011-0/+18
* genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah2019-11-161-0/+6
* genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-011-0/+2
* genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu2019-03-211-1/+1
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-0/+1
|\
| * genirq: introduce irq_chip_mask_ack_parent()Linus Walleij2019-02-131-0/+1
* | genirq: Provide NMI handlersJulien Thierry2019-02-051-0/+3
* | genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-051-0/+7
|/
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-2/+4
* irq/matrix: Spread managed interrupts on allocationDou Liyang2018-09-181-1/+2
* genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-221-0/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-1/+6
|\