aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/handle.c
AgeCommit message (Expand)Author
2009-01-12x86: arch_probe_nr_irqsYinghai Lu
2009-01-11cpumask, irq: non-x86 build failuresMike Travis
2009-01-11kstat: modify kstat_irqs_legacy to be variable sizedMike Travis
2009-01-11irq: initialize nr_irqs based on nr_cpu_idsMike Travis
2009-01-11irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis
2009-01-11irq: use WARN() instead of WARN_ON().Mike Travis
2009-01-11irq: change references from NR_IRQS to nr_irqsMike Travis
2009-01-11cpumask: fix bug in use cpumask_var_t in irq_descMike Travis
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis
2008-12-29sparseirq: work around __weak alias bugIngo Molnar
2008-12-27sparseirq: fix hang with !SPARSE_IRQYinghai Lu
2008-12-27sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu
2008-12-27sparseirq: fix desc->lock initIngo Molnar
2008-12-26sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton
2008-10-16sparseirq: remove some debug print outYinghai Lu
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu
2008-10-16sparseirq: fix lockdepIngo Molnar
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16generic: add irq_desc in function in parameterYinghai Lu
2008-10-16irq: add irq_desc_without_newYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu
2008-10-16irq: introduce nr_irqsYinghai Lu
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison
2007-11-14__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson
2007-05-09Fix Linuxdoc commentJeff Dike
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra
2006-11-22Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds