aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner1-0/+2
2014-03-14genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner1-0/+1
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner1-0/+6
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner1-1/+6
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-9/+0
2013-06-25genirq: Add irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-0/+6
2013-05-29genirq: irqchip: Add mask to block out invalid irqsGrant Likely1-0/+2
2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner1-0/+30
2013-05-29genirq: irqchip: Add a mask calculation functionThomas Gleixner1-0/+3
2013-05-29genirq: Generic chip: Cache per irq bit maskThomas Gleixner1-0/+4
2013-05-29genirq: Generic chip: Handle separate mask registersGerlando Falauto1-0/+2
2013-05-29genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto1-1/+5
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel1-0/+3
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev1-0/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+5
2012-11-30s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber1-5/+5
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner1-0/+9
2012-07-25genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner1-0/+1
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2012-06-30linux/irq.h: fix kernel-doc warningRandy Dunlap1-2/+0
2012-06-15irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity() for UPSuresh Siddha1-2/+0
2012-05-21irq: Remove irq_chip->release()Richard Weinberger1-5/+0
2012-04-23irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt1-0/+7
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely1-0/+5
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-20/+12
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-1/+15
2011-09-12genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar1-0/+2
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+10