summaryrefslogtreecommitdiff
path: root/kernel/irq/spurious.c
Commit message (Expand)AuthorAge
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-20
* genirq: remove unneeded kallsyms includeSergey Senozhatsky2018-02-06
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* genirq: Clarify logic calculating bogus irqreturn_t valuesJeremy Kerr2017-02-16
* genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-15
* genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-11
* genirq: Remove irq argument from try_one_irq()Jiang Liu2015-07-11
* genirq: Remove irq argument from report_bad_irq()Jiang Liu2015-07-11
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-05-03
* genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner2013-11-13
* genirq: Avoid deadlock in spurious handlingThomas Gleixner2012-12-11
* module_param: make bool parameters really bool (core code)Rusty Russell2012-01-13
* genirq: fix regression in irqfixup, irqpollEdward Donovan2011-11-28
* genirq: Fix irqfixup, irqpoll regressionEdward Donovan2011-11-03
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-03
* genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior2011-06-03
* 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