aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner1-1/+3
2015-10-01genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress()Mika Westerberg1-15/+0
2015-10-01genirq: Fix typo in documentation of enumeration field nameMika Westerberg1-1/+1
2015-10-01genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang1-0/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-8/+8
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu1-4/+4
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-6/+6
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu1-4/+4
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-3/+14
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner1-0/+16
2015-09-15genirq: Remove stale commentThomas Gleixner1-4/+0
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+1
2015-07-27genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris1-2/+12
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu1-1/+1
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu1-2/+1
2015-06-25genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu1-1/+0
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-22/+49
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King1-0/+9
2015-06-12genirq: Introduce helper function irq_data_get_affinity_mask()Jiang Liu1-0/+12
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-0/+5
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-22/+32
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-0/+6
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu1-0/+6
2015-05-18genirq: Add irq_chip_(enable/disable)_parentStefan Agner1-0/+2
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner1-0/+1
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier1-0/+6
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier1-0/+1
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+28
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner1-6/+0
2014-11-23genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu1-0/+8
2014-11-23genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner1-5/+1
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+4
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+5
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+6
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+5
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu1-0/+5
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee1-0/+2
2014-11-09genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee1-2/+12
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee1-7/+13
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner1-0/+8
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON1-0/+2
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner1-10/+0
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner1-0/+4
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner1-7/+0
2014-05-16genirq: Make create/destroy_irq() ia64 privateThomas Gleixner1-4/+0
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner1-4/+0
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner1-0/+15
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner1-0/+2
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-1/+2