summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2023-01-10vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Niklas Schnelle-11/+20
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-429/+1435
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-912/+1434
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-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2022-12-06hisi_acc_vfio_pci: Enable PRE_COPY flagShameer Kolothum-1/+1
2022-12-06hisi_acc_vfio_pci: Move the dev compatibility tests for early checkShameer Kolothum-12/+8
2022-12-06hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitionsShameer Kolothum-3/+71
2022-12-06hisi_acc_vfio_pci: Add support for precopy IOCTLShameer Kolothum-0/+53
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
2022-12-06vfio/mlx5: Consider temporary end of stream as part of PRE_COPYYishai Hadas-2/+14
2022-12-06vfio/mlx5: Introduce vfio precopy ioctl implementationYishai Hadas-0/+127
2022-12-06vfio/mlx5: Introduce SW headers for migration statesYishai Hadas-4/+67
2022-12-06vfio/mlx5: Introduce device transitions of PRE_COPYYishai Hadas-18/+184
2022-12-06vfio/mlx5: Refactor to use queue based data chunksYishai Hadas-38/+136
2022-12-06vfio/mlx5: Refactor migration file stateYishai Hadas-8/+12
2022-12-06vfio/mlx5: Refactor MKEY usageYishai Hadas-113/+178
2022-12-06vfio/mlx5: Refactor PD usageYishai Hadas-31/+71
2022-12-06vfio/mlx5: Enforce a single SAVE command at a timeYishai Hadas-0/+14
2022-12-06vfio: Extend the device migration protocol with PRE_COPYJason Gunthorpe-2/+72
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe-18/+25
2022-12-05vfio: Remove CONFIG_VFIO_SPAPR_EEHJason Gunthorpe-8/+3
2022-12-05vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.cJason Gunthorpe-91/+53
2022-12-05vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()Jason Gunthorpe-12/+4
2022-12-05vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.koJason Gunthorpe-15/+9
2022-12-05vfio: Move vfio group specific code into group.cYi Liu-870/+907
2022-12-05vfio: Refactor dma APIs for emulated devicesYi Liu-34/+43
2022-12-05vfio: Wrap vfio group module init/clean code into helpersYi Liu-20/+36
2022-12-05vfio: Refactor vfio_device open and closeYi Liu-46/+87
2022-12-05vfio: Make vfio_device_open() truly device specificYi Liu-17/+29
2022-12-05vfio: Swap order of vfio_device_container_register() and open_device()Yi Liu-8/+9
2022-12-05vfio: Set device->group in helper functionYi Liu-15/+26
2022-12-05vfio: Create wrappers for group register/unregisterYi Liu-7/+16
2022-12-05vfio: Move the sanity check of the group to vfio_create_group()Jason Gunthorpe-37/+25
2022-12-05vfio: Simplify vfio_create_group()Jason Gunthorpe-23/+10
2022-12-02vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundariesJoao Martins-17/+13
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe-5/+18
2022-12-02vfio: Make vfio_container optionally compiledJason Gunthorpe-13/+91
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe-2/+3
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe-94/+206
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe-2/+150
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe-16/+82
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe-17/+19
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe-13/+11
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe-15/+13
2022-12-02vfio: Move vfio_device driver open/close code to a functionJason Gunthorpe-42/+53