summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06hisi_acc_vfio_pci: Remove the deferred_reset logicShameer Kolothum1-36/+12
2024-01-05hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resumeShameer Kolothum1-2/+5
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu1-0/+2
2023-01-23vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas1-2/+2
2022-12-16Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-16/+140
2022-12-06hisi_acc_vfio_pci: Enable PRE_COPY flagShameer Kolothum1-1/+1
2022-12-06hisi_acc_vfio_pci: Move the dev compatibility tests for early checkShameer Kolothum1-12/+7
2022-12-06hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitionsShameer Kolothum1-3/+71
2022-12-06hisi_acc_vfio_pci: Add support for precopy IOCTLShameer Kolothum1-0/+52
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe1-0/+6
2022-11-14vfio: Add an option to get migration data sizeYishai Hadas1-0/+9
2022-09-27hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu1-9/+9
2022-09-27hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu1-3/+5
2022-09-27hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu1-4/+4
2022-09-27hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu1-1/+1
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu1-43/+37
2022-09-02hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()Shameer Kolothum1-10/+10
2022-06-30vfio: Split migration ops from main device opsYishai Hadas1-3/+8
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-03-15hisi_acc_vfio_pci: Use its own PCI reset_done error handlerShameer Kolothum1-3/+54
2022-03-15hisi_acc_vfio_pci: Add support for VFIO live migrationLongfang Liu1-18/+1067
2022-03-15hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration regionShameer Kolothum1-0/+126
2022-03-15hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devicesShameer Kolothum1-0/+100