summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi/msi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Split MSI-X descriptor setupThomas Gleixner2022-12-051-27/+45
* PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner2022-12-051-3/+13
* PCI/MSI: Split __pci_write_msi_msg()Thomas Gleixner2022-12-051-50/+54
* genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner2022-12-051-2/+2
* PCI/MSI: Validate MSI-X contiguous restriction earlyThomas Gleixner2022-11-171-2/+9
* PCI/MSI: Reject MSI-X earlyThomas Gleixner2022-11-171-0/+4
* PCI/MSI: Reject multi-MSI earlyThomas Gleixner2022-11-171-0/+4
* PCI/MSI: Sanitize MSI-X checksThomas Gleixner2022-11-171-32/+33
* PCI/MSI: Reorder functions in msi.cAhmed S. Darwish2022-11-171-282/+295
* PCI/MSI: Move pci_msi_restore_state() to api.cAhmed S. Darwish2022-11-171-9/+2
* PCI/MSI: Move pci_msi_enabled() to api.cAhmed S. Darwish2022-11-171-13/+1
* PCI/MSI: Move pci_irq_get_affinity() to api.cAhmed S. Darwish2022-11-171-38/+0
* PCI/MSI: Move pci_disable_msix() to api.cAhmed S. Darwish2022-11-171-13/+1
* PCI/MSI: Move pci_msix_vec_count() to api.cAhmed S. Darwish2022-11-171-20/+0
* PCI/MSI: Move pci_free_irq_vectors() to api.cAhmed S. Darwish2022-11-171-13/+0
* PCI/MSI: Move pci_irq_vector() to api.cAhmed S. Darwish2022-11-171-24/+0
* PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cAhmed S. Darwish2022-11-171-65/+0
* PCI/MSI: Move pci_enable_msix_range() to api.cAhmed S. Darwish2022-11-171-26/+4
* PCI/MSI: Move pci_enable_msi() API to api.cAhmed S. Darwish2022-11-171-12/+2
* PCI/MSI: Move pci_disable_msi() to api.cAhmed S. Darwish2022-11-171-17/+5
* PCI/MSI: Move mask and unmask helpers to msi.hAhmed S. Darwish2022-11-171-60/+1
* PCI/MSI: Check for MSI enabled in __pci_msix_enable()Thomas Gleixner2022-11-171-0/+5
* PCI/MSI: Correct 'can_mask' test in msi_add_msi_desc()Josef Johansson2022-08-261-1/+1
* PCI/MSI: Remove bogus warning in pci_irq_get_affinity()Thomas Gleixner2022-02-041-1/+2
* PCI/MSI: Unbreak pci_irq_get_affinity()Thomas Gleixner2021-12-181-2/+8
* PCI/MSI: Use msi_on_each_desc()Thomas Gleixner2021-12-161-16/+14
* PCI/MSI: Let core code free MSI descriptorsThomas Gleixner2021-12-161-14/+0
* PCI/MSI: Use msi_add_msi_desc()Thomas Gleixner2021-12-161-57/+47
* PCI/MSI: Protect MSI operationsThomas Gleixner2021-12-161-39/+61
* PCI/MSI: Simplify pci_irq_get_affinity()Thomas Gleixner2021-12-161-16/+10
* PCI/MSI: Use msi_get_virq() in pci_get_vector()Thomas Gleixner2021-12-161-20/+5
* PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-161-12/+8
* PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner2021-12-161-23/+0
* PCI/MSI: Allocate MSI device data on first useThomas Gleixner2021-12-161-2/+15
* PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner2021-12-161-0/+33
* PCI/MSI: Set pci_dev::msi[x]_enabled earlyThomas Gleixner2021-12-161-6/+17
* Merge branch 'irq/urgent' into irq/msiThomas Gleixner2021-12-141-4/+11
* PCI/MSI: Move descriptor counting on allocation fail to the legacy codeThomas Gleixner2021-12-091-18/+1
* PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2021-12-091-1/+1
* PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner2021-12-091-10/+8
* PCI/MSI: Split out irqdomain codeThomas Gleixner2021-12-091-309/+10
* PCI/MSI: Split out !IRQDOMAIN codeThomas Gleixner2021-12-091-46/+0
* PCI/MSI: Split out CONFIG_PCI_MSI independent partThomas Gleixner2021-12-091-39/+0
* PCI/MSI: Move code into a separate directoryThomas Gleixner2021-12-091-0/+1532