index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
handle.c
Age
Commit message (
Expand
)
Author
2022-01-07
irq: remove unused flags argument from __handle_irq_event_percpu()
Sebastian Andrzej Siewior
2022-01-07
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2021-10-25
irq: add generic_handle_arch_irq()
Mark Rutland
2021-05-17
genirq: Add a IRQF_NO_DEBUG flag
Thomas Gleixner
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-03-30
Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-01-15
genirq: Correctly annotate implicit fall through
Mathieu Malaterre
2018-03-20
genirq: Add missing SPDX identifiers
Thomas Gleixner
2018-03-20
genirq: Cleanup top of file comments
Thomas Gleixner
2018-03-14
genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-06-24
genirq/timings: Add infrastructure to track the interrupt timings
Daniel Lezcano
2017-05-16
irq: update genericirq book location
Mauro Carvalho Chehab
2016-06-18
genirq: Add untracked irq handler
Keith Busch
2016-02-15
genirq: Use a common macro to go through the actions list
Daniel Lezcano
2016-01-14
genirq: Validate action before dereferencing it in handle_irq_event_percpu()
Thomas Gleixner
2015-10-13
Merge branch 'linus' into irq/core
Thomas Gleixner
2015-10-09
genirq: Fix handle_bad_irq kerneldoc comment
Arnd Bergmann
2015-10-09
genirq: Export handle_bad_irq
Arnd Bergmann
2015-09-22
genirq: Remove the second parameter from handle_irq_event_percpu()
Huang Shijie
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-07-11
genirq: Remove the irq argument from note_interrupt()
Jiang Liu
2015-07-11
genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()
Jiang Liu
2014-03-22
genirq: Export symbol no_action()
Alexander Shiyan
2014-02-19
genirq: Provide irq_wake_thread()
Thomas Gleixner
2012-07-14
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
2012-03-29
genirq: Minor readablity improvement in irq_wake_thread()
Alexander Gordeev
2012-03-14
genirq: Flush the irq thread on synchronization
Ido Yariv
2012-03-09
genirq: Get rid of unnecessary IRQTF_DIED flag
Alexander Gordeev
2011-06-03
irq: Handle spurios irq detection for threaded irqs
Sebastian Andrzej Siewior
2011-03-29
genirq: Remove compat code
Thomas Gleixner
2011-03-28
genirq: Remove handle_IRQ_event
Thomas Gleixner
2011-03-28
genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data
Thomas Gleixner
2011-02-25
genirq: Prepare the handling of shared oneshot interrupts
Thomas Gleixner
2011-02-25
genirq: Make warning in handle_percpu_event useful
Thomas Gleixner
2011-02-22
genirq: Use the correct variable for note_interrupt
Thomas Gleixner
2011-02-19
genirq: Force wrapped access to desc->status in core code
Thomas Gleixner
2011-02-19
genirq: Move IRQ_PENDING flag to core
Thomas Gleixner
2011-02-19
genirq: Add IRQ_INPROGRESS to core
Thomas Gleixner
2011-02-19
genirq: Simplify handle_irq_event()
Thomas Gleixner
2011-02-19
genirq: Implement handle_irq_event()
Thomas Gleixner
2011-02-19
genirq: Warn when handler enables interrupts
Thomas Gleixner
2011-01-21
genirq: Remove __do_IRQ
Thomas Gleixner
2010-10-12
genirq: Distangle kernel/irq/handle.c
Thomas Gleixner
2010-10-04
genirq: Provide config option to disable deprecated code
Thomas Gleixner
2010-10-04
genirq: Provide compat handling for chip->startup()
Thomas Gleixner
2010-10-04
genirq: Provide compat handling for chip->disable()/shutdown()
Thomas Gleixner
2010-10-04
genirq: Provide compat handling for chip->enable()
Thomas Gleixner
[next]