summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi
Commit message (Expand)AuthorAgeFilesLines
...
* PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-162-13/+9
* PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner2021-12-163-25/+6
* 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-092-19/+20
* 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: 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-095-311/+340
* PCI/MSI: Split out !IRQDOMAIN codeThomas Gleixner2021-12-093-48/+55
* PCI/MSI: Split out CONFIG_PCI_MSI independent partThomas Gleixner2021-12-093-40/+45
* PCI/MSI: Move code into a separate directoryThomas Gleixner2021-12-092-0/+1536