summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2025-06-13genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
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
2025-05-08genirq/cpuhotplug: Fix up lock guards conversion brainf..tThomas Gleixner
2025-05-07genirq: Use scoped_guard() to shut clang upThomas Gleixner
2025-05-07genirq: Remove unused remove_percpu_irq()Dr. David Alan Gilbert
2025-05-07genirq: Remove irq_[get|put]_desc*()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_irqchip_state()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_get_irqchip_state()Thomas Gleixner
2025-05-07genirq/manage: Rework teardown_percpu_nmi()Thomas Gleixner
2025-05-07genirq/manage: Rework prepare_percpu_nmi()Thomas Gleixner
2025-05-07genirq/manage: Rework disable_percpu_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_percpu_is_enabled()Thomas Gleixner
2025-05-07genirq/manage: Rework enable_percpu_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_parent()Thomas Gleixner
2025-05-07genirq/manage: Rework can_request_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_irq_wake()Thomas Gleixner
2025-05-07genirq/manage: Rework enable_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework __disable_irq_nosync()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_vcpu_affinity()Thomas Gleixner
2025-05-07genirq/manage: Rework __irq_apply_affinity_hint()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_update_affinity_desc()Thomas Gleixner
2025-05-07genirq/manage: Convert to lock guardsThomas Gleixner
2025-05-07genirq/manage: Cleanup kernel doc commentsThomas Gleixner
2025-05-07genirq/chip: Rework irq_modify_status()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_handler() variantsThomas Gleixner
2025-05-07genirq/chip: Rework irq_set_chip_data()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_msi_desc_off()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_handler_data()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_irq_type()Thomas Gleixner