summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+1
|\
| * genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-121-1/+1
* | irq: slab alloc for default irq_affinityYinghai Lu2009-06-121-1/+1
* | irq: use kcalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-1/+1
* | irq/cpumask: make memoryless node zero happyYinghai Lu2009-06-111-4/+5
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-4/+1
|\ \
| * \ Merge branch 'linus' into tracing/coreIngo Molnar2009-05-072-5/+2
| |\ \ | | |/
| * | tracing: fix build failure on s390Heiko Carstens2009-04-291-2/+0
| * | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
| * | tracing: create automated trace definesSteven Rostedt2009-04-141-4/+3
* | | sparseirq: Allow early irq_desc allocationPaul Mundt2009-05-231-4/+14
* | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-121-2/+0
|\ \ \ | | |/ | |/|
| * | Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner2009-05-011-2/+0
* | | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-1/+1
* | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-283-42/+24
* | | irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-283-11/+23
* | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-284-20/+5
* | | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2009-04-282-4/+7
|/ /
* | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-3/+2
|/
*-. Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds2009-04-091-0/+1
|\ \
| * | irq: fix cpumask memory leak on offstack cpumask kernelsYinghai Lu2009-04-031-0/+1
* | | Merge branch 'linus' into irq/threadedIngo Molnar2009-04-065-7/+112
|\ \ \
| * \ \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-0/+6
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-067-40/+76
| | |\ \
| | * | | tracing, genirq: add irq enter and exit trace eventsJason Baron2009-02-261-0/+6
| | | |/ | | |/|
| * | | PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-304-7/+106
| * | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-277-39/+74
| |\ \ \ | | | |/ | | |/|
| | * | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-092-1/+8
| | |\ \ | | | |/
| | * | Merge branch 'linus' into core/percpuIngo Molnar2009-01-302-9/+17
| | |\ \
* | | | | genirq: threaded irq handlers review fixupsThomas Gleixner2009-03-242-15/+31
* | | | | genirq: add support for threaded interrupts to devresArjan van de Ven2009-03-241-6/+10
* | | | | genirq: add threaded interrupt handler supportThomas Gleixner2009-03-242-14/+209
* | | | | Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-237-39/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-052-1/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-287-40/+76
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | x86: arch_probe_nr_irqsYinghai Lu2009-01-121-7/+2
| | * | cpumask, irq: non-x86 build failuresMike Travis2009-01-111-0/+5
| | * | kstat: modify kstat_irqs_legacy to be variable sizedMike Travis2009-01-111-3/+7
| | * | irq: initialize nr_irqs based on nr_cpu_idsMike Travis2009-01-111-0/+3
| | * | irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis2009-01-112-2/+16
| | * | irq: use WARN() instead of WARN_ON().Mike Travis2009-01-111-3/+2
| | * | irq: change references from NR_IRQS to nr_irqsMike Travis2009-01-111-5/+9
| | * | cpumask: fix bug in use cpumask_var_t in irq_descMike Travis2009-01-112-12/+9
| | * | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-116-28/+43
| | | |
| \ \ \
*-. \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-162-78/+111
|\ \ \ \ \ | | | |_|/ | | |/| |
| * | | | genirq: deprecate __do_IRQThomas Gleixner2009-03-131-0/+5
| * | | | genirq: use kzalloc instead of explicit zero initializationThomas Gleixner2009-03-131-3/+1
| * | | | genirq: remove redundant if conditionThomas Gleixner2009-03-131-1/+1
| * | | | irq: export remove_irq() and setup_irq() symbolsMagnus Damm2009-03-121-0/+2
| * | | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-9/+17
OpenPOWER on IntegriCloud