aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-044-16/+16
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-045-22/+35
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-043-8/+21
* genirq: Provide compat handling for chip->eoi()Thomas Gleixner2010-10-041-3/+10
* genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner2010-10-041-6/+13
* genirq: Provide compat handling for chip->ack()Thomas Gleixner2010-10-042-18/+12
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-044-9/+16
* genirq: Provide compat handling for chip->mask()Thomas Gleixner2010-10-043-9/+16
* genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner2010-10-043-19/+35
* genirq: Add new functions to dummy chipsThomas Gleixner2010-10-042-17/+44
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-0410-105/+106
* genirq: Create irq_dataThomas Gleixner2010-10-041-20/+19
* genirq: Provide KconfigThomas Gleixner2010-10-041-0/+54
* genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-2/+0
* irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-291-1/+1
* genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner2010-06-091-0/+3
* genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr2010-05-121-3/+1
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-032-0/+61
* genirq: Remove IRQF_DISABLED from core codeThomas Gleixner2010-04-131-30/+0
* genirq: Run irq handlers with interrupts disabledIngo Molnar2010-04-131-3/+0
* genirq: Introduce request_any_context_irq()Marc Zyngier2010-04-131-0/+37
* Merge branch 'linus' into irq/coreThomas Gleixner2010-04-134-11/+58
|\
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-04-061-0/+10
| |\
| | * genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner2010-03-311-0/+10
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
| |/
| * Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-262-11/+46
| |\
| | * genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar2010-03-241-2/+2
| | * genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner2010-03-241-0/+4
| | * genirq: Prevent oneshot irq thread raceThomas Gleixner2010-03-102-9/+40
* | | genirq: Expose irq_desc->node in proc/irqDimitri Sivanich2010-03-241-0/+23
|/ /
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-3/+3
|\ \ | |/ |/|
| * tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König2010-02-151-1/+1
| * devres/irq: Fix devm_irq_match commentJean Delvare2010-02-111-1/+1
| * devres: typo fix s/dev/devm/Baruch Siach2010-02-051-1/+1
* | sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu2010-02-171-24/+25
* | sparseirq: Change irq_desc_ptrs to staticYinghai Lu2010-02-173-8/+9
* | irq: Remove unnecessary bootmem codeYinghai Lu2010-02-171-11/+3
* | x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-02-101-9/+43
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-1410-108/+108
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König2009-12-041-1/+1
| | * fix kerneldoc for set_irq_msi()Liuweni2009-12-041-2/+2
| | |
| \ \
*-. \ \ Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2009-12-081-1/+1
|\ \ \ \ | |_|/ / |/| | |
| | * | genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques2009-04-231-1/+1
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-053-32/+28
|\ \ \ \
| * | | | genirq: Fix spurious irq seqfile conversionThomas Gleixner2009-11-201-1/+1
| * | | | genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan2009-11-181-15/+21
| * | | | irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov2009-11-081-0/+2
| * | | | irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner2009-11-041-13/+1