aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-12/+12
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson1-9/+9
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson1-1/+1
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-1/+1
2016-12-26drm/i915/gvt: fix typo in cfg_space range checkPei Zhang1-1/+1
2016-12-26drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMANDMin He1-1/+1
2016-12-26drm/i915/gvt/kvmgt: trival: code cleanupJike Song1-5/+2
2016-12-26drm/i915/gvt/kvmgt: prevent double-release of vgpuJike Song2-3/+22
2016-12-26drm/i915/gvt/kvmgt: check returned slot for gfnJike Song1-0/+8
2016-12-26drm/i915/gvt/kvmgt: dereference the pointer within lockJike Song1-2/+5
2016-12-26drm/i915/gvt: reset the GGTT entry when vGPU createdPing Gao2-0/+59
2016-12-26drm/i915/gvt: fix an error in opregion handlingMin He1-1/+1
2016-12-16drm/i915/gvt/kvmgt: add vfio/mdev support to KVMGTJike Song3-40/+906
2016-12-16drm/i915/gvt/kvmgt: read/write GPA via KVM APIJike Song1-21/+16
2016-12-16drm/i915/gvt/kvmgt: replace kmalloc() by kzalloc()Jike Song1-1/+1
2016-11-25drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang1-4/+6
2016-11-24drm/i915/gvt: fix getting 64bit bar size errorXiaoguang Chen1-0/+2
2016-11-23drm/i915/gvt: fix missing init param.primaryDu, Changbin1-0/+1
2016-11-17drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependencyZhenyu Wang1-10/+6
2016-11-17drm/i915/gvt: drop checks for early Skylake revisionsJani Nikula1-4/+2
2016-11-16drm/i915/gvt: check workload empty before real scanPei Zhang1-1/+2
2016-11-14drm/i915/gvt: clear guest opregionXiaoguang Chen1-0/+1
2016-11-14drm/i915/gvt: add more MMIO regs with command access flagPing Gao1-14/+16
2016-11-14drm/i915/gvt: Fix static checker warning on intel_gvt_i2c_handle_aux_ch_write()Zhenyu Wang2-3/+2
2016-11-14drm/i915/gvt: fix mem leakage in setup_vgpu_mmio for vgpu resetDu, Changbin1-3/+7
2016-11-14drm/i915/gvt: fix crash in vgpu_reset_execlistDu, Changbin2-14/+12
2016-11-14drm/i915/gvt: emulate right behavior for tlb_controlPing Gao1-0/+1
2016-11-14drm/i915/gvt: fix deadlock in workload_threadPei Zhang1-20/+13
2016-11-10drm/i915/gvt: add KVMGT supportJike Song4-3/+623
2016-11-10drm/i915/gvt: refactor intel_gvt_io_emulation_ops to be intel_gvt_opsJike Song7-26/+44
2016-11-10drm/i915/gvt: allow several MPT methods to be NULLJike Song1-0/+24
2016-11-10drm/i915/gvt: introduce host_init/host_exit to MPTJike Song3-0/+32
2016-11-10drm/i915/gvt: remove obsolete code for old kvmgt opregionJike Song5-51/+11
2016-11-10drm/i915/gvt: add intel vgpu types supportZhenyu Wang3-15/+172
2016-11-10drm/i915/gvt: use kmap instead of kmap_atomic around guest memory accessXiaoguang Chen1-8/+8
2016-11-10drm/i915/gvt: don't rely on guest PPGTT entry to free old shadow dataBing Niu1-34/+17
2016-11-07drm/i915/gvt: implement scratch page table tree for shadow PPGTTPing Gao2-63/+128
2016-11-07drm/i915/gvt: emulate vgpu engine reset control behaviorDu, Changbin1-0/+26
2016-11-07drm/i915/gvt: Fix workload status after waitZhenyu Wang1-0/+2
2016-11-07drm/i915/gvt: update misc ctl regs base on stepping infoPing Gao1-5/+6
2016-11-07drm/i915/gvt: correct the emulation in TLB control handlerPing Gao2-0/+4
2016-11-07drm/i915/gvt: add write vreg in MMIO DMA_CTRL handlerPing Gao1-1/+4
2016-11-07drm/i915/gvt: remove unused variable 'execlist'Ping Gao1-2/+0
2016-11-07drm/i915/gvt: Fix shift for cmd data sizeZhenyu Wang1-2/+2
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson1-3/+6
2016-10-27drm/i915/gvt: fix nested sleeping issueDu, Changbin1-7/+12
2016-10-27drm/i915/gvt: throw error basing on execlist submit resultBing Niu1-3/+6
2016-10-27drm/i915/gvt: add full vGPU reset supportPing Gao3-2/+14
2016-10-26drm/i915/gvt: correct the reset logicPing Gao1-1/+5
2016-10-26drm/i915/gvt: add vreg write for GDRST handlerPing Gao1-0/+1