summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/mlx5
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-11-12vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe-1/+1
2025-11-12vfio/pci: Fill in the missing get_region_info opsJason Gunthorpe-0/+1
2025-08-05vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe-0/+1
2025-07-15vfio/mlx5: fix possible overflow in tracking max message sizeArtem Sadovnikov-2/+2
2025-05-20vfio/mlx5: Enable the DMA link APILeon Romanovsky-203/+143
2025-05-20vfio/mlx5: Rewrite create mkey flow to allow better code reuseLeon Romanovsky-70/+91
2025-05-20vfio/mlx5: Explicitly use number of pages instead of allocated lengthLeon Romanovsky-41/+57
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino-7/+7
2024-12-11Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds-12/+35
2024-12-05vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas-12/+35
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-14vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()Yishai Hadas-18/+17
2024-11-14vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()Yishai Hadas-1/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-03-11vfio/mlx5: Enforce PRE_COPY supportYishai Hadas-127/+71
2024-02-22vfio/mlx5: Let firmware knows upon leaving PRE_COPY back to RUNNINGYishai Hadas-12/+45
2024-02-22vfio/mlx5: Block incremental query upon migf state errorYishai Hadas-0/+5
2024-02-22vfio/mlx5: Handle the EREMOTEIO error upon the SAVE commandYishai Hadas-1/+6
2024-02-22vfio/mlx5: Add support for tracker object change eventYishai Hadas-0/+49
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins-0/+1
2023-10-24vfio: Move iova_bitmap into iommufdJoao Martins-0/+1
2023-09-28vfio/mlx5: Activate the chunk mode functionalityYishai Hadas-0/+3
2023-09-28vfio/mlx5: Add support for READING in chunk modeYishai Hadas-6/+37
2023-09-28vfio/mlx5: Add support for SAVING in chunk modeYishai Hadas-17/+122
2023-09-28vfio/mlx5: Pre-allocate chunks for the STOP_COPY phaseYishai Hadas-65/+116
2023-09-28vfio/mlx5: Rename some stuff to match chunk modeYishai Hadas-9/+10
2023-09-28vfio/mlx5: Enable querying state size which is > 4GBYishai Hadas-8/+18
2023-09-28vfio/mlx5: Refactor the SAVE callback to activate a work only upon an errorYishai Hadas-7/+13
2023-09-28vfio/mlx5: Wake up the reader post of disabling the SAVING migration fileYishai Hadas-0/+1
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-47/+2
2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley-47/+1
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla-1/+1
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla-1/+1
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu-0/+1
2023-06-16vfio/pci: Cleanup KconfigAlex Williamson-1/+1
2023-03-13vfio/mlx5: Fix the report of dirty_bytes upon pre-copyYishai Hadas-10/+4
2023-02-09vfio/mlx5: Fix range size calculation upon tracker creationYishai Hadas-2/+2
2023-01-30vfio/mlx5: Improve the target side flow to reduce downtimeYishai Hadas-12/+105
2023-01-30vfio/mlx5: Improve the source side flow upon pre_copyYishai Hadas-34/+151
2023-01-30vfio/mlx5: Check whether VF is migratableShay Drory-0/+28
2023-01-23vfio/mlx5: Allow loading of larger images than 512 MBYishai Hadas-14/+16
2023-01-23vfio/mlx5: Fix UBSAN noteYishai Hadas-3/+3
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-224/+1069
2022-12-12vfio/mlx5: error pointer dereference in error handlingDan Carpenter-1/+1
2022-12-12vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()Dan Carpenter-1/+4
2022-12-06vfio/mlx5: Enable MIGRATION_PRE_COPY flagShay Drory-0/+5
2022-12-06vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY errorShay Drory-3/+32
2022-12-06vfio/mlx5: Introduce multiple loadsYishai Hadas-45/+257