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
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
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
2025-03-13
genirq: Make handle_enforce_irqctx() unconditionally available
Thomas Gleixner
1
-6
/
+3
2024-08-19
genirq/irqdesc: Honor caller provided affinity in alloc_desc()
Shay Drory
1
-0
/
+1
2024-08-19
genirq: Allow irq_chip registration functions to take a const irq_chip
Marc Zyngier
1
-6
/
+3
2024-08-19
genirq: Allow the PM device to originate from irq domain
Marc Zyngier
1
-5
/
+18
2024-08-19
irqdomain: Fixed unbalanced fwnode get and put
Herve Codina
1
-5
/
+2
2024-08-19
task_work: s/task_work_cancel()/task_work_cancel_func()/
Frederic Weisbecker
1
-1
/
+1
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-17
irqdomain: Fix mapping-creation race
Johan Hovold
1
-18
/
+46
2023-03-17
irqdomain: Refactor __irq_domain_alloc_irqs()
Johan Hovold
1
-40
/
+48
2023-03-10
irqdomain: Fix domain registration race
Marc Zyngier
1
-19
/
+43
2023-03-10
irqdomain: Drop bogus fwspec-mapping error handling
Johan Hovold
1
-6
/
+1
2023-03-10
irqdomain: Look for existing mapping only once
Johan Hovold
1
-27
/
+33
2023-03-10
irqdomain: Fix disassociation race
Johan Hovold
1
-0
/
+5
2023-03-10
irqdomain: Fix association race
Johan Hovold
1
-5
/
+14
2023-02-09
kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2022-12-31
genirq/irqdesc: Don't try to remove non-existing sysfs files
Yang Yingliang
2
-6
/
+11
2022-12-02
genirq: Take the proposed affinity at face value if force==true
Luiz Capitulino
1
-2
/
+8
2022-12-02
genirq: Always limit the affinity to online CPUs
Luiz Capitulino
1
-8
/
+17
2022-12-02
genirq/msi: Shutdown managed interrupts with unsatifiable affinities
Luiz Capitulino
1
-0
/
+7
2022-08-17
irqdomain: Report irq number for NOMAP domains
Xu Qiang
1
-0
/
+2
2022-08-17
genirq: GENERIC_IRQ_IPI depends on SMP
Samuel Holland
1
-0
/
+1
2022-08-17
genirq: Don't return error on missing optional irq_request_resources()
Antonio Borneo
1
-1
/
+2
2022-05-30
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
2022-04-20
genirq/affinity: Consider that CPUs on nodes can be unbalanced
Rei Yamamoto
1
-2
/
+3
2021-11-18
PCI/MSI: Move non-mask check back into low level accessors
Thomas Gleixner
1
-2
/
+2
2021-09-24
Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
1
-1
/
+1
2021-09-22
irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent
Bixuan Cui
1
-1
/
+1
2021-09-03
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+1
2021-08-30
Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-49
/
+194
2021-08-29
Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
1
-0
/
+1
2021-08-24
genirq/msi: Move MSI sysfs handling from PCI to MSI core
Barry Song
1
-0
/
+134
2021-08-24
genirq/cpuhotplug: Demote debug printk to KERN_DEBUG
Lee Jones
1
-1
/
+1
2021-08-23
irqdomain: Export irq_domain_disconnect_hierarchy()
Maulik Shah
1
-0
/
+1
2021-08-13
genirq: Fix kernel doc indentation
Thomas Gleixner
1
-3
/
+1
2021-08-11
genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.c
Randy Dunlap
3
-24
/
+29
2021-08-11
genirq/timings: Fix error return code in irq_timings_test_irqs()
Zhen Lei
1
-0
/
+2
2021-08-10
genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()
Baokun Li
1
-1
/
+2
2021-08-10
genirq: Change force_irqthreads to a static key
Tanner Love
1
-6
/
+5
2021-08-10
genirq/msi: Ensure deactivation on teardown
Bixuan Cui
1
-5
/
+8
2021-08-10
genirq/timings: Prevent potential array overflow in __irq_timings_store()
Ben Dai
1
-0
/
+5
2021-08-10
genirq/generic_chip: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-7
/
+10
2021-08-10
KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts
Cédric Le Goater
1
-0
/
+1
2021-08-10
genirq: Clarify documentation for request_threaded_irq()
Joel Savitz
1
-3
/
+5
2021-08-10
genirq/affinity: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-4
/
+4
2021-08-10
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
1
-1
/
+4
2021-08-10
genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
Thomas Gleixner
1
-1
/
+4
2021-07-30
genirq: Improve "hwirq" output in /proc and /sys/
Cédric Le Goater
2
-2
/
+2
[next]