summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-131-0/+52
* genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2014-09-031-0/+42
* genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch2014-07-051-2/+2
* genirq: Remove dynamic_irq messThomas Gleixner2014-05-161-16/+7
* genirq: Replace dynamic_irq_init/cleanupThomas Gleixner2014-05-161-0/+7
* genirq: Remove irq_reserve_irq[s]Thomas Gleixner2014-05-161-25/+0
* genirq: Replace reserve_irqs in core codeThomas Gleixner2014-05-161-0/+7
* genirq: Provide generic hwirq allocation facilityThomas Gleixner2014-05-161-0/+51
* genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+7
* genirq: Add a kstat helper to increment irq statsThomas Gleixner2014-03-041-0/+5
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-111-0/+1
* genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2012-05-151-0/+1
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-1/+1
* genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-031-1/+31
* irqdesc: fix new kernel-doc warningRandy Dunlap2011-08-181-0/+1
* irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-281-12/+24
* 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
OpenPOWER on IntegriCloud