summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
Commit message (Expand)AuthorAge
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-04
|\
| * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-04
| * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-04
* | genirq: Add untracked irq handlerKeith Busch2016-06-18
* | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-13
|/
* genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-02
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-15
|\
| * genirq: Implement ipi_send_mask/single()Qais Yousef2016-02-25
| * genirq: Add send_ipi callbacks to irq_chipQais Yousef2016-02-25
| * genirq: Add a new function to get IPI reverse mappingQais Yousef2016-02-25
| * genirq: Add a new generic IPI reservation code to irq coreQais Yousef2016-02-25
| * genirq: Add ipi_offset to irq_common_dataQais Yousef2016-02-25
| * genirq: Add an extra comment about the use of affinity in irq_common_dataQais Yousef2016-02-25
* | irq: Privatize irq_common_data::state_use_accessorsBoqun Feng2016-02-23
|/
* genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner2015-10-11
* genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress()Mika Westerberg2015-10-01
* genirq: Fix typo in documentation of enumeration field nameMika Westerberg2015-10-01
* genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang2015-10-01
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2015-09-16
* genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-16
* genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2015-09-16
* genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu2015-09-16
* genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner2015-09-16
* genirq: Remove stale commentThomas Gleixner2015-09-15
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01
|\
| * genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris2015-07-27
| * genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-16
| * genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-11
* | genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko2015-08-20
|/
* genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu2015-06-25
* Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-20
|\
| * genirq: Introduce helper function irq_data_get_affinity_mask()Jiang Liu2015-06-12
| * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-12
| * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-12
* | irq: Add irq_set_chained_handler_and_data()Russell King2015-06-18
* | Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-05-19
|\ \ | |/
| * genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu2015-05-19
* | genirq: Add irq_chip_(enable/disable)_parentStefan Agner2015-05-18
|/
* Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-11
|\
| * genirq: Add irqchip_set_wake_parentMarc Zyngier2015-03-15
* | genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier2015-04-08
|/
* Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-10
|\
| * genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2014-12-07
| * genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu2014-11-23
| * genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner2014-11-23
| * genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-23
| * genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-23
| * genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-23
| * genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-23