aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-16Merge branch 'linus' into irq/genirqIngo Molnar1-1/+1
2009-01-14irq: export __set_irq_handler() and handle_level_irq()Ingo Molnar1-0/+2
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-1/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-29genirq: check chip->ack before callingWang Chen1-2/+4
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/coreIngo Molnar1-3/+13
2008-12-17Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar1-2/+10
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu1-2/+10
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-1/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+1
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-1/+2
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell1-0/+1
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson1-0/+1
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen1-1/+1
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-30/+13
2008-10-16genirq: revert dynarrayThomas Gleixner1-25/+5
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-1/+1
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson1-1/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-1/+20
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-10/+11
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu1-22/+27
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-10/+5
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-13/+19
2008-10-16irq: introduce nr_irqsYinghai Lu1-10/+10
2008-10-02genirq: record trigger typeDavid Brownell1-7/+8
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar1-8/+4
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL1-1/+1
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven1-8/+4
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+1
2008-02-19genirq: do not leave interupts enabled on free_irqThomas Gleixner1-1/+19
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle1-0/+36
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-5/+5
2007-12-18genirq: revert lazy irq disable for simple irqsSteven Rostedt1-7/+2