summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/mlx5/cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/mlx5: Fix range size calculation upon tracker creationYishai Hadas2023-02-091-2/+2
* vfio/mlx5: Improve the source side flow upon pre_copyYishai Hadas2023-01-301-9/+22
* vfio/mlx5: Check whether VF is migratableShay Drory2023-01-301-0/+27
* vfio/mlx5: Allow loading of larger images than 512 MBYishai Hadas2023-01-231-5/+6
* vfio/mlx5: Fix UBSAN noteYishai Hadas2023-01-231-3/+3
* vfio/mlx5: Enable MIGRATION_PRE_COPY flagShay Drory2022-12-061-0/+5
* vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY errorShay Drory2022-12-061-1/+26
* vfio/mlx5: Introduce multiple loadsYishai Hadas2022-12-061-3/+10
* vfio/mlx5: Consider temporary end of stream as part of PRE_COPYYishai Hadas2022-12-061-2/+5
* vfio/mlx5: Introduce vfio precopy ioctl implementationYishai Hadas2022-12-061-0/+16
* vfio/mlx5: Introduce SW headers for migration statesYishai Hadas2022-12-061-3/+53
* vfio/mlx5: Introduce device transitions of PRE_COPYYishai Hadas2022-12-061-8/+88
* vfio/mlx5: Refactor to use queue based data chunksYishai Hadas2022-12-061-4/+20
* vfio/mlx5: Refactor migration file stateYishai Hadas2022-12-061-1/+1
* vfio/mlx5: Refactor MKEY usageYishai Hadas2022-12-061-60/+102
* vfio/mlx5: Refactor PD usageYishai Hadas2022-12-061-18/+35
* vfio/mlx5: Enforce a single SAVE command at a timeYishai Hadas2022-12-061-0/+6
* vfio/mlx5: Fix a typo in mlx5vf_cmd_load_vhca_state()Yishai Hadas2022-11-141-2/+2
* vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas2022-09-081-1/+4
* vfio/mlx5: Manage error scenarios on trackerYishai Hadas2022-09-081-2/+59
* vfio/mlx5: Report dirty pages from trackerYishai Hadas2022-09-081-0/+191
* vfio/mlx5: Create and destroy page tracker objectYishai Hadas2022-09-081-0/+147
* vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas2022-09-081-12/+583
* vfio: Split migration ops from main device opsYishai Hadas2022-06-301-1/+3
* vfio/mlx5: Protect mlx5vf_disable_fds() upon close deviceYishai Hadas2022-06-301-0/+10
* vfio/mlx5: Run the SAVE state command in an async modeYishai Hadas2022-05-111-5/+76
* vfio/mlx5: Refactor to enable VFs migration in parallelYishai Hadas2022-05-111-59/+44
* vfio/mlx5: Manage the VF attach/detach callback from the PFYishai Hadas2022-05-111-0/+66
* vfio/mlx5: Expose migration commands over mlx5 deviceYishai Hadas2022-03-031-0/+259