summaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-161-0/+31
* irq: introduce nr_irqsYinghai Lu2008-10-161-1/+2
* genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner2008-07-221-2/+0
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-2/+2
* __do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson2007-11-141-3/+5
* Fix Linuxdoc commentJeff Dike2007-05-091-1/+0
* Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-081-0/+2
* Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai2007-05-081-1/+1
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-1/+1
* Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2006-11-221-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-11/+8
* [PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells2006-09-261-0/+2
* [PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar2006-09-011-0/+5
* [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-031-1/+1
* [PATCH] lockdep: annotate genirqIngo Molnar2006-07-031-0/+16
* [PATCH] genirq: ARM dyntick cleanupThomas Gleixner2006-07-021-12/+1
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-021-0/+29
|\
| * [ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner2006-07-011-0/+16
| * [ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirqThomas Gleixner2006-07-011-0/+13
* | [PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
|/
* [PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar2006-06-291-0/+2
* [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar2006-06-291-3/+3
* [PATCH] genirq: add handle_bad_irq()Ingo Molnar2006-06-291-0/+1
* [PATCH] genirq: coreThomas Gleixner2006-06-291-0/+10
OpenPOWER on IntegriCloud