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