summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
7 daysMerge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
8 daysMerge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
8 daysMerge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
9 daysMerge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki
2026-01-30genirq/proc: Replace snprintf with strscpy in register_handler_procThorsten Blum
2026-01-29genirq/redirect: Prevent writing MSI message on affinity changeThomas Gleixner
2026-01-27irqdomain: Add parent field to struct irqchip_fwidLorenzo Pieralisi
2026-01-16genirq/chip: Change irq_chip_pm_put() return type to voidRafael J. Wysocki
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan
2026-01-13genirq: Move clear of kstat_irqs to free_desc()Luigi Rizzo
2026-01-13genirq: Update effective affinity for redirected interruptsRadu Rendec
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior
2026-01-11treewide: Update email addressThomas Gleixner
2025-12-26irqdomain: Export irq_domain_free_irqs()Aaron Kling
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-19irqdomain: Fix up const problem in irq_domain_set_name()Greg Kroah-Hartman
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier
2025-12-14Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-12-10genirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier
2025-12-07genirq: Change hwirq parameter to irq_hw_number_tTobias Schumacher
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-02Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker
2025-11-22genirq: Prevent early spurious wake-ups of interrupt threadsFrederic Weisbecker
2025-11-18genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()Chengkaitao
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner
2025-10-31genirq/proc: Fix race in show_irq_affinity()Muchun Song
2025-10-27genirq: Kill irq_{g,s}et_percpu_devid_partition()Marc Zyngier
2025-10-27genirq: Allow per-cpu interrupt sharing for non-overlapping affinitiesMarc Zyngier
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier
2025-10-27genirq: Add affinity to percpu_devid interrupt requestsMarc Zyngier
2025-10-27genirq: Factor-in percpu irqaction creationMarc Zyngier
2025-10-27genirq: Kill handle_percpu_devid_fasteoi_nmi()Marc Zyngier
2025-10-27irqdomain: Add firmware info reporting interfaceMarc Zyngier
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax
2025-10-24genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax
2025-10-20genirq/msi: Slightly simplify msi_domain_alloc()Christophe JAILLET
2025-09-30Merge tag 'irq-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-23genirq/msi: Remove msi_post_free()Nam Cao