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