summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/kvmgt.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04drm/i915/gvt: use atomic operations to change the vGPU statusZhi Wang1-22/+13
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+0
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+17
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+0
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe1-5/+3
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-0/+3
2022-12-02i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()Yi Liu1-4/+14
2022-11-17Merge tag 'gvt-next-2022-11-17' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi1-4/+0
2022-11-17drm/i915/gvt: remove the vgpu->released and its sanity checkZhi Wang1-4/+0
2022-11-11drm/i915/gvt: Unconditionally put reference to KVM when detaching vGPUSean Christopherson1-3/+2
2022-11-11drm/i915/gvt: Get reference to KVM iff attachment to VM is successfulSean Christopherson1-2/+1
2022-11-10vfio: Remove vfio_free_deviceEric Farman1-1/+0
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig1-13/+5
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-12/+22
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig1-8/+0
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe1-8/+1
2022-10-04vfio/mdev: remove mdev_parent_devChristoph Hellwig1-1/+1
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig1-88/+14
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig1-2/+3
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig1-2/+0
2022-10-04drm/i915/gvt: simplify vgpu configuration managementChristoph Hellwig1-5/+5
2022-09-30drm/i915/gvt: Add missing vfio_unregister_group_dev() callJason Gunthorpe1-0/+1
2022-09-21drm/i915/gvt: Use the new device life cycle helpersKevin Tian1-16/+36
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-13/+6
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-12/+6
2022-07-23drm/i915/gvt: Replace roundup with DIV_ROUND_UPNicolin Chen1-5/+2
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen1-4/+1
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe1-56/+19
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato1-64/+18
2022-05-11drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pagesJason Gunthorpe1-21/+6
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe1-12/+12
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe1-6/+1
2022-04-21drm/i915/gvt: merge gvt.c into kvmgvt.cChristoph Hellwig1-4/+260
2022-04-21drm/i915/gvt: convert to use vfio_register_emulated_iommu_devChristoph Hellwig1-89/+101
2022-04-21drm/i915/gvt: remove kvmgt_guest_{init,exit}Christoph Hellwig1-69/+60
2022-04-21drm/i915/gvt: pass a struct intel_vgpu to the vfio read/write helpersChristoph Hellwig1-14/+14
2022-04-21drm/i915/gvt: streamline intel_vgpu_createChristoph Hellwig1-19/+9
2022-04-21drm/i915/gvt: remove struct intel_gvt_mptChristoph Hellwig1-35/+4
2022-04-21drm/i915/gvt: devirtualize dma_pin_guest_pageChristoph Hellwig1-3/+1
2022-04-21drm/i915/gvt: devirtualize ->dma_{,un}map_guest_pageChristoph Hellwig1-4/+2
2022-04-21drm/i915/gvt: devirtualize ->{enable,disable}_page_trackChristoph Hellwig1-4/+2
2022-04-21drm/i915/gvt: devirtualize ->gfn_to_mfnChristoph Hellwig1-16/+0
2022-04-21drm/i915/gvt: devirtualize ->is_valid_gfnChristoph Hellwig1-17/+0
2022-04-21drm/i915/gvt: devirtualize ->inject_msiChristoph Hellwig1-24/+0
2022-04-21drm/i915/gvt: devirtualize ->detach_vgpuChristoph Hellwig1-2/+1
2022-04-21drm/i915/gvt: devirtualize ->set_edid and ->set_opregionChristoph Hellwig1-4/+2
2022-04-21drm/i915/gvt: devirtualize ->{get,put}_vfio_deviceChristoph Hellwig1-22/+0
2022-04-21drm/i915/gvt: devirtualize ->{read,write}_gpaChristoph Hellwig1-23/+0
2022-04-21drm/i915/gvt: remove vgpu->handleChristoph Hellwig1-85/+41
2022-04-21drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpuChristoph Hellwig1-73/+44