aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
4 daystreewide: Update email addressThomas Gleixner2-2/+2
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-12-14Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner1-1/+1
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+3
2025-12-10genirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier1-0/+3
2025-12-07genirq: Change hwirq parameter to irq_hw_number_tTobias Schumacher1-3/+3
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+17
2025-12-02Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-112/+161
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner2-3/+3
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker1-13/+4
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker1-8/+15
2025-11-22genirq: Prevent early spurious wake-ups of interrupt threadsFrederic Weisbecker1-1/+9
2025-11-18genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()Chengkaitao1-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding2-8/+17
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner1-1/+4
2025-10-31genirq/proc: Fix race in show_irq_affinity()Muchun Song1-0/+2
2025-10-27genirq: Kill irq_{g,s}et_percpu_devid_partition()Marc Zyngier1-23/+1
2025-10-27genirq: Allow per-cpu interrupt sharing for non-overlapping affinitiesMarc Zyngier2-14/+61
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier1-5/+7
2025-10-27genirq: Add affinity to percpu_devid interrupt requestsMarc Zyngier1-4/+10
2025-10-27genirq: Factor-in percpu irqaction creationMarc Zyngier1-16/+24
2025-10-27genirq: Kill handle_percpu_devid_fasteoi_nmi()Marc Zyngier1-25/+0
2025-10-27irqdomain: Add firmware info reporting interfaceMarc Zyngier1-5/+27
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax1-1/+1
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax1-1/+1
2025-10-24genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax1-1/+1
2025-10-20genirq/msi: Slightly simplify msi_domain_alloc()Christophe JAILLET1-1/+1
2025-09-30Merge tag 'irq-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-77/+204
2025-09-23genirq/msi: Remove msi_post_free()Nam Cao1-3/+0
2025-09-03genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris1-0/+2
2025-09-03genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptionsBrian Norris1-4/+0
2025-09-03genirq/test: Depend on SPARSE_IRQBrian Norris1-0/+1
2025-09-03genirq/test: Fail early if interrupt request failsBrian Norris1-5/+5
2025-09-03genirq/test: Factor out fake-virq setupBrian Norris1-25/+20
2025-09-03genirq/test: Select IRQ_DOMAINBrian Norris1-0/+1
2025-09-03genirq/test: Fix depth tests on architectures with NOREQUEST by default.David Gow1-0/+12
2025-09-03genirq: Add support for warning on long-running interrupt handlersWladislav Wiebe1-1/+48
2025-08-24genirq/devres: Add error handling in devm_request_*_irq()Pan Chuang1-40/+87
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto1-0/+37
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior2-11/+0
2025-08-06genirq/test: Resolve irq lock inversion warningsBrian Norris1-1/+3
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+7
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+3
2025-07-29Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-59/+313
2025-07-22genirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier1-1/+7
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner1-2/+39
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner3-13/+11