aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/spurious.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-7/+7
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+1
2009-12-04tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König1-1/+1
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang1-0/+2
2009-11-04irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner1-13/+1
2009-08-04irq: Clean up by removing irqfixup MODULE_PARM_DESC()Jiri Slaby1-1/+0
2009-01-16irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar1-1/+13
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro1-5/+0
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-0/+5
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-8/+10
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu1-6/+11
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-2/+3
2008-10-16irq: introduce nr_irqsYinghai Lu1-2/+2
2008-07-18genirq: enable polling for disabled screaming irqsEric W. Biederman1-55/+91
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner1-2/+2
2008-02-19genirq: spurious.c: use time_* macrosS.Caglar Onur1-1/+2
2008-01-30genirq: turn irq debugging options into module paramsAndi Kleen1-0/+5
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox1-1/+11
2007-05-24Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds1-9/+37
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle1-1/+3
2007-01-11[PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+5
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner1-1/+1
2006-06-29[PATCH] genirq: coreThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar1-4/+5
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar1-10/+13
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr1-6/+6
2005-06-28[PATCH] irqpollAlan Cox1-2/+111
2005-06-24[PATCH] make various thing staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+96