aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner1-1/+6
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier1-0/+1
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-0/+18
2018-02-25genirq: Drop 5 #included header files from irq.hRandy Dunlap1-5/+0
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner1-0/+17
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-1/+10
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+22
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger1-1/+0
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger1-0/+1
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner1-0/+22
2017-09-21Revert "genirq: Restrict effective affinity to interrupts actually using it"Thomas Gleixner1-4/+1
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner1-0/+2
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney1-0/+2
2017-08-18genirq: Restrict effective affinity to interrupts actually using itMarc Zyngier1-1/+4
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner1-1/+6