summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
AgeCommit message (Expand)AuthorFilesLines
2017-01-25drm/i915/gvt: Fix kmem_cache_create() nameAlex Williamson1-1/+1
2017-01-25drm/i915/gvt/kvmgt: mdev ABI is available_instances, not available_instanceAlex Williamson1-4/+4
2017-01-17drm/i915/gvt: Fix relocation of shadow bbChris Wilson2-47/+19
2017-01-17drm/i915/gvt: Enable the shadow batch bufferTina Zhang1-4/+0
2017-01-13drm/i915/gvt: rewrite gt reset handler using new function intel_gvt_reset_vgp...Changbin Du1-61/+29
2017-01-13drm/i915/gvt: fix vGPU instance reuse issues by vGPU reset functionChangbin Du2-1/+74
2017-01-13drm/i915/gvt: introduce intel_vgpu_reset_mmio() to reset mmio spaceChangbin Du2-14/+26
2017-01-13drm/i915/gvt: move mmio init/clean function to mmio.cChangbin Du5-36/+49
2017-01-13drm/i915/gvt: introduce intel_vgpu_reset_cfg_space to reset configuration spaceChangbin Du2-0/+27
2017-01-13drm/i915/gvt: move cfg space inititation function to cfg_space.cChangbin Du3-43/+52
2017-01-13drm/i915/gvt: introuduce intel_vgpu_reset_gtt() to reset gttChangbin Du2-0/+28
2017-01-13drm/i915/gvt: introudce intel_vgpu_reset_resource() to reset vgpu resource stateChangbin Du2-2/+28
2017-01-09drm/i915/gvt: cleanup GFP flagsJike Song1-24/+15
2017-01-09drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failureJike Song1-4/+10
2017-01-09drm/i915/gvt: cleanup opregion memory allocation codeJike Song2-6/+5
2017-01-09drm/i915/gvt: destroy the allocated idr on vgpu creating failuresJike Song1-1/+3
2017-01-09drm/i915/gvt: init/destroy vgpu_idr properlyJike Song1-1/+7
2017-01-09drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du1-5/+5
2017-01-09drm/i915/gvt: fix use after free for workloadChangbin Du1-2/+2
2017-01-09drm/i915/gvt: remove duplicated definitionZhenyu Wang1-7/+0
2017-01-09drm/i915/gvt: adjust high memory size for default vGPU typeZhenyu Wang1-2/+2
2017-01-09drm/i915/gvt: print correct value for untracked mmioPei Zhang1-15/+16
2017-01-09drm/i915/gvt: always use readq and writeqChangbin Du1-13/+2
2017-01-09drm/i915/gvt: fix return value in mul_force_wake_writeChangbin Du1-1/+1
2017-01-09drm/i915/gvt: fix error handing of tlb_control emulationChangbin Du1-4/+2
2017-01-09drm/i915/gvt: verify functions types in new_mmio_info()Nicolas Iooss1-2/+3
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