aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-031-0/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-0/+2
|\
| * x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-02-101-0/+2
* | genirq: Fix documentation of default chip disable()Mark Brown2010-01-131-1/+1
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-1/+1
* doc: Fix IRQ chip docsKrzysztof Halasa2009-12-041-1/+1
* Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-0/+10
|\
| * genirq: Support nested threaded irq handlingThomas Gleixner2009-08-171-0/+3
| * genirq: Add buslock supportThomas Gleixner2009-08-171-0/+6
| * genirq: Add oneshot supportThomas Gleixner2009-08-171-0/+1
* | genirq: Add prototype for handle_nested_irq()Mark Brown2009-08-251-0/+1
* | genirq: Remove obsolete defines and typedefsThomas Gleixner2009-07-051-7/+0
|/
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-2/+2
|\
| * genirq, irq.h: Fix kernel-doc warningsRandy Dunlap2009-06-141-2/+2
* | x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-11/+7
* | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-2/+9
* | x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-281-1/+1
* | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-10/+6
* | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-1/+1
* | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-281-10/+0
* | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2009-04-281-9/+18
|/
*-. Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds2009-04-091-0/+14
|\ \
| * | irq: fix cpumask memory leak on offstack cpumask kernelsYinghai Lu2009-04-031-0/+14
* | | Merge branch 'linus' into irq/threadedIngo Molnar2009-04-061-0/+3
|\ \ \ | |/ /
| * | PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-301-0/+1
| * | Fix build error in <linux/irq.h>Ralf Baechle2009-03-291-0/+2
| * | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-3/+83
| |\ \
* | | | genirq: add threaded interrupt handler supportThomas Gleixner2009-03-241-0/+5
* | | | Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-231-3/+83
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | cpumask: fix bug in use cpumask_var_t in irq_descMike Travis2009-01-111-2/+7
| * | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-3/+78
| |/
| |
| \
*-. \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-161-3/+3
|\ \ \ | | |/
| * | genirq: make irqreturn_t an enumThomas Gleixner2009-03-131-2/+2
| * | genirq: remove unused hw_irq_controller typedefThomas Gleixner2009-03-131-1/+0
| * | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-1/+1
| * | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-121-0/+1
| |/
* | irq: clean up irq stat methodsYinghai Lu2009-01-221-6/+0
* | sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-4/+2
|/
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+2
|\
| * Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-171-0/+10
| |\
| * \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-1/+44
| |\ \
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+2
* | | | sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-3/+0
* | | | sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+3
* | | | irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-261-20/+4
| | | |
| \ \ \
*-. \ \ \ Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-251-9/+60
|\ \ \ \ \ | | |/ / /
| * | | | sparseirq: add kernel-doc notation for new member in irq_desc, -v2Yinghai Lu2008-12-191-0/+3
| | |_|/ | |/| |
| * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-0/+10
| | |/ | |/|
| * | sparseirq: fix Alpha build failureYinghai Lu2008-12-091-9/+0
| * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-1/+53
| |/