aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
Commit message (Expand)AuthorAgeFilesLines
...
* genirq: Sanitize dynamic irq handlingThomas Gleixner2010-10-121-102/+0
* genirq: Provide default irq init flagsThomas Gleixner2010-10-121-1/+1
* genirq: Sanitize irq_data accessorsThomas Gleixner2010-10-121-0/+8
* genirq: Provide status modifierThomas Gleixner2010-10-121-19/+7
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-1/+7
* genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2010-10-041-0/+7
* genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2010-10-041-0/+7
* genirq: Provide compat handling for chip->set_type()Thomas Gleixner2010-10-041-0/+7
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-041-0/+8
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-041-6/+13
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-10/+27
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-041-5/+20
* 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-041-8/+12
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-041-6/+14
* genirq: Provide compat handling for chip->mask()Thomas Gleixner2010-10-041-7/+15
* genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner2010-10-041-2/+18
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-39/+39
* genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-2/+0
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-261-11/+24
|\
| * genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar2010-03-241-2/+2
| * genirq: Prevent oneshot irq thread raceThomas Gleixner2010-03-101-9/+22
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König2010-02-151-1/+1
* | x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-02-101-9/+43
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-43/+43
* irq: Fix docbook commentsLiuweni2009-11-041-3/+3
* genirq: Do not mask oneshot edge type interruptsThomas Gleixner2009-08-271-7/+2
* genirq: Support nested threaded irq handlingThomas Gleixner2009-08-171-0/+67
* genirq: Add buslock supportThomas Gleixner2009-08-171-0/+2
* genirq: Add oneshot supportThomas Gleixner2009-08-171-3/+11
* x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-281-10/+2
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+4
|\
| * Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-091-0/+2
| |\
| * | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-1/+4
| | |
| \ \
*-. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-2/+5
|\ \ \ \ | |_|_|/ |/| | |
| | * | irq: clear kstat_irqsYinghai Lu2009-02-091-0/+1
| | |/
| * | Merge branch 'linus' into irq/genirqIngo Molnar2009-01-161-1/+1
| |\ \ | | |/
| * | genirq: check chip->ack before callingWang Chen2008-12-291-2/+4
* | | irq: export __set_irq_handler() and handle_level_irq()Ingo Molnar2009-01-141-0/+2
| |/ |/|
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+1
|\ \ | |/ |/|
| * Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-171-2/+10
| |\
| * \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-1/+2
| |\ \
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-251-3/+13
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| | * | genirq: record IRQ_LEVEL in irq_desc[]David Brownell2008-12-021-0/+1
| |/ / |/| |
| * | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-2/+10
| |/
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-1/+2
|/
* genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-211-0/+1