summaryrefslogtreecommitdiff
path: root/kernel/irq/spurious.c
AgeCommit message (Expand)Author
2011-12-09genirq: fix regression in irqfixup, irqpollEdward Donovan
2011-11-26genirq: Fix irqfixup, irqpoll regressionEdward Donovan
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner
2011-02-19genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner
2011-02-19genirq: Consolidate disable/enableThomas Gleixner
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner
2011-02-19genirq: spurious: Run only one poller at a timeThomas Gleixner
2011-02-19genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner
2011-02-19genirq: Fixup poll handlingThomas Gleixner
2011-02-19genirq: Plug race in report_bad_irq()Thomas Gleixner
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-04tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang
2009-11-04irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner
2009-08-04irq: Clean up by removing irqfixup MODULE_PARM_DESC()Jiri Slaby
2009-01-16irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16irq: introduce nr_irqsYinghai Lu
2008-07-18genirq: enable polling for disabled screaming irqsEric W. Biederman
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner
2008-02-19genirq: spurious.c: use time_* macrosS.Caglar Onur
2008-01-30genirq: turn irq debugging options into module paramsAndi Kleen
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox
2007-05-24Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle
2007-01-11[PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner