index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
internals.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-03
genirq/debugfs: Print irqdomain flags as human-readable strings
Jinjie Ruan
1
-0
/
+10
2024-04-24
genirq: Reuse irq_is_nmi()
Jinjie Ruan
1
-0
/
+5
2024-04-12
genirq: Avoid summation loops for /proc/interrupts
Bitao Hu
1
-0
/
+2
2024-04-12
genirq: Convert kstat_irqs to a struct
Bitao Hu
1
-1
/
+1
2023-07-31
genirq: Remove unused extern declaration
YueHaibing
1
-2
/
+0
2023-07-31
genirq: Prevent nested thread vs synchronize_hardirq() deadlock
Vincent Whitchurch
1
-0
/
+2
2023-06-26
Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
1
-2
/
+5
2023-06-16
genirq: Expand doc for PENDING and REPLAY flags
James Gowans
1
-2
/
+5
2023-05-24
genirq: Use a maple tree for interrupt descriptor management
Shanker Donthineni
1
-1
/
+1
2023-05-24
genirq: Encapsulate sparse bitmap handling
Shanker Donthineni
1
-2
/
+2
2023-05-24
genirq: Use hlist for managing resend handlers
Shanker Donthineni
1
-0
/
+2
2022-11-30
genirq/irqdesc: Don't try to remove non-existing sysfs files
Yang Yingliang
1
-0
/
+2
2022-05-05
genirq: Synchronize interrupt thread startup
Thomas Pfaff
1
-0
/
+2
2022-01-07
irq: remove unused flags argument from __handle_irq_event_percpu()
Sebastian Andrzej Siewior
1
-1
/
+1
2020-09-16
genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
Thomas Gleixner
1
-0
/
+9
2020-03-08
genirq: Provide interrupt injection mechanism
Thomas Gleixner
1
-1
/
+1
2020-03-08
genirq: Add return value to check_irq_resend()
Thomas Gleixner
1
-1
/
+1
2020-03-08
genirq: Add protection against unsafe usage of generic_handle_irq()
Thomas Gleixner
1
-0
/
+8
2020-02-14
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
1
-2
/
+0
2019-07-08
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+5
2019-07-03
genirq: Add optional hardware synchronization for shutdown
Thomas Gleixner
1
-0
/
+4
2019-07-03
genirq: Delay deactivation in free_irq()
Thomas Gleixner
1
-0
/
+1
2019-06-12
genirq/timings: Encapsulate timings push
Daniel Lezcano
1
-9
/
+12
2019-02-23
Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
1
-0
/
+2
2019-02-10
genirq: Avoid summation loops for /proc/stat
Thomas Gleixner
1
-1
/
+7
2019-02-05
genirq: Provide basic NMI management for interrupt lines
Julien Thierry
1
-0
/
+2
2018-02-01
genirq: Make legacy autoprobing work again
Thomas Gleixner
1
-1
/
+1
2017-12-29
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
1
-1
/
+1
2017-11-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+19
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-25
genirq/irqdomain: Propagate early activation
Thomas Gleixner
1
-1
/
+1
2017-09-25
genirq/irqdomain: Allow irq_domain_activate_irq() to fail
Thomas Gleixner
1
-1
/
+2
2017-09-25
genirq: Separate activation and startup
Thomas Gleixner
1
-0
/
+2
2017-09-25
genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHY
Thomas Gleixner
1
-0
/
+11
2017-09-25
genirq/msi: Capture device name for debugfs
Thomas Gleixner
1
-0
/
+5
2017-08-14
genirq: Fix for_each_action_of_desc() macro
Masahiro Yamada
1
-1
/
+1
2017-07-17
genirq/PM: Properly pretend disabled state when force resuming interrupts
Juergen Gross
1
-0
/
+10
2017-07-04
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
Sebastian Ott
1
-1
/
+3
2017-06-24
genirq/timings: Add infrastructure for estimating the next interrupt arrival ...
Daniel Lezcano
1
-0
/
+19
2017-06-24
genirq/timings: Add infrastructure to track the interrupt timings
Daniel Lezcano
1
-0
/
+90
2017-06-24
genirq/debugfs: Remove pointless NULL pointer check
Thomas Gleixner
1
-1
/
+6
2017-06-22
genirq: Add force argument to irq_startup()
Thomas Gleixner
1
-1
/
+8
2017-06-22
genirq: Introduce IRQD_MANAGED_SHUTDOWN
Thomas Gleixner
1
-0
/
+10
2017-06-22
genirq: Move irq_fixup_move_pending() to core
Thomas Gleixner
1
-0
/
+5
2017-06-22
genirq/cpuhotplug: Add support for cleaning up move in progress
Thomas Gleixner
1
-1
/
+9
2017-06-22
genirq: Move pending helpers to internal.h
Christoph Hellwig
1
-0
/
+38
2017-06-22
genirq: Rename setup_affinity() to irq_setup_affinity()
Thomas Gleixner
1
-0
/
+6
2017-06-22
genirq: Remove mask argument from setup_affinity()
Thomas Gleixner
1
-1
/
+1
2017-06-22
genirq/debugfs: Add proper debugfs interface
Thomas Gleixner
1
-0
/
+22
2017-06-21
irq/generic-chip: Export irq_init_generic_chip() locally
Bartosz Golaszewski
1
-0
/
+11
[next]