aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29sparseirq: work around __weak alias bugIngo Molnar1-5/+0
2008-12-27sparseirq: fix hang with !SPARSE_IRQYinghai Lu1-0/+15
2008-12-27sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu1-0/+1
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu1-3/+4
2008-12-27sparseirq: fix desc->lock initIngo Molnar1-0/+2
2008-12-26sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu1-4/+0
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro1-3/+0
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro1-1/+1
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro1-2/+11
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-5/+0
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu1-5/+10
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu1-3/+3
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-6/+175
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner1-2/+3
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-2/+1
2008-10-16genirq: revert dynarrayThomas Gleixner1-105/+9
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-114/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-14/+0
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu1-1/+1
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton1-2/+1
2008-10-16sparseirq: remove some debug print outYinghai Lu1-18/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-0/+10
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu1-1/+12
2008-10-16sparseirq: fix lockdepIngo Molnar1-5/+0
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-54/+61
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-18/+5
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-0/+30
2008-10-16irq: add irq_desc_without_newYinghai Lu1-4/+24
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-27/+70
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-13/+125
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar1-0/+1
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+31
2008-10-16irq: introduce nr_irqsYinghai Lu1-1/+2
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner1-2/+0
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-2/+2
2007-11-14__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson1-3/+5
2007-05-09Fix Linuxdoc commentJeff Dike1-1/+0
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle1-0/+2
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-1/+1
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+1
2006-11-22Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-11/+8
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+2
2006-09-01[PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar1-0/+5
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate genirqIngo Molnar1-0/+16
2006-07-02[PATCH] genirq: ARM dyntick cleanupThomas Gleixner1-12/+1
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+29
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner1-0/+16