aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAge
*-. 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
* 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
* Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-08
* Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai2007-05-08
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-07
* Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2006-11-22
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05