aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (core code)Rusty Russell2012-01-121-1/+1
* genirq: fix regression in irqfixup, irqpollEdward Donovan2011-11-281-1/+3
* genirq: Fix irqfixup, irqpoll regressionEdward Donovan2011-11-031-1/+1
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-031-4/+18
* genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior2011-06-031-4/+5
* genirq: Remove compat codeThomas Gleixner2011-03-291-1/+0
* genirq: Fix typo and remove unused variableThomas Gleixner2011-03-281-1/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-5/+5
* genirq: Wrap the remaning IRQ_* flagsThomas Gleixner2011-02-191-2/+1
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-191-1/+2
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-2/+3
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-2/+2
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-3/+3
* genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-191-3/+3
* genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-191-4/+4
* genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner2011-02-191-12/+9
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-191-1/+1
* genirq: Consolidate disable/enableThomas Gleixner2011-02-191-1/+1
* genirq: Mark polled irqs and defer the real handlerThomas Gleixner2011-02-191-12/+39
* genirq: spurious: Run only one poller at a timeThomas Gleixner2011-02-191-1/+15
* genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner2011-02-191-14/+26
* genirq: Fixup poll handlingThomas Gleixner2011-02-191-31/+19
* genirq: Plug race in report_bad_irq()Thomas Gleixner2011-02-191-3/+9
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-2/+4
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-1/+1
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-3/+3
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-7/+7
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\
| * tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König2009-12-041-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-13/+1
|\ \
| * | irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner2009-11-041-13/+1
| |/
* / genirq: try_one_irq() must be called with irq disabledYong Zhang2009-11-071-0/+2
|/
* irq: Clean up by removing irqfixup MODULE_PARM_DESC()Jiri Slaby2009-08-041-1/+0
* irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar2009-01-161-1/+13
* irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-5/+0
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+5
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-161-8/+10
* irq: fix irqpoll && sparseirqYinghai Lu2008-10-161-6/+11
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-2/+3
* irq: introduce nr_irqsYinghai Lu2008-10-161-2/+2
* genirq: enable polling for disabled screaming irqsEric W. Biederman2008-07-181-55/+91
* genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner2008-05-021-2/+2
* genirq: spurious.c: use time_* macrosS.Caglar Onur2008-02-191-1/+2
* genirq: turn irq debugging options into module paramsAndi Kleen2008-01-301-0/+5
* Improve behaviour of spurious IRQ detectAlan Cox2007-07-161-1/+11
* Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds2007-05-241-9/+37
* Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-081-1/+3
* [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal2007-01-101-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-5/+5
* [PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2