aboutsummaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGravatar Grygorii Strashko 1-0/+1
2015-06-25genirq: Clean up outdated comments related to include/linux/irqdesc.hGravatar Jiang Liu 1-1/+0
2015-06-20Merge branch 'irq/for-x86' into irq/coreGravatar Thomas Gleixner 1-22/+49
2015-06-18irq: Add irq_set_chained_handler_and_data()Gravatar Russell King 1-0/+9
2015-06-12genirq: Introduce helper function irq_data_get_affinity_mask()Gravatar Jiang Liu 1-0/+12
2015-06-12genirq: Introduce helper function irq_data_get_node()Gravatar Jiang Liu 1-0/+5
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataGravatar Jiang Liu 1-22/+32
2015-05-19Merge branch 'irq/for-x86' into irq/coreGravatar Thomas Gleixner 1-0/+6
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUGravatar Jiang Liu 1-0/+6
2015-05-18genirq: Add irq_chip_(enable/disable)_parentGravatar Stefan Agner 1-0/+2
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Gravatar Thomas Gleixner 1-0/+1
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredGravatar Marc Zyngier 1-0/+6
2015-03-15genirq: Add irqchip_set_wake_parentGravatar Marc Zyngier 1-0/+1
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+28
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreGravatar Thomas Gleixner 1-6/+0
2014-11-23genirq: Introduce callback irq_chip.irq_write_msi_msgGravatar Jiang Liu 1-0/+8
2014-11-23genirq: Split out flow handler typedefs into seperate header fileGravatar Thomas Gleixner 1-5/+1
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipGravatar Jiang Liu 1-0/+4
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipGravatar Jiang Liu 1-0/+5
2014-11-23genirq: Add more helper functions to support stacked irq_chipGravatar Yingjoe Chen 1-0/+6
2014-11-23genirq: Introduce helper functions to support stacked irq_chipGravatar Jiang Liu 1-0/+5
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsGravatar Jiang Liu 1-0/+5
2014-11-09genirq: Generic chip: Add big endian I/O accessorsGravatar Kevin Cernekee 1-0/+2
2014-11-09genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Gravatar Kevin Cernekee 1-2/+12
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsGravatar Kevin Cernekee 1-7/+13
2014-09-01genirq: Mark wakeup sources as armed on suspendGravatar Thomas Gleixner 1-0/+8
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionGravatar Boris BREZILLON 1-0/+2
2014-05-16genirq: Remove dynamic_irq messGravatar Thomas Gleixner 1-10/+0
2014-05-16genirq: Replace dynamic_irq_init/cleanupGravatar Thomas Gleixner 1-0/+4
2014-05-16genirq: Remove irq_reserve_irq[s]Gravatar Thomas Gleixner 1-7/+0
2014-05-16genirq: Make create/destroy_irq() ia64 privateGravatar Thomas Gleixner 1-4/+0
2014-05-16x86: Remove create/destroy_irq()Gravatar Thomas Gleixner 1-4/+0
2014-05-16genirq: Provide generic hwirq allocation facilityGravatar Thomas Gleixner 1-0/+15
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictGravatar Thomas Gleixner 1-0/+2
2014-04-17genirq: Allow forcing cpu affinity of interruptsGravatar Thomas Gleixner 1-1/+2
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagGravatar Thomas Gleixner 1-0/+2
2014-03-14genirq: Document IRQCHIP_ONESHOT_SAFE flagGravatar Thomas Gleixner 1-0/+1
2014-03-12genirq: Provide irq_request/release_resources chip callbacksGravatar Thomas Gleixner 1-0/+6
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsGravatar Thomas Gleixner 1-1/+6
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-9/+0
2013-06-25genirq: Add irq_get_trigger_type() to get IRQ flagsGravatar Javier Martinez Canillas 1-0/+6
2013-05-29genirq: irqchip: Add mask to block out invalid irqsGravatar Grant Likely 1-0/+2
2013-05-29genirq: Generic chip: Add linear irq domain supportGravatar Thomas Gleixner 1-0/+30
2013-05-29genirq: irqchip: Add a mask calculation functionGravatar Thomas Gleixner 1-0/+3
2013-05-29genirq: Generic chip: Cache per irq bit maskGravatar Thomas Gleixner 1-0/+4
2013-05-29genirq: Generic chip: Handle separate mask registersGravatar Gerlando Falauto 1-0/+2
2013-05-29genirq: Generic chip: Add support for per chip type mask cacheGravatar Gerlando Falauto 1-1/+5
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineGravatar Joerg Roedel 1-0/+3
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingGravatar Alexander Gordeev 1-0/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-5/+5