summaryrefslogtreecommitdiff
path: root/drivers/pci/msi/irqdomain.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner1-0/+59
2022-12-06PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner1-1/+2
2022-12-06PCI/MSI: Provide prepare_desc() MSI domain opThomas Gleixner1-0/+9
2022-12-06PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Thomas Gleixner1-21/+0
2022-12-06PCI/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-17PCI/MSI: Use msi_on_each_desc()Thomas Gleixner1-2/+2
2021-12-17PCI/MSI: Let core code free MSI descriptorsThomas Gleixner1-1/+2
2021-12-17PCI/MSI: Protect MSI operationsThomas Gleixner1-2/+2
2021-12-17PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner1-2/+14
2021-12-17PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-1/+1
2021-12-17PCI/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