summaryrefslogtreecommitdiffstats
path: root/kernel/irq/autoprobe.c
AgeCommit message (Expand)AuthorLines
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner-2/+2
2011-03-29genirq: Remove compat codeThomas Gleixner-3/+1
2011-02-19genirq: Remove real old transition functionsThomas Gleixner-6/+0
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner-2/+2
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner-2/+4
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner-6/+5
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner-17/+12
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner-5/+5
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner-2/+3
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner-2/+2
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner-3/+3
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner-7/+7
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-10/+10
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven-0/+5
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro-15/+0
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu-0/+15
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner-4/+4
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner-33/+12
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar-0/+10
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu-5/+5
2008-10-16irq: introduce nr_irqsYinghai Lu-5/+5
2006-06-29[PATCH] genirq: add handle_bad_irq()Ingo Molnar-0/+8
2006-06-29[PATCH] genirq: coreThomas Gleixner-1/+8
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner-2/+2
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar-3/+3
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar-9/+7
2006-06-29[PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar-4/+5
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar-5/+5
2005-06-28[PATCH] Using msleep() instead of HZLuca Falavigna-5/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+189