summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi/irqdomain.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas2024-05-151-59/+0
* PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar2024-02-191-1/+1
* PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-2/+2
* PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner2022-12-051-0/+59
* PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner2022-12-051-1/+2
* PCI/MSI: Provide prepare_desc() MSI domain opThomas Gleixner2022-12-051-0/+9
* PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Thomas Gleixner2022-12-051-21/+0
* PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner2022-12-051-2/+186
* PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()Thomas Gleixner2022-12-051-2/+2
* PCI/MSI: Remove redundant msi_check() callbackThomas Gleixner2022-11-171-48/+0
* PCI/MSI: Reject multi-MSI earlyThomas Gleixner2022-11-171-0/+22
* PCI/MSI: Let the MSI core free descriptorsAhmed S. Darwish2022-11-171-3/+7
* PCI/MSI: Use msi_domain_info:: Bus_tokenAhmed S. Darwish2022-11-171-8/+3
* PCI/MSI: Prevent UAF in error pathThomas Gleixner2022-01-211-2/+2
* PCI/MSI: Use msi_on_each_desc()Thomas Gleixner2021-12-161-2/+2
* PCI/MSI: Let core code free MSI descriptorsThomas Gleixner2021-12-161-1/+2
* PCI/MSI: Protect MSI operationsThomas Gleixner2021-12-161-2/+2
* PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner2021-12-161-2/+14
* PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-161-1/+1
* PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner2021-12-161-1/+1
* genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner2021-12-091-13/+0
* PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner2021-12-091-2/+3
* PCI/MSI: Split out irqdomain codeThomas Gleixner2021-12-091-0/+279