aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAge
* genirq: Remove __do_IRQThomas Gleixner2011-01-21
* genirq: Distangle kernel/irq/handle.cThomas Gleixner2010-10-12
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->ack()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->mask()Thomas Gleixner2010-10-04
* genirq: Add new functions to dummy chipsThomas Gleixner2010-10-04
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-04
* genirq: Create irq_dataThomas Gleixner2010-10-04
* genirq: Run irq handlers with interrupts disabledIngo Molnar2010-04-13
* sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu2010-02-17
* sparseirq: Change irq_desc_ptrs to staticYinghai Lu2010-02-17
* irq: Remove unnecessary bootmem codeYinghai Lu2010-02-17
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-14
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* irq: Make sure irq_desc for legacy irq get correct node settingYinghai Lu2009-08-29
* 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