Merge branch 'cpus4096' into irq/threaded
[safe/jmp/linux-2.6] / kernel / irq / handle.c
2009-03-23 Thomas GleixnerMerge branch 'cpus4096' into irq/threaded
2009-03-16 Ingo MolnarMerge branches 'irq/genirq' and 'linus' into irq/core
2009-03-13 Thomas Gleixnergenirq: deprecate __do_IRQ
2009-03-02 Peter Zijlstragenirq: assert that irq handlers are indeed running...
2009-02-13 Ingo MolnarMerge branches 'irq/genirq', 'irq/sparseirq' and 'irq...
2009-02-09 Yinghai Luirq: optimize init_kstat_irqs/init_copy_kstat_irqs
2009-02-09 Yinghai Luirq: clear kstat_irqs
2009-01-30 Ingo MolnarMerge branch 'linus' into core/percpu
2009-01-28 Ingo MolnarMerge branch 'core/percpu' into x86/core
2009-01-28 David Daneycpumask fallout: Initialize irq_default_affinity earlier
2009-01-13 Yinghai Lux86: arch_probe_nr_irqs
2009-01-11 Mike Traviscpumask, irq: non-x86 build failures
2009-01-11 Mike Traviskstat: modify kstat_irqs_legacy to be variable sized
2009-01-11 Mike Travisirq: initialize nr_irqs based on nr_cpu_ids
2009-01-11 Mike Travisirq: allocate irq_desc_ptrs array based on nr_irqs
2009-01-11 Mike Travisirq: use WARN() instead of WARN_ON().
2009-01-11 Mike Travisirq: change references from NR_IRQS to nr_irqs
2009-01-11 Mike Traviscpumask: fix bug in use cpumask_var_t in irq_desc
2009-01-11 Mike Traviscpumask: update irq_desc to use cpumask_var_t
2009-01-11 Yinghai Lusparseirq: make some func to be used with genirq
2008-12-28 Ingo Molnarsparseirq: work around __weak alias bug
2008-12-27 Yinghai Lusparseirq: fix hang with !SPARSE_IRQ
2008-12-27 Yinghai Lusparseirq: set lock_class for legacy irq when sparse_ir...
2008-12-27 Yinghai Lusparseirq: work around compiler optimizing away __weak...
2008-12-27 Ingo Molnarsparseirq: fix desc->lock init
2008-12-26 Yinghai Lusparseirq: remove duplicated arch_early_irq_init()
2008-12-26 KOSAKI Motohiroirq: simplify for_each_irq_desc() usage
2008-12-26 KOSAKI Motohiroproc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
2008-12-26 KOSAKI Motohiroirq: for_each_irq_desc() move to irqnr.h
2008-12-18 KOSAKI Motohirolocking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP
2008-12-16 Yinghai Lux86, sparseirq: move irq_desc according to smp_affinity, v7
2008-12-08 Yinghai Lux86: use NR_IRQS_LEGACY
2008-12-08 Yinghai Lusparse irq_desc[] array: core kernel and x86 changes
2008-10-16 Thomas Gleixnergenirq: use iterators for irq_desc loops
2008-10-16 Thomas Gleixnergenirq: cleanup the sparseirq modifications
2008-10-16 Thomas Gleixnergenirq: revert dynarray
2008-10-16 Thomas Gleixnergenirq: remove sparse irq code
2008-10-16 Thomas Gleixnergenirq: use inline function for irq_to_desc
2008-10-16 Yinghai Lux86: fix typo in irq_desc array
2008-10-16 Andrew Mortonfix warning: "x86: sparse_irq needs spin_lock in alloca...
2008-10-16 Yinghai Lusparseirq: remove some debug print out
2008-10-16 Yinghai Lusparseirq: move kstat_irqs from kstat to irq_desc ...
2008-10-16 Yinghai Lux86: sparse_irq needs spin_lock in allocations
2008-10-16 Ingo Molnarsparseirq: fix lockdep
2008-10-16 Yinghai Luirq: separate sparse_irqs from sparse_irqs_free
2008-10-16 Yinghai Lux86_64: rename irq_desc/irq_desc_alloc
2008-10-16 Yinghai Lugeneric: add irq_desc in function in parameter
2008-10-16 Yinghai Luirq: add irq_desc_without_new
2008-10-16 Yinghai Lux86: move kstat_irqs from kstat to irq_desc
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2008-10-16 Ingo Molnarirq: sparse irqs, export nr_irqs
2008-10-16 Yinghai Luirq: make irq_desc to use dyn_array
2008-10-16 Yinghai Luirq: introduce nr_irqs
2008-07-22 Thomas Gleixnergenirq: remove last NO_IDLE_HZ leftovers
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2007-11-15 Russ Anderson__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU...
2007-05-09 Jeff DikeFix Linuxdoc comment
2007-05-08 Bernhard WalleAdd IRQF_IRQPOLL flag (common code)
2007-05-08 Ravikiran G ThirumalaiPad irq_desc to internode cacheline size
2006-12-07 Peter Zijlstra[PATCH] lockdep: name some old style locks
2006-11-22 Linus TorvaldsDon't call "note_interrupt()" with irq descriptor lock...
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-26 David Howells[PATCH] FRV: permit __do_IRQ() to be dispensed with
2006-09-01 Henrik Kretzschmar[PATCH] kerneldoc for handle_bad_irq()
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate enable_in_hardirq()
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate genirq
2006-07-03 Thomas Gleixner[PATCH] genirq: ARM dyntick cleanup
2006-07-02 Linus TorvaldsMerge branch 'genirq' of /home/rmk/linux-2.6-arm
2006-07-02 Thomas Gleixner[PATCH] irq-flags: generic irq: Use the new IRQF_ constants
2006-07-01 Thomas Gleixner[ARM] 3690/1: genirq: Introduce and make use of dummy...
2006-07-01 Thomas Gleixner[ARM] 3679/1: ARM: Make ARM dyntick implementation...
2006-06-29 Ingo Molnar[PATCH] genirq: more verbose debugging on unexpected...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip...
2006-06-29 Ingo Molnar[PATCH] genirq: add handle_bad_irq()
2006-06-29 Thomas Gleixner[PATCH] genirq: core
2006-06-29 Ingo Molnar[PATCH] genirq: update copyrights
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOAUTOEN support
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: no_irq_type cleanups
2006-06-29 Ingo Molnar[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: reduce irq_desc_t use, mark...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: misc code cleanups
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: remove fastcall
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge irq_affinity[] into...
2006-06-29 Ingo Molnar[PATCH] genirq: rename desc->handler to desc->chip
2006-06-23 Jan Beulich[PATCH] adjust handle_IRR_event() return type
2005-09-28 Paul MackerrasDon't call a NULL ack function in the generic IRQ code.
2005-09-07 Karsten Wiese[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_...
2005-06-29 Alan Cox[PATCH] irqpoll
2005-05-28 John Hawkes[PATCH] drop note_interrupt() for per-CPU for proper...
2005-05-17 Zhang, Yanmin[PATCH] spurious interrupt fix
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2