index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
Dongli Zhang
1
-8
/
+8
2023-11-28
genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
Herve Codina
1
-6
/
+19
2023-11-20
genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()
Chen Yu
1
-3
/
+3
2023-03-11
irqdomain: Drop bogus fwspec-mapping error handling
Johan Hovold
1
-6
/
+1
2023-03-11
irqdomain: Fix disassociation race
Johan Hovold
1
-0
/
+5
2023-03-11
irqdomain: Fix association race
Johan Hovold
1
-5
/
+14
2022-06-25
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-1
/
+1
2022-05-12
genirq: Synchronize interrupt thread startup
Thomas Pfaff
3
-10
/
+33
2021-08-26
genirq/msi: Ensure deactivation on teardown
Bixuan Cui
1
-5
/
+8
2021-08-26
genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
Thomas Gleixner
1
-1
/
+4
2021-05-22
genirq/matrix: Prevent allocation counter corruption
Vitaly Kuznetsov
1
-1
/
+3
2021-03-24
genirq: Disable interrupts for force threaded handlers
Thomas Gleixner
1
-0
/
+4
2021-02-10
genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set
Marc Zyngier
1
-24
/
+20
2020-12-30
genirq/irqdomain: Don't try to free an interrupt that has no mapping
Marc Zyngier
1
-2
/
+9
2020-11-18
genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
Marc Zyngier
1
-0
/
+1
2020-09-03
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
1
-0
/
+7
2020-08-21
genirq/affinity: Make affinity setting if activated opt-in
Thomas Gleixner
1
-1
/
+5
2020-07-22
genirq/affinity: Handle affinity setting on inactive interrupts correctly
Thomas Gleixner
1
-2
/
+35
2020-04-17
genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()
Alexander Sverdlin
1
-5
/
+5
2020-04-02
genirq: Fix reference leaks on irq affinity notifiers
Edward Cree
1
-2
/
+9
2020-02-28
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
3
-18
/
+24
2020-02-11
x86/apic/msi: Plug non-maskable MSI affinity race
Thomas Gleixner
2
-1
/
+5
2020-02-11
irqdomain: Fix a memory leak in irq_domain_push_irq()
Kevin Hao
1
-0
/
+1
2020-01-27
irqdomain: Add the missing assignment of domain->fwnode for named fwnode
Dexuan Cui
1
-0
/
+1
2020-01-27
genirq/debugfs: Reinstate full OF path for domain name
Marc Zyngier
1
-1
/
+1
2019-12-01
irq/matrix: Fix memory overallocation
Michael Kelley
1
-1
/
+1
2019-09-19
genirq: Prevent NULL pointer dereference in resend_irqs()
Yunfeng Ye
1
-0
/
+2
2019-08-29
genirq: Properly pair kobject_del() with kobject_add()
Michael Kelley
1
-1
/
+14
2019-07-21
genirq: Add optional hardware synchronization for shutdown
Thomas Gleixner
2
-19
/
+60
2019-07-21
genirq: Fix misleading synchronize_irq() documentation
Thomas Gleixner
1
-1
/
+2
2019-07-21
genirq: Delay deactivation in free_irq()
Thomas Gleixner
5
-4
/
+21
2019-05-10
genirq: Prevent use-after-free and work list corruption
Prasad Sodagudi
1
-1
/
+3
2019-04-17
genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
Kefeng Wang
1
-0
/
+1
2019-04-17
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
Stephen Boyd
1
-0
/
+4
2019-04-05
genirq: Avoid summation loops for /proc/stat
Thomas Gleixner
3
-4
/
+23
2019-03-05
genirq: Make sure the initial affinity is not empty
Srinivas Ramana
1
-0
/
+3
2019-03-05
genirq/matrix: Improve target CPU selection for managed interrupts.
Long Li
1
-4
/
+30
2019-03-05
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
1
-3
/
+14
2019-03-05
irq/matrix: Split out the CPU selection code into a helper
Dou Liyang
1
-27
/
+38
2019-02-12
genirq/affinity: Spread IRQs to all available NUMA nodes
Long Li
1
-3
/
+2
2018-11-13
genirq: Fix race on spurious interrupt detection
Lukas Wunner
1
-2
/
+6
2018-08-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-36
/
+47
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
1
-0
/
+1
2018-08-03
genirq: Make force irq threading setup more robust
Thomas Gleixner
1
-1
/
+8
2018-08-03
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
1
-1
/
+0
2018-07-17
genirq: Remove redundant NULL pointer check in __free_irq()
RAGHU Halharvi
1
-3
/
+0
2018-06-24
genirq: Synchronize only with single thread on free_irq()
Lukas Wunner
1
-10
/
+23
2018-06-24
genirq: Update code comments wrt recycled thread_mask
Lukas Wunner
1
-5
/
+4
2018-06-22
genirq: Speedup show_interrupts()
Eric Dumazet
1
-10
/
+12
2018-06-22
genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug
Marc Zyngier
1
-0
/
+1
[next]