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