aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina1-0/+1
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-1/+1
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-1/+31
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior1-12/+24
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron1-0/+3
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner1-0/+15
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner1-3/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+0
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner1-0/+1
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner1-14/+0
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu1-7/+8
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner1-0/+20
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-0/+2
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner1-2/+2
2011-02-19genirq: Make nr_irqs runtime expandableThomas Gleixner1-3/+19
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-1/+10
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner1-1/+10
2011-02-08genirq: Remove dead codeThomas Gleixner1-17/+0
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet1-10/+30
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-0/+15
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner1-1/+1
2010-10-12genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner1-3/+2
2010-10-12genirq: Make sparse_lock a mutexThomas Gleixner1-19/+14
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner1-28/+2
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner1-18/+23
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner1-2/+0
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner1-5/+5
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner1-109/+20
2010-10-12genirq: Implement irq reservationThomas Gleixner1-0/+26
2010-10-12genirq: Implement sane enumerationThomas Gleixner1-0/+11
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner1-0/+2
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner1-8/+223
2010-10-12genirq: Provide default irq init flagsThomas Gleixner1-3/+3
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner1-1/+0
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner1-10/+1
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner1-0/+269