summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/gtt.c
AgeCommit message (Expand)Author
2023-08-31drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()Sean Christopherson
2023-08-31drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTTSean Christopherson
2023-08-31drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry typeSean Christopherson
2023-08-31drm/i915/gvt: Explicitly check that vGPU is attached before shadowingSean Christopherson
2023-08-31drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()Sean Christopherson
2023-08-31drm/i915/gvt: remove interface intel_gvt_is_valid_gfnYan Zhao
2023-08-31drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"Sean Christopherson
2023-01-04drm/i915/gvt: fix double free bug in split_2MB_gtt_entryZheng Wang
2023-01-04drm/i915/gvt: use atomic operations to change the vGPU statusZhi Wang
2022-11-17drm/i915/gvt: Remove the unused function get_pt_type()Jiapeng Chong
2022-11-17drm/i915: fix repeated words in commentswangjianli
2022-11-08drm/i915/gvt: fix typo in commentJulia Lawall
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato
2022-04-21drm/i915/gvt: devirtualize ->dma_{,un}map_guest_pageChristoph Hellwig
2022-04-21drm/i915/gvt: devirtualize ->gfn_to_mfnChristoph Hellwig
2022-04-21drm/i915/gvt: devirtualize ->is_valid_gfnChristoph Hellwig
2022-04-21drm/i915/gvt: devirtualize ->{read,write}_gpaChristoph Hellwig
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie
2022-02-14Merge tag 'gvt-fixes-2022-01-13' of https://github.com/intel/gvt-linux into d...Tvrtko Ursulin
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2022-01-13drm/i915/gvt: clean up kernel-doc in gtt.cRandy Dunlap
2022-01-12drm/i915/gvt: Constify gtt_type_table_entryRikard Falkeborn
2022-01-12drm/i915/gvt: Constify intel_gvt_gtt_pte_opsRikard Falkeborn
2022-01-12drm/i915/gvt: Constify intel_gvt_gtt_gma_opsRikard Falkeborn
2021-12-06drm/i915: Introduce new macros for i915 PTEMichael Cheng
2021-09-30drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIR...Cai Huoqing
2021-07-30drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi
2021-06-04drm/i915/gvt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-04-21Merge tag 'gvt-next-fixes-2021-04-21' of https://github.com/intel/gvt-linux i...Jani Nikula
2021-04-15drm/i915/gvt: remove useless functionJiapeng Chong
2021-03-01drm/i915/gvt: Fixed couple of spellings in the file gtt.cBhaskar Chowdhury
2021-02-02drm/i915/gvt: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-10drm/i915/gvt: Save/restore HW status to support GVT suspend/resumeColin Xu
2020-07-29drm/i915/gvt: Do not destroy ppgtt_mm during vGPU D3->D0.Colin Xu
2020-05-14Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen
2020-05-08drm/i915/gvt: Support PPGTT table load commandZhenyu Wang
2020-04-30Merge tag 'gvt-next-2020-04-22' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen
2020-04-17drm/i915/gvt: skip populate shadow context if guest context not changedYan Zhao
2020-03-10Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi
2020-03-06drm/i915/gvt: Wean gvt off using dev_privChris Wilson
2020-02-26Merge tag 'gvt-next-2020-02-26' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi
2020-02-24drm/i915/gvt: Make WARN* drm specific where vgpu ptr is availablePankaj Bharadiya
2020-02-12Merge tag 'gvt-fixes-2020-02-12' of https://github.com/intel/gvt-linux into d...Jani Nikula
2020-02-10drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin
2019-12-16drm/i915: Remove unneeded semicolonzhengbin
2019-07-30drm/i915/gvt: Warning for invalid ggtt accessXiong Zhang
2019-05-30drm/i915/gvt: Assign NULL to the pointer after memory free.Aleksei Gimbitskii
2019-05-30drm/i915/gvt: Check if cur_pt_type is validAleksei Gimbitskii
2019-05-30drm/i915/gvt: refine ggtt range validationXiong Zhang