aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
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/kern...Linus Torvalds1-1/+1
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus 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...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