aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/spurious.c
Commit message (Expand)AuthorAge
* genirq: Remove compat codeThomas Gleixner2011-03-29
* genirq: Fix typo and remove unused variableThomas Gleixner2011-03-28
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-28
* genirq: Wrap the remaning IRQ_* flagsThomas Gleixner2011-02-19
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-19
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-19
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-19
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-19
* genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-19
* genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-19
* genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner2011-02-19
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-19
* genirq: Consolidate disable/enableThomas Gleixner2011-02-19
* genirq: Mark polled irqs and defer the real handlerThomas Gleixner2011-02-19
* genirq: spurious: Run only one poller at a timeThomas Gleixner2011-02-19
* genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner2011-02-19
* genirq: Fixup poll handlingThomas Gleixner2011-02-19
* genirq: Plug race in report_bad_irq()Thomas Gleixner2011-02-19
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-04
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-04
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-14
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-07
|\
| * tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König2009-12-04
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-05
|\ \
| * | irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner2009-11-04
| |/
* / genirq: try_one_irq() must be called with irq disabledYong Zhang2009-11-07
|/
* irq: Clean up by removing irqfixup MODULE_PARM_DESC()Jiri Slaby2009-08-04
* irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar2009-01-16
* irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-26
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-08
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-16
* irq: fix irqpoll && sparseirqYinghai Lu2008-10-16
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* irq: introduce nr_irqsYinghai Lu2008-10-16
* genirq: enable polling for disabled screaming irqsEric W. Biederman2008-07-18
* genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner2008-05-02
* genirq: spurious.c: use time_* macrosS.Caglar Onur2008-02-19
* genirq: turn irq debugging options into module paramsAndi Kleen2008-01-30
* Improve behaviour of spurious IRQ detectAlan Cox2007-07-16
* Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds2007-05-24
* Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-08
* [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal2007-01-10
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-29
* [PATCH] genirq: coreThomas Gleixner2006-06-29
* [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-29
* [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-29
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-29