Age | Commit message (Expand) | Author | Files | Lines |
2014-07-17 | genirq: generic chip: Export irq_map_generic_chip function | Boris BREZILLON | 1 | -0/+2 |
2014-05-16 | genirq: Remove dynamic_irq mess | Thomas Gleixner | 1 | -10/+0 |
2014-05-16 | genirq: Replace dynamic_irq_init/cleanup | Thomas Gleixner | 1 | -0/+4 |
2014-05-16 | genirq: Remove irq_reserve_irq[s] | Thomas Gleixner | 1 | -7/+0 |
2014-05-16 | genirq: Make create/destroy_irq() ia64 private | Thomas Gleixner | 1 | -4/+0 |
2014-05-16 | x86: Remove create/destroy_irq() | Thomas Gleixner | 1 | -4/+0 |
2014-05-16 | genirq: Provide generic hwirq allocation facility | Thomas Gleixner | 1 | -0/+15 |
2014-04-28 | genirq: x86: Ensure that dynamic irq allocation does not conflict | Thomas Gleixner | 1 | -0/+2 |
2014-04-18 | genirq: Allow forcing cpu affinity of interrupts | Thomas Gleixner | 1 | -1/+2 |
2014-03-14 | genirq: Add a new IRQCHIP_EOI_THREADED flag | Thomas Gleixner | 1 | -0/+2 |
2014-03-14 | genirq: Document IRQCHIP_ONESHOT_SAFE flag | Thomas Gleixner | 1 | -0/+1 |
2014-03-12 | genirq: Provide irq_request/release_resources chip callbacks | Thomas Gleixner | 1 | -0/+6 |
2013-11-13 | genirq: Prevent spurious detection for unconditionally polled interrupts | Thomas Gleixner | 1 | -1/+6 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -9/+0 |
2013-06-25 | genirq: Add irq_get_trigger_type() to get IRQ flags | Javier Martinez Canillas | 1 | -0/+6 |
2013-05-29 | genirq: irqchip: Add mask to block out invalid irqs | Grant Likely | 1 | -0/+2 |
2013-05-29 | genirq: Generic chip: Add linear irq domain support | Thomas Gleixner | 1 | -0/+30 |
2013-05-29 | genirq: irqchip: Add a mask calculation function | Thomas Gleixner | 1 | -0/+3 |
2013-05-29 | genirq: Generic chip: Cache per irq bit mask | Thomas Gleixner | 1 | -0/+4 |
2013-05-29 | genirq: Generic chip: Handle separate mask registers | Gerlando Falauto | 1 | -0/+2 |
2013-05-29 | genirq: Generic chip: Add support for per chip type mask cache | Gerlando Falauto | 1 | -1/+5 |
2013-01-28 | x86, msi: Use IRQ remapping specific setup_msi_irqs routine | Joerg Roedel | 1 | -0/+3 |
2013-01-24 | x86/MSI: Support multiple MSIs in presense of IRQ remapping | Alexander Gordeev | 1 | -0/+5 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -5/+5 |
2012-11-30 | s390/pci: PCI adapter interrupts for MSI/MSI-X | Jan Glauber | 1 | -5/+5 |
2012-11-01 | genirq: Provide means to retrigger parent | Thomas Gleixner | 1 | -0/+9 |
2012-07-25 | genirq: Allow irq chips to mark themself oneshot safe | Thomas Gleixner | 1 | -0/+1 |
2012-07-22 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+0 |
2012-07-01 | linux/irq.h: fix kernel-doc warning | Randy Dunlap | 1 | -2/+0 |
2012-06-15 | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(... | Suresh Siddha | 1 | -2/+0 |
2012-05-21 | irq: Remove irq_chip->release() | Richard Weinberger | 1 | -5/+0 |
2012-04-23 | irq: Add IRQ_TYPE_DEFAULT for use by PIC drivers | Benjamin Herrenschmidt | 1 | -0/+7 |
2012-04-11 | irq: Kill pointless irqd_to_hw export | Grant Likely | 1 | -0/+5 |
2011-11-01 | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 1 | -20/+12 |
2011-10-03 | genirq: Add support for per-cpu dev_id interrupts | Marc Zyngier | 1 | -1/+15 |
2011-09-12 | genirq: Add IRQCHIP_SKIP_SET_WAKE flag | Santosh Shilimkar | 1 | -0/+2 |
2011-08-17 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+10 |
2011-07-28 | irq: Track the owner of irq descriptor | Sebastian Andrzej Siewior | 1 | -1/+10 |
2011-07-28 | irq: add irq_domain translation infrastructure | Grant Likely | 1 | -0/+6 |
2011-07-23 | Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-... | Linus Torvalds | 1 | -5/+0 |
2011-07-07 | genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) | Simon Guinot | 1 | -1/+2 |
2011-06-23 | genirq: Remove unused CHECK_IRQ_PER_CPU() | Thomas Gleixner | 1 | -5/+0 |
2011-04-23 | genirq: Add chip suspend and resume callbacks | Thomas Gleixner | 1 | -0/+11 |
2011-04-23 | genirq: Implement a generic interrupt chip | Thomas Gleixner | 1 | -0/+135 |
2011-04-23 | genirq: Support per-IRQ thread disabling. | Paul Mundt | 1 | -1/+13 |
2011-04-23 | genirq: Forgotten updates/deletions after removal of compat code | Geert Uytterhoeven | 1 | -18/+1 |
2011-03-30 | genirq: Remove obsolete comment | Thomas Gleixner | 1 | -7/+0 |
2011-03-29 | genirq: Remove move_*irq leftovers | Thomas Gleixner | 1 | -4/+0 |
2011-03-29 | genirq: Remove compat code | Thomas Gleixner | 1 | -117/+0 |
2011-03-28 | genirq: Fix new kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |