summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
3 daysMerge tag 'irq-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
10 daysgenirq/msi: Remove msi_post_free()Nam Cao
2025-09-03genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris
2025-09-03genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptionsBrian Norris
2025-09-03genirq/test: Depend on SPARSE_IRQBrian Norris
2025-09-03genirq/test: Fail early if interrupt request failsBrian Norris
2025-09-03genirq/test: Factor out fake-virq setupBrian Norris
2025-09-03genirq/test: Select IRQ_DOMAINBrian Norris
2025-09-03genirq/test: Fix depth tests on architectures with NOREQUEST by default.David Gow
2025-09-03genirq: Add support for warning on long-running interrupt handlersWladislav Wiebe
2025-08-24genirq/devres: Add error handling in devm_request_*_irq()Pan Chuang
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior
2025-08-06genirq/test: Resolve irq lock inversion warningsBrian Norris
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-29Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-22genirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner
2025-07-22genirq: Move irq_wait_for_poll() to call siteThomas Gleixner
2025-07-22genirq: Remove pointless local variableThomas Gleixner
2025-07-11irqdomain: Export irq_domain_free_irqs_top()Nam Cao
2025-07-03irqdomain: Add device pointer to irq_domain_info and msi_domain_infoThomas Gleixner
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-06-13genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
2025-06-13genirq: Add kunit tests for depth countsBrian Norris
2025-06-13genirq/cpuhotplug: Restore affinity even for suspended IRQBrian Norris
2025-06-13genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplugBrian Norris
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-27Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-27Merge tag 'irq-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-21genirq/irqdesc: Remove double locking in hwirq_show()Claudiu Beznea
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)
2025-05-16irqdomain: Drop of_node_to_fwnode()Jiri Slaby (SUSE)
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris
2025-05-15genirq: Bump the size of the local variable for sprintf()Andy Shevchenko
2025-05-14genirq/msi: Engage the .msi_teardown() callback on domain removalMarc Zyngier
2025-05-14genirq/msi: Move prepare() call to per-device allocationMarc Zyngier
2025-05-14irqchip/gic-v3-its: Implement .msi_teardown() callbackMarc Zyngier
2025-05-14genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare()Marc Zyngier
2025-05-14genirq/manage: Use the correct lock guard in irq_set_irq_wake()Jon Hunter
2025-05-13genirq: Consistently use '%u' format specifier for unsigned int variablesAndy Shevchenko
2025-05-13genirq: Ensure flags in lock guard is consistently initializedNathan Chancellor
2025-05-09genirq: Fix inverted condition in handle_nested_irq()Thomas Gleixner