aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior1-1/+10
2011-07-28irq: add irq_domain translation infrastructureGrant Likely1-0/+6
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+0
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-1/+2
2011-06-22genirq: Remove unused CHECK_IRQ_PER_CPU()Thomas Gleixner1-5/+0
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner1-0/+11
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner1-0/+135
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt1-1/+13
2011-04-23genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven1-18/+1
2011-03-30genirq: Remove obsolete commentThomas Gleixner1-7/+0
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner1-4/+0
2011-03-29genirq: Remove compat codeThomas Gleixner1-117/+0
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner1-0/+5
2011-03-28genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner1-0/+15
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-3/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner1-0/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+15
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-0/+1
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner1-0/+3
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney1-0/+8
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner1-0/+8
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner1-0/+4
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner1-0/+2
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner1-0/+4
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner1-1/+3
2011-02-19genirq: Add preflow handler supportThomas Gleixner1-1/+2