aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAge
* Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-06
|\
| * Merge branch 'linus' into core/percpuIngo Molnar2009-01-30
| |\
| * | 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
* | | tracing, genirq: add irq enter and exit trace eventsJason Baron2009-02-26
| |/ |/|
* | 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
* locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro2008-12-18
* x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-16
* x86: use NR_IRQS_LEGACYYinghai Lu2008-12-08
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-08
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-16
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-16
* genirq: revert dynarrayThomas Gleixner2008-10-16
* genirq: remove sparse irq codeThomas Gleixner2008-10-16
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-16
* x86: fix typo in irq_desc arrayYinghai Lu2008-10-16
* fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton2008-10-16
* sparseirq: remove some debug print outYinghai Lu2008-10-16
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-16
* x86: sparse_irq needs spin_lock in allocationsYinghai Lu2008-10-16
* sparseirq: fix lockdepIngo Molnar2008-10-16
* irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-16
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-16
* generic: add irq_desc in function in parameterYinghai Lu2008-10-16
* irq: add irq_desc_without_newYinghai Lu2008-10-16
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-16
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* irq: sparse irqs, export nr_irqsIngo Molnar2008-10-16
* irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-16
* irq: introduce nr_irqsYinghai Lu2008-10-16
* genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner2008-07-22
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-08
* __do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson2007-11-14
* Fix Linuxdoc commentJeff Dike2007-05-09