aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown2011-06-031-0/+6
* genirq: Fix descriptor init on non-sparse IRQsLinus Walleij2011-06-031-5/+3
* irq: Export functions to allow modular irq driversJonathan Cameron2011-05-181-0/+3
* genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner2011-05-181-0/+15
* genirq: Remove pointless ifdefsThomas Gleixner2011-05-181-3/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-2/+0
* genirq: Add irq disabled flag to irq_data stateThomas Gleixner2011-03-271-0/+1
* genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner2011-03-231-14/+0
* genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu2011-02-211-7/+8
* genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner2011-02-191-0/+20
* genirq: Force wrapped access to desc->status in core codeThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-0/+2
* genirq: Protect tglx from tripping over his own feetThomas Gleixner2011-02-191-2/+2
* genirq: Make nr_irqs runtime expandableThomas Gleixner2011-02-191-3/+19
* Merge branch 'irq/urgent' into irq/coreThomas Gleixner2011-02-191-1/+10
|\
| * genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner2011-02-191-1/+10
* | genirq: Remove dead codeThomas Gleixner2011-02-081-17/+0
|/
* irq: use per_cpu kstat_irqsEric Dumazet2011-01-131-10/+30
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-271-0/+15
* genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner2010-10-121-1/+1
* genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner2010-10-121-3/+2
* genirq: Make sparse_lock a mutexThomas Gleixner2010-10-121-19/+14
* genirq: Remove the now unused sparse irq leftoversThomas Gleixner2010-10-121-28/+2
* genirq: Sanitize dynamic irq handlingThomas Gleixner2010-10-121-18/+23
* genirq: Remove arch_init_chip_data()Thomas Gleixner2010-10-121-2/+0
* genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-5/+5
* genirq: Use sane sparse allocatorThomas Gleixner2010-10-121-109/+20
* genirq: Implement irq reservationThomas Gleixner2010-10-121-0/+26
* genirq: Implement sane enumerationThomas Gleixner2010-10-121-0/+11
* genirq: Prepare proc for real sparse irq supportThomas Gleixner2010-10-121-0/+2
* genirq: Implement a sane sparse_irq allocatorThomas Gleixner2010-10-121-8/+223
* genirq: Provide default irq init flagsThomas Gleixner2010-10-121-3/+3
* genirq: Remove export of kstat_irqs_cpuThomas Gleixner2010-10-121-1/+0
* genirq: Remove early_init_irq_lock_class()Thomas Gleixner2010-10-121-10/+1
* genirq: Distangle kernel/irq/handle.cThomas Gleixner2010-10-121-0/+269