aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/spurious.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09genirq: Add missing __must_hold() sparse annotationJules Irenge1-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-2/+2
2018-12-18genirq: Fix various typos in commentsIngo Molnar1-3/+3
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-2/+0
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-02-16genirq: Clarify logic calculating bogus irqreturn_t valuesJeremy Kerr1-1/+3
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-3/+1
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu1-2/+4
2015-07-11genirq: Remove irq argument from try_one_irq()Jiang Liu1-3/+3
2015-07-11genirq: Remove irq argument from report_bad_irq()Jiang Liu1-8/+6
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner1-4/+102
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner1-3/+9
2012-12-11genirq: Avoid deadlock in spurious handlingThomas Gleixner1-4/+3
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-03genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-4/+18
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior1-4/+5
2011-03-29genirq: Remove compat codeThomas Gleixner1-1/+0
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner1-1/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-5/+5
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner1-2/+1
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-1/+2
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-2/+3
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-2/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-4/+4
2011-02-19genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner1-12/+9
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner1-1/+1
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-1/+1
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner1-12/+39
2011-02-19genirq: spurious: Run only one poller at a timeThomas Gleixner1-1/+15
2011-02-19genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner1-14/+26
2011-02-19genirq: Fixup poll handlingThomas Gleixner1-31/+19
2011-02-19genirq: Plug race in report_bad_irq()Thomas Gleixner1-3/+9
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-2/+4
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-1/+1
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-3/+3
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