summaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-21/+33
|\
| * Merge branch 'linus' into core/percpuIngo Molnar2009-01-301-0/+16
| |\
| * | 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-111-2/+9
| * | 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-111-7/+1
| * | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-12/+14
| | |
| \ \
*-. \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-161-0/+7
|\ \ \ \ | | | |/ | | |/|
| * | | genirq: deprecate __do_IRQThomas Gleixner2009-03-131-0/+5
| * | | genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra2009-03-031-0/+2
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-12/+20
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * irq: optimize init_kstat_irqs/init_copy_kstat_irqsYinghai Lu2009-02-091-9/+11
| | * irq: clear kstat_irqsYinghai Lu2009-02-091-0/+5
| | * sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-3/+4
| |/
* | cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2009-01-271-0/+16
|/
* sparseirq: work around __weak alias bugIngo Molnar2008-12-291-5/+0
* sparseirq: fix hang with !SPARSE_IRQYinghai Lu2008-12-271-0/+15
* sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu2008-12-271-0/+1
* sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
* sparseirq: fix desc->lock initIngo Molnar2008-12-271-0/+2
* sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu2008-12-261-4/+0
* irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-3/+0
* proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-1/+1
* irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-261-2/+11
* locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro2008-12-181-5/+0
* x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-5/+10
* x86: use NR_IRQS_LEGACYYinghai Lu2008-12-081-3/+3
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-6/+175
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-161-2/+3
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-161-2/+1
* genirq: revert dynarrayThomas Gleixner2008-10-161-105/+9
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-114/+0
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-161-14/+0
* x86: fix typo in irq_desc arrayYinghai Lu2008-10-161-1/+1
* fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton2008-10-161-2/+1
* sparseirq: remove some debug print outYinghai Lu2008-10-161-18/+0
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-161-0/+10
* x86: sparse_irq needs spin_lock in allocationsYinghai Lu2008-10-161-1/+12
* sparseirq: fix lockdepIngo Molnar2008-10-161-5/+0
* irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-161-54/+61
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-161-18/+5
* generic: add irq_desc in function in parameterYinghai Lu2008-10-161-0/+30
* irq: add irq_desc_without_newYinghai Lu2008-10-161-4/+24
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-27/+70
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-13/+125
* irq: sparse irqs, export nr_irqsIngo Molnar2008-10-161-0/+1
OpenPOWER on IntegriCloud