summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * 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/+1Star
| * 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
| * irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-231-0/+5
* | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-091-0/+2
* | genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee2014-11-091-2/+12
* | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-091-7/+13
|/
* genirq: Mark wakeup sources as armed on suspendThomas Gleixner2014-09-011-0/+8
* genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON2014-07-171-0/+2
* genirq: Remove dynamic_irq messThomas Gleixner2014-05-161-10/+0Star
* genirq: Replace dynamic_irq_init/cleanupThomas Gleixner2014-05-161-0/+4
* genirq: Remove irq_reserve_irq[s]Thomas Gleixner2014-05-161-7/+0Star
* genirq: Make create/destroy_irq() ia64 privateThomas Gleixner2014-05-161-4/+0Star
* x86: Remove create/destroy_irq()Thomas Gleixner2014-05-161-4/+0Star
* genirq: Provide generic hwirq allocation facilityThomas Gleixner2014-05-161-0/+15
* genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+2
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-171-1/+2
* genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner2014-03-141-0/+2
* genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner2014-03-141-0/+1
* genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner2014-03-121-0/+6
* genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner2013-11-131-1/+6
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-9/+0Star
* genirq: Add irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-0/+6
* genirq: irqchip: Add mask to block out invalid irqsGrant Likely2013-05-291-0/+2
* genirq: Generic chip: Add linear irq domain supportThomas Gleixner2013-05-291-0/+30
* genirq: irqchip: Add a mask calculation functionThomas Gleixner2013-05-291-0/+3
* genirq: Generic chip: Cache per irq bit maskThomas Gleixner2013-05-291-0/+4
* genirq: Generic chip: Handle separate mask registersGerlando Falauto2013-05-291-0/+2
* genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto2013-05-291-1/+5
* x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-0/+3
* x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-131-5/+5
|\
| * s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-301-5/+5
* | genirq: Provide means to retrigger parentThomas Gleixner2012-11-011-0/+9
|/
* genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner2012-07-251-0/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-221-2/+0Star
|\
| * irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-151-2/+0Star
* | linux/irq.h: fix kernel-doc warningRandy Dunlap2012-07-011-2/+0Star
|/
* irq: Remove irq_chip->release()Richard Weinberger2012-05-211-5/+0Star
* irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt2012-04-231-0/+7
* irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-111-0/+5
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-11-011-20/+12Star
* genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-031-1/+15
* genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-121-0/+2
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-171-1/+10
|\