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