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