| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, msi: Use IRQ remapping specific setup_msi_irqs routine | Joerg Roedel | 2013-01-28 | 1 | -0/+3 |
* | x86/MSI: Support multiple MSIs in presense of IRQ remapping | Alexander Gordeev | 2013-01-24 | 1 | -0/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2012-12-13 | 1 | -5/+5 |
|\ |
|
| * | s390/pci: PCI adapter interrupts for MSI/MSI-X | Jan Glauber | 2012-11-30 | 1 | -5/+5 |
* | | genirq: Provide means to retrigger parent | Thomas Gleixner | 2012-11-01 | 1 | -0/+9 |
|/ |
|
* | genirq: Allow irq chips to mark themself oneshot safe | Thomas Gleixner | 2012-07-25 | 1 | -0/+1 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-07-22 | 1 | -2/+0 |
|\ |
|
| * | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(... | Suresh Siddha | 2012-06-15 | 1 | -2/+0 |
* | | linux/irq.h: fix kernel-doc warning | Randy Dunlap | 2012-06-30 | 1 | -2/+0 |
|/ |
|
* | irq: Remove irq_chip->release() | Richard Weinberger | 2012-05-21 | 1 | -5/+0 |
* | irq: Add IRQ_TYPE_DEFAULT for use by PIC drivers | Benjamin Herrenschmidt | 2012-04-23 | 1 | -0/+7 |
* | irq: Kill pointless irqd_to_hw export | Grant Likely | 2012-04-10 | 1 | -0/+5 |
* | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 2011-10-31 | 1 | -20/+12 |
* | genirq: Add support for per-cpu dev_id interrupts | Marc Zyngier | 2011-10-03 | 1 | -1/+15 |
* | genirq: Add IRQCHIP_SKIP_SET_WAKE flag | Santosh Shilimkar | 2011-09-12 | 1 | -0/+2 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-08-17 | 1 | -1/+10 |
|\ |
|
| * | irq: Track the owner of irq descriptor | Sebastian Andrzej Siewior | 2011-07-28 | 1 | -1/+10 |
* | | irq: add irq_domain translation infrastructure | Grant Likely | 2011-07-28 | 1 | -0/+6 |
| | | |
| \ | |
*-. \ | Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-... | Linus Torvalds | 2011-07-23 | 1 | -5/+0 |
|\ \ \
| |_|/
|/| | |
|
| | * | genirq: Remove unused CHECK_IRQ_PER_CPU() | Thomas Gleixner | 2011-06-22 | 1 | -5/+0 |
| |/ |
|
* | | genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) | Simon Guinot | 2011-07-07 | 1 | -1/+2 |
|/ |
|
* | genirq: Add chip suspend and resume callbacks | Thomas Gleixner | 2011-04-23 | 1 | -0/+11 |
* | genirq: Implement a generic interrupt chip | Thomas Gleixner | 2011-04-23 | 1 | -0/+135 |
* | genirq: Support per-IRQ thread disabling. | Paul Mundt | 2011-04-23 | 1 | -1/+13 |
* | genirq: Forgotten updates/deletions after removal of compat code | Geert Uytterhoeven | 2011-04-23 | 1 | -18/+1 |
* | genirq: Remove obsolete comment | Thomas Gleixner | 2011-03-30 | 1 | -7/+0 |
* | genirq: Remove move_*irq leftovers | Thomas Gleixner | 2011-03-29 | 1 | -4/+0 |
* | genirq: Remove compat code | Thomas Gleixner | 2011-03-29 | 1 | -117/+0 |
* | genirq: Fix new kernel-doc warnings | Randy Dunlap | 2011-03-28 | 1 | -1/+1 |
* | genirq: Add setter for AFFINITY_SET in irq_data state | Thomas Gleixner | 2011-03-28 | 1 | -0/+5 |
* | genirq: Provide setter inline for IRQD_IRQ_INPROGRESS | Thomas Gleixner | 2011-03-28 | 1 | -0/+15 |
* | genirq: Remove handle_IRQ_event | Thomas Gleixner | 2011-03-28 | 1 | -3/+0 |
* | genirq: Provide edge_eoi flow handler | Thomas Gleixner | 2011-03-28 | 1 | -0/+1 |
* | genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data | Thomas Gleixner | 2011-03-28 | 1 | -2/+15 |
* | genirq: Split irq_set_affinity() so it can be called with lock held. | David Daney | 2011-03-27 | 1 | -0/+1 |
* | genirq: Add chip flag for restricting cpu_on/offline calls | Thomas Gleixner | 2011-03-27 | 1 | -0/+3 |
* | genirq: Add chip hooks for taking CPUs on/off line. | David Daney | 2011-03-27 | 1 | -0/+8 |
* | genirq: Add irq disabled flag to irq_data state | Thomas Gleixner | 2011-03-27 | 1 | -0/+8 |
* | genirq: Expand generic show_interrupts() | Thomas Gleixner | 2011-03-25 | 1 | -0/+4 |
* | genirq: Add chip flag to force mask on suspend | Thomas Gleixner | 2011-03-12 | 1 | -0/+2 |
* | genirq: Implement irq_data based move_*_irq() versions | Thomas Gleixner | 2011-02-19 | 1 | -0/+4 |
* | genirq; Add fasteoi irq_chip quirk | Thomas Gleixner | 2011-02-19 | 1 | -1/+3 |
* | genirq: Add preflow handler support | Thomas Gleixner | 2011-02-19 | 1 | -1/+2 |
* | genirq: Consolidate set_chip_handler functions | Thomas Gleixner | 2011-02-19 | 1 | -12/+39 |
* | genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state | Thomas Gleixner | 2011-02-19 | 1 | -0/+8 |
* | genirq: Move wakeup state to irq_data | Thomas Gleixner | 2011-02-19 | 1 | -0/+8 |
* | genirq: Add IRQCHIP_SET_TYPE_MASKED flag | Thomas Gleixner | 2011-02-19 | 1 | -0/+9 |
* | genirq: Add flags to irq_chip | Thomas Gleixner | 2011-02-19 | 1 | -0/+3 |
* | genirq: Cleanup irq.h | Thomas Gleixner | 2011-02-19 | 1 | -33/+62 |
* | genirq: Mirror irq trigger type bits in irq_data.state | Thomas Gleixner | 2011-02-19 | 1 | -1/+25 |