aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi/irqdomain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-09-09PCI/MSI: Remove the conditional parent [un]mask logicThomas Gleixner1-20/+0
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi1-1/+1
2025-09-02PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()Inochi Amaoto1-0/+5
2025-08-23PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto1-0/+52
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+20
2025-07-08PCI/MSI: Add pci_msi_map_rid_ctlr_node() helper functionLorenzo Pieralisi1-0/+20
2025-06-17PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocationsShradha Gupta1-2/+3
2025-06-04PCI/MSI: Size device MSI domain with the maximum number of vectorsMarc Zyngier1-2/+3
2024-12-16PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner1-2/+5
2024-07-18PCI/MSI: Provide MSI_FLAG_PCI_MSI_MASK_PARENTShivamurthy Shastri1-0/+20
2024-05-15Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas1-59/+0
2024-02-19PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar1-1/+1
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-2/+2
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner1-0/+59
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner1-1/+2
2022-12-05PCI/MSI: Provide prepare_desc() MSI domain opThomas Gleixner1-0/+9
2022-12-05PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Thomas Gleixner1-21/+0
2022-12-05PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner1-2/+186
2022-12-05PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()Thomas Gleixner1-2/+2
2022-11-17PCI/MSI: Remove redundant msi_check() callbackThomas Gleixner1-48/+0
2022-11-17PCI/MSI: Reject multi-MSI earlyThomas Gleixner1-0/+22
2022-11-17PCI/MSI: Let the MSI core free descriptorsAhmed S. Darwish1-3/+7
2022-11-17PCI/MSI: Use msi_domain_info:: Bus_tokenAhmed S. Darwish1-8/+3
2022-01-21PCI/MSI: Prevent UAF in error pathThomas Gleixner1-2/+2
2021-12-16PCI/MSI: Use msi_on_each_desc()Thomas Gleixner1-2/+2
2021-12-16PCI/MSI: Let core code free MSI descriptorsThomas Gleixner1-1/+2
2021-12-16PCI/MSI: Protect MSI operationsThomas Gleixner1-2/+2
2021-12-16PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner1-2/+14
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-1/+1
2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner1-1/+1
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner1-13/+0
2021-12-09PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner1-2/+3
2021-12-09PCI/MSI: Split out irqdomain codeThomas Gleixner1-0/+279