aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-19genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner1-8/+6
2011-02-19genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner1-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner1-17/+2
2011-02-19genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner1-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner1-13/+2
2011-02-19genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner1-1/+1
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner1-4/+10
2011-02-19genirq: Remove default magicThomas Gleixner1-58/+15
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-1/+11
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner1-17/+20
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner1-6/+20
2011-02-19genirq: Namespace cleanupThomas Gleixner1-14/+14
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner1-0/+2
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner1-102/+0
2010-10-12genirq: Provide default irq init flagsThomas Gleixner1-1/+1
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner1-0/+8
2010-10-12genirq: Provide status modifierThomas Gleixner1-19/+7
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-1/+7
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner1-0/+7
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner1-0/+7
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner1-0/+7
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner1-0/+8
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner1-6/+13
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-10/+27
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner1-5/+20
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner1-3/+10
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner1-6/+13
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner1-8/+12
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner1-6/+14
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner1-7/+15
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner1-2/+18
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-39/+39
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-2/+0
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+24
2010-03-24genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar1-2/+2
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner1-9/+22
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-15tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König1-1/+1
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps1-9/+43
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-43/+43
2009-11-04irq: Fix docbook commentsLiuweni1-3/+3
2009-08-27genirq: Do not mask oneshot edge type interruptsThomas Gleixner1-7/+2
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner1-0/+67
2009-08-17genirq: Add buslock supportThomas Gleixner1-0/+2
2009-08-17genirq: Add oneshot supportThomas Gleixner1-3/+11
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu1-10/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+4
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-2/+5
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar1-0/+2
2009-02-09irq: clear kstat_irqsYinghai Lu1-0/+1