aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAge
* irq: slab alloc for default irq_affinityYinghai Lu2009-06-12
* irq: use kcalloc() instead of the bootmem allocatorPekka Enberg2009-06-11
* irq/cpumask: make memoryless node zero happyYinghai Lu2009-06-11
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-05-07
| |\
| * | tracing: fix build failure on s390Heiko Carstens2009-04-29
| * | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-14
| * | tracing: create automated trace definesSteven Rostedt2009-04-14
* | | sparseirq: Allow early irq_desc allocationPaul Mundt2009-05-23
* | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-12
|\ \ \ | | |/ | |/|
| * | Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner2009-05-01
| |/
* | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-28
* | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-28
* | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2009-04-28
|/
* Merge branch 'linus' into irq/threadedIngo Molnar2009-04-05
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-01
| |\
| | * Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-06
| | |\
| | * | tracing, genirq: add irq enter and exit trace eventsJason Baron2009-02-26
| * | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'linus' into core/percpuIngo Molnar2009-01-30
| | |\|
* | | | genirq: threaded irq handlers review fixupsThomas Gleixner2009-03-24
* | | | genirq: add threaded interrupt handler supportThomas Gleixner2009-03-24
* | | | Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-23
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-28
| |\| | | | |/ | |/|
| | * x86: arch_probe_nr_irqsYinghai Lu2009-01-12
| | * cpumask, irq: non-x86 build failuresMike Travis2009-01-11
| | * kstat: modify kstat_irqs_legacy to be variable sizedMike Travis2009-01-11
| | * irq: initialize nr_irqs based on nr_cpu_idsMike Travis2009-01-11
| | * irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis2009-01-11
| | * irq: use WARN() instead of WARN_ON().Mike Travis2009-01-11
| | * irq: change references from NR_IRQS to nr_irqsMike Travis2009-01-11
| | * cpumask: fix bug in use cpumask_var_t in irq_descMike Travis2009-01-11
| | * cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-11
| | |
| \ \
*-. | | Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-16
|\ \| |
| * | | genirq: deprecate __do_IRQThomas Gleixner2009-03-13
| * | | genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra2009-03-02
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-13
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * irq: optimize init_kstat_irqs/init_copy_kstat_irqsYinghai Lu2009-02-09
| | * irq: clear kstat_irqsYinghai Lu2009-02-09
| | * sparseirq: make some func to be used with genirqYinghai Lu2009-01-10
| |/
* / cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2009-01-27
|/
* sparseirq: work around __weak alias bugIngo Molnar2008-12-28
* sparseirq: fix hang with !SPARSE_IRQYinghai Lu2008-12-27
* sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu2008-12-27
* sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-27
* sparseirq: fix desc->lock initIngo Molnar2008-12-27
* sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu2008-12-26
* irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-26
* proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-26
* irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-26