index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
Age
Commit message (
Expand
)
Author
Lines
2026-01-11
treewide: Update email address
Thomas Gleixner
-2
/
+2
2025-12-21
Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2025-12-14
Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+3
2025-12-13
genirq: Don't overwrite interrupt thread flags on setup
Thomas Gleixner
-1
/
+1
2025-12-11
Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-3
/
+3
2025-12-10
genirq: Allow NULL affinity for setup_percpu_irq()
Marc Zyngier
-0
/
+3
2025-12-07
genirq: Change hwirq parameter to irq_hw_number_t
Tobias Schumacher
-3
/
+3
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+17
2025-12-02
Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-12-02
Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-112
/
+161
2025-11-22
Merge tag 'v6.18-rc3' into irq/msi
Thomas Gleixner
-3
/
+3
2025-11-22
genirq: Remove cpumask availability check on kthread affinity setting
Frederic Weisbecker
-13
/
+4
2025-11-22
genirq: Fix interrupt threads affinity vs. cpuset isolated partitions
Frederic Weisbecker
-8
/
+15
2025-11-22
genirq: Prevent early spurious wake-ups of interrupt threads
Frederic Weisbecker
-1
/
+9
2025-11-18
genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()
Chengkaitao
-1
/
+1
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
-8
/
+17
2025-11-01
genirq/manage: Reduce priority of forced secondary interrupt handler
Lukas Wunner
-1
/
+4
2025-10-31
genirq/proc: Fix race in show_irq_affinity()
Muchun Song
-0
/
+2
2025-10-27
genirq: Kill irq_{g,s}et_percpu_devid_partition()
Marc Zyngier
-23
/
+1
2025-10-27
genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
Marc Zyngier
-14
/
+61
2025-10-27
genirq: Update request_percpu_nmi() to take an affinity
Marc Zyngier
-5
/
+7
2025-10-27
genirq: Add affinity to percpu_devid interrupt requests
Marc Zyngier
-4
/
+10
2025-10-27
genirq: Factor-in percpu irqaction creation
Marc Zyngier
-16
/
+24
2025-10-27
genirq: Kill handle_percpu_devid_fasteoi_nmi()
Marc Zyngier
-25
/
+0
2025-10-27
irqdomain: Add firmware info reporting interface
Marc Zyngier
-5
/
+27
2025-10-24
genirq/manage: Add buslock back in to enable_irq()
Charles Keepax
-1
/
+1
2025-10-24
genirq/manage: Add buslock back in to __disable_irq_nosync()
Charles Keepax
-1
/
+1
2025-10-24
genirq/chip: Add buslock back in to irq_set_handler()
Charles Keepax
-1
/
+1
2025-10-20
genirq/msi: Slightly simplify msi_domain_alloc()
Christophe JAILLET
-1
/
+1
2025-09-30
Merge tag 'irq-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-77
/
+204
2025-09-23
genirq/msi: Remove msi_post_free()
Nam Cao
-3
/
+0
2025-09-03
genirq/test: Ensure CPU 1 is online for hotplug test
Brian Norris
-0
/
+2
2025-09-03
genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptions
Brian Norris
-4
/
+0
2025-09-03
genirq/test: Depend on SPARSE_IRQ
Brian Norris
-0
/
+1
2025-09-03
genirq/test: Fail early if interrupt request fails
Brian Norris
-5
/
+5
2025-09-03
genirq/test: Factor out fake-virq setup
Brian Norris
-25
/
+20
2025-09-03
genirq/test: Select IRQ_DOMAIN
Brian Norris
-0
/
+1
2025-09-03
genirq/test: Fix depth tests on architectures with NOREQUEST by default.
David Gow
-0
/
+12
2025-09-03
genirq: Add support for warning on long-running interrupt handlers
Wladislav Wiebe
-1
/
+48
2025-08-24
genirq/devres: Add error handling in devm_request_*_irq()
Pan Chuang
-40
/
+87
2025-08-23
genirq: Add irq_chip_(startup/shutdown)_parent()
Inochi Amaoto
-0
/
+37
2025-08-23
genirq: Remove GENERIC_IRQ_LEGACY
Sebastian Andrzej Siewior
-11
/
+0
2025-08-06
genirq/test: Resolve irq lock inversion warnings
Brian Norris
-1
/
+3
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+7
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-0
/
+1
2025-07-29
Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+3
2025-07-29
Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-59
/
+313
2025-07-22
genirq: Teach handle_simple_irq() to resend an in-progress interrupt
Marc Zyngier
-1
/
+7
2025-07-22
genirq: Prevent migration live lock in handle_edge_irq()
Thomas Gleixner
-2
/
+39
2025-07-22
genirq: Split up irq_pm_check_wakeup()
Thomas Gleixner
-13
/
+11
[next]