summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)Author
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
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner
2015-09-15genirq: Remove stale commentThomas Gleixner
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko