summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi
Commit message (Expand)AuthorAgeFilesLines
* 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: Prevent UAF in error pathThomas Gleixner2022-01-212-3/+2
* PCI/MSI: Unbreak pci_irq_get_affinity()Thomas Gleixner2021-12-181-2/+8
* PCI/MSI: Use msi_on_each_desc()Thomas Gleixner2021-12-163-29/+24
* PCI/MSI: Let core code free MSI descriptorsThomas Gleixner2021-12-163-15/+3
* PCI/MSI: Use msi_add_msi_desc()Thomas Gleixner2021-12-161-57/+47
* PCI/MSI: Protect MSI operationsThomas Gleixner2021-12-162-41/+63
* 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: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner2021-12-161-2/+14
* 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