aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
12 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
12 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-10/+10
12 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-12/+12
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-02-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+120
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-1138/+43
2026-02-09Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-11/+11
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki1-11/+11
2026-01-30genirq/proc: Replace snprintf with strscpy in register_handler_procThorsten Blum1-1/+2
2026-01-29genirq/redirect: Prevent writing MSI message on affinity changeThomas Gleixner1-1/+1
2026-01-27irqdomain: Add parent field to struct irqchip_fwidLorenzo Pieralisi1-1/+13
2026-01-16genirq/chip: Change irq_chip_pm_put() return type to voidRafael J. Wysocki1-11/+11
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan3-11/+23
2026-01-13genirq: Move clear of kstat_irqs to free_desc()Luigi Rizzo1-4/+5
2026-01-13genirq: Update effective affinity for redirected interruptsRadu Rendec1-0/+2
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior1-0/+7
2026-01-11treewide: Update email addressThomas Gleixner2-2/+2
2025-12-26irqdomain: Export irq_domain_free_irqs()Aaron Kling1-0/+1
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-12-19irqdomain: Fix up const problem in irq_domain_set_name()Greg Kroah-Hartman1-1/+1
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec3-5/+118
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier1-30/+0
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier1-10/+5
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier6-1081/+0
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