summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|\
| * irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-151-2/+0
* | linux/irq.h: fix kernel-doc warningRandy Dunlap2012-06-301-2/+0
|/
* irq: Remove irq_chip->release()Richard Weinberger2012-05-211-5/+0
* irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt2012-04-231-0/+7
* irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-101-0/+5
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-20/+12
* 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
|\
| * irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-281-1/+10
* | irq: add irq_domain translation infrastructureGrant Likely2011-07-281-0/+6
| |
| \
*-. \ Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds2011-07-231-5/+0
|\ \ \ | |_|/ |/| |
| | * genirq: Remove unused CHECK_IRQ_PER_CPU()Thomas Gleixner2011-06-221-5/+0
| |/
* / genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-1/+2
|/
* genirq: Add chip suspend and resume callbacksThomas Gleixner2011-04-231-0/+11
* genirq: Implement a generic interrupt chipThomas Gleixner2011-04-231-0/+135
* genirq: Support per-IRQ thread disabling.Paul Mundt2011-04-231-1/+13
* genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven2011-04-231-18/+1
* genirq: Remove obsolete commentThomas Gleixner2011-03-301-7/+0
* genirq: Remove move_*irq leftoversThomas Gleixner2011-03-291-4/+0
* genirq: Remove compat codeThomas Gleixner2011-03-291-117/+0
* genirq: Fix new kernel-doc warningsRandy Dunlap2011-03-281-1/+1
* genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner2011-03-281-0/+5
* genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner2011-03-281-0/+15
* genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-281-3/+0
* genirq: Provide edge_eoi flow handlerThomas Gleixner2011-03-281-0/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-2/+15
* genirq: Split irq_set_affinity() so it can be called with lock held.David Daney2011-03-271-0/+1
* genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner2011-03-271-0/+3
* genirq: Add chip hooks for taking CPUs on/off line.David Daney2011-03-271-0/+8
* genirq: Add irq disabled flag to irq_data stateThomas Gleixner2011-03-271-0/+8
* genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-251-0/+4
* genirq: Add chip flag to force mask on suspendThomas Gleixner2011-03-121-0/+2
* genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-191-0/+4
* genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+3
* genirq: Add preflow handler supportThomas Gleixner2011-02-191-1/+2