aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24irqchip/gic(v3): Replace gic_irq() with irqd_to_hwirq()Dawei Li1-1/+1
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-22/+4
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans1-0/+13
2023-06-16genirq: Use BIT() for the IRQD_* state flagsMarc Zyngier1-23/+23
2023-02-05genirq: Add mechanism to multiplex a single HW IPIAnup Patel1-0/+3
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier1-0/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv1-0/+1
2022-07-07genirq: Provide an IRQ affinity mask in non-SMP configsSamuel Holland1-0/+8
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-5/+7
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-0/+6
2022-07-07genirq: Refactor accessors to use irq_data_get_affinity_maskSamuel Holland1-7/+7
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier1-0/+2
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-3/+4
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier1-2/+0
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier1-1/+4
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier1-1/+4
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland1-0/+1
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-0/+2
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-0/+2
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2021-03-24genirq: Allow architectures to override set_handle_irq() fallbackMarc Zyngier1-0/+2
2021-03-22irq: Fix typos in commentsIngo Molnar1-2/+2
2021-02-05genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede1-2/+2
2020-12-15genirq: Provide irq_get_effective_affinity()Thomas Gleixner1-0/+7
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-1/+0
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider1-1/+0
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner1-15/+0
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier1-19/+30
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah1-19/+30
2020-09-28Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and 'origin/irq/owl' into irq/irqchip-nextMarc Zyngier1-0/+6
2020-09-25genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLERZhen Lei1-0/+6
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier1-1/+3
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier1-0/+1
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-0/+13
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2020-04-18irq.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed1-2/+0
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner1-0/+13
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner1-0/+18
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+6
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla1-0/+2
2019-03-21genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu1-1/+1
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+1
2019-02-13genirq: introduce irq_chip_mask_ack_parent()Linus Walleij1-0/+1
2019-02-05genirq: Provide NMI handlersJulien Thierry1-0/+3
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-0/+7
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang1-2/+4
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang1-1/+2
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6