summaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAgeFilesLines
* irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior2022-01-071-7/+2
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-01-071-1/+1
* irq: add generic_handle_arch_irq()Mark Rutland2021-10-251-0/+18
* genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner2021-05-171-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-301-1/+1
|\
* | lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-0/+7
|/
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* genirq: Correctly annotate implicit fall throughMathieu Malaterre2019-01-151-1/+1
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-5/+2
* genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-03-141-0/+15
* Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-1/+1
|\
| * irq: update genericirq book locationMauro Carvalho Chehab2017-05-161-1/+1
* | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-241-0/+2
|/
* genirq: Add untracked irq handlerKeith Busch2016-06-181-4/+14
* genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-151-4/+2
* genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-01-141-2/+3
* Merge branch 'linus' into irq/coreThomas Gleixner2015-10-131-1/+1
|\
| * genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann2015-10-091-1/+0
| * genirq: Export handle_bad_irqArnd Bergmann2015-10-091-0/+1
* | genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie2015-09-221-4/+3
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+3
* genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-111-1/+1
* genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-111-1/+1
* genirq: Export symbol no_action()Alexander Shiyan2014-03-221-0/+1
* genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-191-2/+2
* random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-4/+3
* genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-291-6/+10
* genirq: Flush the irq thread on synchronizationIdo Yariv2012-03-141-0/+12
* genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev2012-03-091-1/+1
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-031-6/+0
* genirq: Remove compat codeThomas Gleixner2011-03-291-3/+0
* genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-281-12/+0
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-2/+2
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-251-13/+63
* genirq: Make warning in handle_percpu_event usefulThomas Gleixner2011-02-251-1/+2
* genirq: Use the correct variable for note_interruptThomas Gleixner2011-02-221-7/+9
* genirq: Force wrapped access to desc->status in core codeThomas Gleixner2011-02-191-3/+3
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-1/+2
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-2/+4
* genirq: Simplify handle_irq_event()Thomas Gleixner2011-02-191-13/+6
* genirq: Implement handle_irq_event()Thomas Gleixner2011-02-191-8/+39
* genirq: Warn when handler enables interruptsThomas Gleixner2011-02-191-1/+3
* genirq: Remove __do_IRQThomas Gleixner2011-01-211-111/+0
* genirq: Distangle kernel/irq/handle.cThomas Gleixner2010-10-121-331/+2
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-2/+7
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-041-7/+0
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-4/+0
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-041-2/+0