summaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-06genirq/test: Resolve irq lock inversion warningsBrian Norris1-1/+3
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+7
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+3
2025-07-29Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-59/+313
2025-07-22genirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier1-1/+7
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner1-2/+39
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner3-13/+11
2025-07-22genirq: Move irq_wait_for_poll() to call siteThomas Gleixner3-46/+26
2025-07-22genirq: Remove pointless local variableThomas Gleixner1-3/+1
2025-07-11irqdomain: Export irq_domain_free_irqs_top()Nam Cao1-0/+1
2025-07-03irqdomain: Add device pointer to irq_domain_info and msi_domain_infoThomas Gleixner2-1/+3
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-6/+5
2025-06-13genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek1-1/+1
2025-06-13genirq: Add kunit tests for depth countsBrian Norris3-0/+241
2025-06-13genirq/cpuhotplug: Restore affinity even for suspended IRQBrian Norris1-7/+0
2025-06-13genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplugBrian Norris1-0/+8
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-77/+115
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-71/+3
2025-05-27Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-31/+16
2025-05-27Merge tag 'irq-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-1367/+1014
2025-05-21genirq/irqdesc: Remove double locking in hwirq_show()Claudiu Beznea1-1/+0
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier1-0/+26
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)1-2/+2
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)1-27/+0
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)1-41/+0
2025-05-16irqdomain: Drop of_node_to_fwnode()Jiri Slaby (SUSE)1-2/+2
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris3-2/+23
2025-05-15genirq: Bump the size of the local variable for sprintf()Andy Shevchenko1-1/+1
2025-05-14genirq/msi: Engage the .msi_teardown() callback on domain removalMarc Zyngier1-0/+3
2025-05-14genirq/msi: Move prepare() call to per-device allocationMarc Zyngier1-4/+31
2025-05-14irqchip/gic-v3-its: Implement .msi_teardown() callbackMarc Zyngier1-2/+1
2025-05-14genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare()Marc Zyngier1-0/+8
2025-05-14genirq/manage: Use the correct lock guard in irq_set_irq_wake()Jon Hunter1-1/+1
2025-05-13genirq: Consistently use '%u' format specifier for unsigned int variablesAndy Shevchenko2-3/+3
2025-05-13genirq: Ensure flags in lock guard is consistently initializedNathan Chancellor1-4/+4
2025-05-09genirq: Fix inverted condition in handle_nested_irq()Thomas Gleixner1-1/+1
2025-05-08genirq/cpuhotplug: Fix up lock guards conversion brainf..tThomas Gleixner1-1/+1
2025-05-07genirq: Use scoped_guard() to shut clang upThomas Gleixner1-2/+2
2025-05-07genirq: Remove unused remove_percpu_irq()Dr. David Alan Gilbert1-15/+0
2025-05-07genirq: Remove irq_[get|put]_desc*()Thomas Gleixner1-24/+0
2025-05-07genirq/manage: Rework irq_set_irqchip_state()Thomas Gleixner1-28/+15
2025-05-07genirq/manage: Rework irq_get_irqchip_state()Thomas Gleixner1-16/+6
2025-05-07genirq/manage: Rework teardown_percpu_nmi()Thomas Gleixner1-14/+5
2025-05-07genirq/manage: Rework prepare_percpu_nmi()Thomas Gleixner1-21/+8
2025-05-07genirq/manage: Rework disable_percpu_irq()Thomas Gleixner1-9/+2
2025-05-07genirq/manage: Rework irq_percpu_is_enabled()Thomas Gleixner1-13/+3
2025-05-07genirq/manage: Rework enable_percpu_irq()Thomas Gleixner1-26/+16
2025-05-07genirq/manage: Rework irq_set_parent()Thomas Gleixner1-10/+5
2025-05-07genirq/manage: Rework can_request_irq()Thomas Gleixner1-13/+8