summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)Author
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
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney
2017-08-18genirq: Restrict effective affinity to interrupts actually using itMarc Zyngier
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner
2017-06-22genirq: Add missing comment for IRQD_STARTEDThomas Gleixner
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski
2017-06-21irq/generic-chip: Provide irq_destroy_generic_chip()Bartosz Golaszewski
2017-06-21irq/generic-chip: Provide irq_free_generic_chip()Bartosz Golaszewski
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski
2017-01-30irqdomain: Avoid activating interrupts more than onceMarc Zyngier
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2016-09-13genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon
2016-09-02genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner
2016-06-18genirq: Add untracked irq handlerKeith Busch
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef
2016-02-25genirq: Add send_ipi callbacks to irq_chipQais Yousef
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef
2016-02-25genirq: Add ipi_offset to irq_common_dataQais Yousef
2016-02-25genirq: Add an extra comment about the use of affinity in irq_common_dataQais Yousef
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner
2015-10-01genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress()Mika Westerberg
2015-10-01genirq: Fix typo in documentation of enumeration field nameMika Westerberg
2015-10-01genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang