summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)Author
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans
2023-06-16genirq: Use BIT() for the IRQD_* state flagsMarc Zyngier
2023-02-05genirq: Add mechanism to multiplex a single HW IPIAnup Patel
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv
2022-07-07genirq: Provide an IRQ affinity mask in non-SMP configsSamuel Holland
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland
2022-07-07genirq: Refactor accessors to use irq_data_get_affinity_maskSamuel Holland
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-03-24genirq: Allow architectures to override set_handle_irq() fallbackMarc Zyngier
2021-03-22irq: Fix typos in commentsIngo Molnar
2021-02-05genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede
2020-12-15genirq: Provide irq_get_effective_affinity()Thomas Gleixner
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah
2020-09-28Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...Marc Zyngier
2020-09-25genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLERZhen Lei
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-18irq.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla
2019-03-21genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-02-13genirq: introduce irq_chip_mask_ack_parent()Linus Walleij
2019-02-05genirq: Provide NMI handlersJulien Thierry
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner