aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
AgeCommit message (Expand)Author
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner
2011-02-19genirq: Make nr_irqs runtime expandableThomas Gleixner
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner
2011-02-08genirq: Remove dead codeThomas Gleixner
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner
2010-10-12genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner
2010-10-12genirq: Make sparse_lock a mutexThomas Gleixner
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner
2010-10-12genirq: Implement irq reservationThomas Gleixner
2010-10-12genirq: Implement sane enumerationThomas Gleixner
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner
2010-10-12genirq: Provide default irq init flagsThomas Gleixner
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner