summaryrefslogtreecommitdiffstats
path: root/kernel/irq/autoprobe.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-151-2/+2
* genirq: Remove compat codeThomas Gleixner2011-03-291-3/+1
* genirq: Remove real old transition functionsThomas Gleixner2011-02-191-6/+0
* genirq: Wrap the remaning IRQ_* flagsThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-2/+4
* genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-6/+5
* genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-191-17/+12
* genirq: Consolidate startup/shutdown of interruptsThomas Gleixner2011-02-191-5/+5
* genirq: Provide compat handling for chip->set_type()Thomas Gleixner2010-10-041-2/+3
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-041-2/+2
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-3/+3
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-7/+7
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-10/+10
* async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-0/+5
* irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-15/+0
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+15
* genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner2008-10-161-4/+4
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-161-33/+12
* irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar2008-10-161-0/+10
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-5/+5
* irq: introduce nr_irqsYinghai Lu2008-10-161-5/+5
* [PATCH] genirq: add handle_bad_irq()Ingo Molnar2006-06-291-0/+8
* [PATCH] genirq: coreThomas Gleixner2006-06-291-1/+8
* [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-291-2/+2
* [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-291-3/+3
* [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-291-9/+7
* [PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar2006-06-291-4/+5
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-5/+5
* [PATCH] Using msleep() instead of HZLuca Falavigna2005-06-281-5/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+189