summaryrefslogtreecommitdiff
path: root/drivers/pci/msi
AgeCommit message (Expand)AuthorFilesLines
2021-12-17PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2-13/+9
2021-12-17PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner3-25/+6
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 Gleixner2-19/+20
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner1-13/+0
2021-12-09PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner1-2/+3
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 Gleixner5-311/+340
2021-12-09PCI/MSI: Split out !IRQDOMAIN codeThomas Gleixner3-48/+55
2021-12-09PCI/MSI: Split out CONFIG_PCI_MSI independent partThomas Gleixner3-40/+45
2021-12-09PCI/MSI: Move code into a separate directoryThomas Gleixner2-0/+1536