summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/kvmgt.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-06drm/i915/kvmgt: Fix compilation errorMichał Winiarski1-6/+0
2018-07-23drm/i915/kvmgt: Fix compilation errorMichał Winiarski1-6/+0
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-32/+94
2018-07-09drm/i915/kvmgt: Support setting dma map for huge pagesChangbin Du1-32/+94
2018-06-07Merge tag 'gvt-fixes-2018-04-19' of https://github.com/intel/gvt-linux into d...Jani Nikula1-1/+33
2018-04-17drm/i915/kvmgt: Check the pfn got from vfio_pin_pagesChangbin Du1-0/+6
2018-04-17Back merge 'drm-intel-fixes' into gvt-fixesZhenyu Wang1-125/+198
2018-04-16drm/i915/gvt: Dereference msi eventfd_ctx when it isn't used anymoreXiong Zhang1-1/+27
2018-04-04Merge tag 'gvt-fixes-2018-04-03' of https://github.com/intel/gvt-linux into d...Joonas Lahtinen1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+49
2018-03-22drm/i915/gvt: throw error on unhandled vfio ioctlsGerd Hoffmann1-1/+1
2018-03-19drm/i915/kvmgt: Handle kzalloc failureChangbin Du1-7/+15
2018-03-06drm/i915/kvmgt: Add kvmgt debugfs entry nr_cache_entries under vgpuChangbin Du1-0/+15
2018-03-06drm/i915/gvt: Fix guest vGPU hang caused by very high dma setup overheadChangbin Du1-119/+169
2018-03-06drm/i915/gvt: Fix check error of vgpu create failure messageZhenyu Wang1-1/+1
2018-03-06drm/i915/gvt: Rename mpt api {set, unset}_wp_page to {enable, disable}_page_t...Changbin Du1-4/+4
2018-02-14drm/i915/gvt: Support BAR0 8-byte reads/writesTina Zhang1-2/+49
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds1-2/+50
2018-02-06drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du1-2/+34
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-127/+174
2018-02-01drm/i915/gvt: validate gfn before set shadow page entryHang Yuan1-0/+16
2017-12-22drm/i915/gvt: move write protect handler out of mmio emulation functionZhenyu Wang1-2/+2
2017-12-20vfio: Simplify capability helperAlex Williamson1-5/+10
2017-12-08drm/i915/gvt/kvmgt: fill info for ROM/VGA regionPei Zhang1-1/+5
2017-12-04drm/i915/gvt: Dmabuf support for GVT-gTina Zhang1-0/+53
2017-12-04drm/i915/gvt: Add opregion supportTina Zhang1-3/+105
2017-11-16drm/i915/gvt: Refactor vGPU type code in kvmgt partfred gao1-120/+8
2017-11-16drm/i915/gvt: Introduce intel_vgpu_submissionZhi Wang1-1/+1
2017-09-08drm/i915/gvt: Add support for PCIe extended configuration spaceChangbin Du1-1/+1
2017-09-08drm/i915/gvt: Add emulation for BAR2 (aperture) with normal file RW approachChangbin Du1-17/+25
2017-09-08drm/i915/kvmgt: Sanitize PCI bar emulationChangbin Du1-1/+1
2017-08-10drm/i915/gvt: expose vGPU context hw idZhenyu Wang1-0/+17
2017-07-11drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"Chuanxiao Dong1-45/+10
2017-06-26drm/i915/gvt: Fix inconsistent locks holding sequenceChuanxiao Dong1-5/+9
2017-06-26drm/i915/gvt: Fix possible recursive locking issueChuanxiao Dong1-10/+45
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie1-0/+4
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-0/+2
2017-04-03Merge tag 'gvt-fixes-2017-04-01' of https://github.com/01org/gvt-linux into d...Jani Nikula1-0/+4
2017-03-31drm/i915/gvt: remove the redundant info NULL checkTina Zhang1-7/+0
2017-03-30drm/i915/gvt: Activate/de-activate vGPU in mdev ops.Zhi Wang1-0/+4
2017-03-30drm/i915/gvt: define weight according to vGPU typePing Gao1-2/+4
2017-03-30drm/i915/gvt: remove the redundant info NULL checkTina Zhang1-7/+0
2017-03-29drm/i915/gvt: Add mdev device attribute groupZhenyu Wang1-0/+32
2017-03-20drm/i915/kvmgt: Hold struct kvm referenceAlex Williamson1-0/+2
2017-03-17drm/i915/kvmgt: fix suspicious rcu dereference usageChangbin Du1-1/+3
2017-03-17drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang1-13/+20
2017-03-08Merge tag 'gvt-fixes-2017-03-08' of https://github.com/01org/gvt-linux into d...Jani Nikula1-2/+2
2017-03-08Merge tag 'gvt-next-2017-02-24' of https://github.com/01org/gvt-linux into dr...Jani Nikula1-4/+4
2017-03-01drm/i915/gvt: use pfn_valid for better checkingChuanxiao Dong1-2/+2
2017-02-24drm/i915/gvt: add resolution definition for vGPU typeZhenyu Wang1-4/+4