Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / irq / irqdesc.c
2012-05-15 Jiri Kosinagenirq: export handle_edge_irq() and irq_to_desc()
2011-10-31 Paul Gortmakerirq: don't put module.h into irq.h for tracking irqgen...
2011-10-03 Marc Zyngiergenirq: Add support for per-cpu dev_id interrupts
2011-08-18 Randy Dunlapirqdesc: fix new kernel-doc warning
2011-07-28 Sebastian Andrzej... irq: Track the owner of irq descriptor
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-03 Mark Browngenirq: Ensure we locate the passed IRQ in irq_alloc_de...
2011-06-03 Linus Walleijgenirq: Fix descriptor init on non-sparse IRQs
2011-05-18 Jonathan Cameronirq: Export functions to allow modular irq drivers
2011-05-18 Thomas Gleixnergenirq: Uninline and sanity check generic_handle_irq()
2011-05-18 Thomas Gleixnergenirq: Remove pointless ifdefs
2011-03-28 Thomas Gleixnergenirq: Move INPROGRESS, MASKED and DISABLED state...
2011-03-27 Thomas Gleixnergenirq: Add irq disabled flag to irq_data state
2011-03-23 Thomas Gleixnergenirq; Remove the last leftovers of the old sparse...
2011-02-21 Yinghai Lugenirq: Use IRQ_BITMAP_BITS as search size in irq_alloc...
2011-02-19 Thomas Gleixnergenirq: Implement irq_get/put_desc_[bus]locked/unlock()
2011-02-19 Thomas Gleixnergenirq: Force wrapped access to desc->status in core...
2011-02-19 Thomas Gleixnergenirq: Move IRQ_DISABLED to core
2011-02-19 Thomas Gleixnergenirq: Protect tglx from tripping over his own feet
2011-02-19 Thomas Gleixnergenirq: Make nr_irqs runtime expandable
2011-02-19 Thomas GleixnerMerge branch 'irq/urgent' into irq/core
2011-02-19 Thomas Gleixnergenirq: Prevent access beyond allocated_irqs bitmap
2011-02-08 Thomas Gleixnergenirq: Remove dead code
2011-01-14 Eric Dumazetirq: use per_cpu kstat_irqs
2010-10-28 KAMEZAWA Hiroyuki/proc/stat: fix scalability of irq sum of all cpu
2010-10-12 Thomas Gleixnergenirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build
2010-10-12 Thomas Gleixnergenirq: Switch sparse_irq allocator to GFP_KERNEL
2010-10-12 Thomas Gleixnergenirq: Make sparse_lock a mutex
2010-10-12 Thomas Gleixnergenirq: Remove the now unused sparse irq leftovers
2010-10-12 Thomas Gleixnergenirq: Sanitize dynamic irq handling
2010-10-12 Thomas Gleixnergenirq: Remove arch_init_chip_data()
2010-10-12 Thomas Gleixnergenirq: Query arch for number of early descriptors
2010-10-12 Thomas Gleixnergenirq: Use sane sparse allocator
2010-10-12 Thomas Gleixnergenirq: Implement irq reservation
2010-10-12 Thomas Gleixnergenirq: Implement sane enumeration
2010-10-12 Thomas Gleixnergenirq: Prepare proc for real sparse irq support
2010-10-12 Thomas Gleixnergenirq: Implement a sane sparse_irq allocator
2010-10-12 Thomas Gleixnergenirq: Provide default irq init flags
2010-10-12 Thomas Gleixnergenirq: Remove export of kstat_irqs_cpu
2010-10-12 Thomas Gleixnergenirq: Remove early_init_irq_lock_class()
2010-10-12 Thomas Gleixnergenirq: Distangle kernel/irq/handle.c