summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi/msi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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