aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior1-7/+2
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland1-0/+18
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+7
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-01-15genirq: Correctly annotate implicit fall throughMathieu Malaterre1-1/+1
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner1-0/+1
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-5/+2
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-0/+15
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+2
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab1-1/+1
2016-06-18genirq: Add untracked irq handlerKeith Busch1-4/+14
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-4/+2
2016-01-14genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner1-2/+3
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie1-4/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+3
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu1-1/+1
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu1-1/+1
2014-03-22genirq: Export symbol no_action()Alexander Shiyan1-0/+1
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner1-2/+2
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev1-6/+10
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv1-0/+12
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-1/+1
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-6/+0
2011-03-29genirq: Remove compat codeThomas Gleixner1-3/+0
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-12/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+2
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner1-13/+63
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner1-1/+2
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner1-7/+9
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-2/+4
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner1-13/+6
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner1-8/+39
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner1-1/+3
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-111/+0
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner1-331/+2
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-2/+7
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner1-7/+0
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-4/+0
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner1-2/+0