aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gvt/gvt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21drm/i915/gvt: merge gvt.c into kvmgvt.cChristoph Hellwig1-291/+0
2022-04-21drm/i915/gvt: remove struct intel_gvt_mptChristoph Hellwig1-2/+9
2022-04-21drm/i915/gvt: remove intel_gvt_opsChristoph Hellwig1-19/+1
2022-04-21drm/i915/gvt: move the gvt code into kvmgt.koChristoph Hellwig1-36/+19
2022-04-21drm/i915/gvt: remove enum hypervisor_typeChristoph Hellwig1-16/+1
2022-04-21drm/i915/gvt: remove module refcounting in intel_gvt_{,un}register_hypervisorChristoph Hellwig1-6/+0
2021-12-17drm/i915/gvt: Use to_gt() helperMichaƂ Winiarski1-1/+1
2021-05-17drm/i915/gvt: Move mdev attribute groups into kvmgt moduleZhenyu Wang1-122/+2
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+4
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-25/+16
2021-04-21Merge tag 'gvt-next-fixes-2021-04-21' of https://github.com/intel/gvt-linux into drm-intel-next-fixesJani Nikula1-4/+4
2021-04-15drm/i915/gvt: Fix error code in intel_gvt_init_device()Dan Carpenter1-4/+4
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-10/+11
2021-04-12vfio/gvt: Use mdev_get_type_group_id()Jason Gunthorpe1-17/+7
2021-03-01drm/i915/gvt: Refactor GVT vblank emulator for vGPU virtual displayColin Xu1-7/+18
2021-02-02drm/i915/gvt: Remove references to struct drm_device.pdevThomas Zimmermann1-3/+3
2020-11-23drm/i915/gvt: treat intel_gvt_mpt as const in gvt codeJulian Stecklina1-1/+1
2020-11-11drm/i915/gvt: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-11-10drm/i915/gvt: Save/restore HW status to support GVT suspend/resumeColin Xu1-0/+9
2020-04-30Merge tag 'gvt-next-2020-04-22' of https://github.com/intel/gvt-linux into drm-intel-next-queuedJoonas Lahtinen1-1/+0
2020-04-14i915/gvt: remove unused xen bitsChristoph Hellwig1-1/+0
2020-03-10Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into drm-intel-next-queuedRodrigo Vivi1-19/+19
2020-03-06drm/i915/gvt: Wean gvt off using dev_privChris Wilson1-20/+19
2020-03-06drm/i915/gvt: Wean gvt off dev_priv->engine[]Chris Wilson1-1/+2
2020-03-04drm/i915/gvt: Inlcude intel_gvt.h where neededChris Wilson1-0/+1
2020-02-24drm/i915/gvt: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-2/+2
2019-12-11drm/i915/gvt: remove unused type attributesZhenyu Wang1-3/+1
2019-08-13drm/i915/gvt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+1
2019-01-31drm/i915/gvt: add hotplug emulationHang Yuan1-0/+1
2019-01-02drm/i915/gvt: Change KVMGT as self load moduleZhenyu Wang1-64/+44
2018-12-10drm/i915/gvt: remove unused parameter for hypervisor's host_exit callZhenyu Wang1-1/+1
2018-12-07drm/i915/gvt: fix a typo: "registeration" -> "registration".Peng Hao1-1/+1
2018-09-11Merge tag 'drm-intel-next-2018-09-06-2' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+1
2018-08-14drm/i915/gvt: fix cleanup sequence in intel_gvt_clean_deviceHang Yuan1-8/+6
2018-08-13drm/i915/gvt: free workload in vgpu releaseHang Yuan1-0/+1
2018-08-07drm/i915/gvt: Fix function comment doc errorsZhenyu Wang1-2/+1
2018-07-10drm/i915/gvt: declare gvt as i915's soft dependencyHang Yuan1-0/+4
2018-06-13drm/i915/gvt: Enable device info initialization for BXT.Colin Xu1-12/+9
2018-05-18drm/i915/gvt: Use sched_lock to protect gvt scheduler logic.Colin Xu1-0/+1
2018-05-18drm/i915/gvt: Use vgpu_lock to protect per vgpu accessColin Xu1-4/+1
2018-03-06drm/i915/gvt: Provide generic page_track infrastructure for write-protected pageChangbin Du1-1/+1
2017-12-22drm/i915/gvt: move write protect handler out of mmio emulation functionZhenyu Wang1-0/+1
2017-12-08drm/i915/gvt: Select appropriate mmio list at initialization timeChangbin Du1-0/+2
2017-12-04drm/i915/gvt: Dmabuf support for GVT-gTina Zhang1-0/+2
2017-11-16drm/i915/gvt: Let each vgpu has separate opregion memoryXiong Zhang1-8/+1
2017-11-16drm/i915/gvt: Add basic debugfs infrastructureChangbin Du1-0/+5
2017-11-16drm/i915/gvt: Move vGPU type related code into gvt filefred gao1-0/+134
2017-09-08drm/i915/gvt: Add support for PCIe extended configuration spaceChangbin Du1-1/+1
2017-06-08drm/i915/gvt: Support event based schedulingPing Gao1-1/+3
2017-06-08drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du1-1/+1