summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/mlx5
AgeCommit message (Expand)AuthorFilesLines
2022-06-30vfio: Split migration ops from main device opsYishai Hadas3-5/+11
2022-06-30vfio/mlx5: Protect mlx5vf_disable_fds() upon close deviceYishai Hadas3-1/+12
2022-05-23vfio/pci: Add driver_managed_dma to the new vfio_pci driversJason Gunthorpe1-0/+1
2022-05-11vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdataJason Gunthorpe1-4/+11
2022-05-11vfio/mlx5: Run the SAVE state command in an async modeYishai Hadas3-9/+131
2022-05-11vfio/mlx5: Refactor to enable VFs migration in parallelYishai Hadas3-99/+59
2022-05-11vfio/mlx5: Manage the VF attach/detach callback from the PFYishai Hadas3-34/+92
2022-03-09vfio/mlx5: Fix to not use 0 as NULL pointerYishai Hadas1-2/+2
2022-03-03vfio/mlx5: Use its own PCI reset_done error handlerYishai Hadas1-2/+55
2022-03-03vfio/mlx5: Implement vfio_pci driver for mlx5 devicesYishai Hadas4-0/+638
2022-03-03vfio/mlx5: Expose migration commands over mlx5 deviceYishai Hadas2-0/+294