summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
9 daysMerge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-03genirq: Move NULL check into irqdesc_lock guard unlock expressionDmitry Ilvokhin
2026-05-26genirq/proc: Speed up /proc/interrupts iterationThomas Gleixner
2026-05-26genirq/proc: Runtime size the chip nameThomas Gleixner
2026-05-26genirq: Expose irq_find_desc_at_or_after() in core codeThomas Gleixner
2026-05-26genirq: Add rcuref count to struct irq_descThomas Gleixner
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner
2026-05-26genirq: Calculate precision only when requiredThomas Gleixner
2026-05-26genirq: Cache the condition for /proc/interrupts exposureThomas Gleixner
2026-05-26genirq/manage: Make NMI cleanup RT safeThomas Gleixner
2026-05-26genirq: Expose nr_irqs in core codeThomas Gleixner
2026-05-26genirq/proc: Utilize irq_desc::tot_count to avoid evaluationThomas Gleixner
2026-05-26genirq/proc: Avoid formatting zero counts in /proc/interruptsThomas Gleixner
2026-05-11genirq/proc: Size interrupt directory names for 10-digit interrupt numbersPengpeng Hou
2026-05-11genirq/chip: Don't call add_interrupt_randomness() for NMIsMark Rutland
2026-04-02genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()Michael Kelley
2026-04-01genirq/affinity: Remove cpus_read_lock() while reading cpu_possible_maskSebastian Andrzej Siewior
2026-03-17genirq/matrix, LoongArch: Delete IRQ_MATRIX_BITS leftoversNam Cao
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-09Merge 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