aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner1-0/+16
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner1-0/+5
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner1-1/+1
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+8
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-0/+29
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-5/+0
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-0/+2
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner1-0/+5
2017-06-22genirq: Add missing comment for IRQD_STARTEDThomas Gleixner1-0/+1
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski1-0/+3
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski1-0/+5
2017-06-21irq/generic-chip: Provide irq_destroy_generic_chip()Bartosz Golaszewski1-0/+8
2017-06-21irq/generic-chip: Provide irq_free_generic_chip()Bartosz Golaszewski1-0/+6
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner1-0/+6
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+19
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski1-0/+19
2017-01-30irqdomain: Avoid activating interrupts more than onceMarc Zyngier1-0/+17
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-0/+10
2016-09-13genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon1-0/+10
2016-09-02genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias1-5/+13
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-2/+9
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-2/+2