summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)Author
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
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2018-02-25genirq: Drop 5 #included header files from irq.hRandy Dunlap
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner
2017-09-21Revert "genirq: Restrict effective affinity to interrupts actually using it"Thomas Gleixner
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner