summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/kvmgt.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoStefan Hajnoczi1-1/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-74/+46
2023-08-31drm/i915/gvt: Drop final dependencies on KVM internal detailsSean Christopherson1-1/+1
2023-08-31KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson1-10/+7
2023-08-31KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson1-29/+8
2023-08-31KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson1-2/+2
2023-08-31KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson1-2/+2
2023-08-31drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()Yan Zhao1-12/+9
2023-08-31drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slotSean Christopherson1-7/+1
2023-08-31KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson1-6/+4
2023-08-31drm/i915/gvt: Protect gfn hash table with vgpu_lockSean Christopherson1-16/+23
2023-08-31drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfnsSean Christopherson1-1/+1
2023-08-31drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTTSean Christopherson1-1/+0
2023-08-31drm/i915/gvt: Don't try to unpin an empty page rangeYan Zhao1-1/+2
2023-08-31drm/i915/gvt: Verify hugepages are contiguous in physical address spaceSean Christopherson1-1/+1
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu1-0/+1
2023-02-23i915: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-01-04drm/i915/gvt: use atomic operations to change the vGPU statusZhi Wang1-22/+13
2022-12-16Merge 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