aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2026-08-18Merge tag 'irq-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+11
2026-08-10irq: Add KUnit test for refcounted interrupt enable/disableLyude Paul2-0/+110
2026-07-20genirq/msi: Move misplaced EXPORT_SYMBOL_GPL for msi_domain_free_irqs_all()Li RongQing1-1/+1
2026-07-07genirq: Remove unnecessary NULL check of the kstat_irqs fieldRadu Rendec1-7/+4
2026-06-30genirq: export irq_can_set_affinity() for module driversHangtian Zhu1-0/+1
2026-06-29irqdomain: Remove unnedded NULL check in __irq_domain_[de]activate_irq()Kemeng Shi1-2/+2
2026-06-29genirq/manage: Use irqd_get_parent_data() helper in __irq_get_irqchip_state()Kemeng Shi1-5/+1
2026-06-29irqdomain: Plug leak in irq_domain_alloc_irqs_locked() error pathKemeng Shi1-1/+3
2026-06-22genirq/msi: Correct CONFIG_PCI_MSI_ARCH_FALLBACKS macro name in commentEthan Nelson-Moore1-1/+1
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-132/+364
2026-06-03genirq: Move NULL check into irqdesc_lock guard unlock expressionDmitry Ilvokhin1-1/+1
2026-05-26genirq/proc: Speed up /proc/interrupts iterationThomas Gleixner1-25/+91
2026-05-26genirq/proc: Runtime size the chip nameThomas Gleixner6-53/+96
2026-05-26genirq: Expose irq_find_desc_at_or_after() in core codeThomas Gleixner2-7/+10
2026-05-26genirq: Add rcuref count to struct irq_descThomas Gleixner2-9/+29
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner1-2/+2
2026-05-26genirq: Calculate precision only when requiredThomas Gleixner3-14/+35
2026-05-26genirq: Cache the condition for /proc/interrupts exposureThomas Gleixner5-5/+35
2026-05-26genirq/manage: Make NMI cleanup RT safeThomas Gleixner1-16/+21
2026-05-26genirq: Expose nr_irqs in core codeThomas Gleixner3-16/+17
2026-05-26genirq/proc: Utilize irq_desc::tot_count to avoid evaluationThomas Gleixner1-1/+10
2026-05-26genirq/proc: Avoid formatting zero counts in /proc/interruptsThomas Gleixner1-5/+38
2026-05-11genirq/proc: Size interrupt directory names for 10-digit interrupt numbersPengpeng Hou1-3/+4
2026-05-11genirq/chip: Don't call add_interrupt_randomness() for NMIsMark Rutland1-2/+7
2026-04-02genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()Michael Kelley1-0/+3
2026-04-01genirq/affinity: Remove cpus_read_lock() while reading cpu_possible_maskSebastian Andrzej Siewior1-5/+2
2026-03-17genirq/matrix, LoongArch: Delete IRQ_MATRIX_BITS leftoversNam Cao1-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-10/+10
2026-02-21treewide: 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/pci/pciLinus Torvalds1-0/+1
2026-02-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+120
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-1138/+43
2026-02-09Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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/kernel/git/tip/tipLinus 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