summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gvt: fix double free bug in split_2MB_gtt_entryZheng Wang2023-01-041-4/+13
* drm/i915/gvt: use atomic operations to change the vGPU statusZhi Wang2023-01-048-40/+53
* drm/i915/gvt: fix vgpu debugfs clean in removeZhenyu Wang2023-01-041-2/+7
* drm/i915/gvt: fix gvt debugfs destroyZhenyu Wang2023-01-041-2/+6
* drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Dan Carpenter2023-01-041-0/+1
* Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-151-1/+0
|\
| * vfio: Remove vfio_free_deviceEric Farman2022-11-101-1/+0
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-4/+17
|\ \
| * \ Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe2022-12-021-5/+3
| |\ \
| * | | vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe2022-12-021-0/+3
| * | | i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()Yi Liu2022-12-021-4/+14
| | |/ | |/|
* | | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-1315-34/+28
|\ \ \ | |_|/ |/| |
| * | Merge tag 'drm-intel-next-2022-11-18' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-11-2313-19/+14
| |\ \
| | * \ Merge tag 'gvt-next-2022-11-17' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2022-11-178-19/+8
| | |\ \
| | | * | drm/i915/gvt: Remove the unused function get_pt_type()Jiapeng Chong2022-11-171-5/+0
| | | * | drm/i915: fix repeated words in commentswangjianli2022-11-171-1/+1
| | | * | drm/i915/gvt: remove the vgpu->released and its sanity checkZhi Wang2022-11-172-6/+0
| | | * | i915/gvt: remove hardcoded value on crc32_start calculationPaulo Miguel Almeida2022-11-171-1/+1
| | | * | drm/i915: gvt: fix kernel-doc trivial warningsMauro Carvalho Chehab2022-11-174-6/+6
| | | * | drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2022-11-171-1/+1
| | | * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-11-081-2/+2
| | | * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-11-081-1/+1
| | | * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-11-081-1/+1
| | | * | drm/i915/gvt: fix typo in commentJulia Lawall2022-11-081-1/+1
| | * | | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-11-148-338/+179
| | |\ \ \
| | * | | | drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-112-0/+2
| | * | | | drm/i915/dpio: move dpio_channel and dpio_phy enums to intel_dpio_phy.hJani Nikula2022-11-033-0/+4
| | | |/ / | | |/| |
| * | | | drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-3/+2
| * | | | drm/i915: use i915_sg_dma_sizes() for all backendsMatthew Auld2022-11-091-1/+1
| | |/ / | |/| |
| * | | Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie2022-11-043-11/+11
| |\ \ \ | | |_|/ | |/| |
| | * | drm/i915: Name our BARs based on the specVille Syrjälä2022-10-201-2/+2
| | * | drm/i915: Define multicast registers as a new typeMatt Roper2022-10-172-8/+8
| | * | drm/i915/gen8: Create separate reg definitions for new MCR registersMatt Roper2022-10-172-2/+2
| | |/
* | | drm/i915/gvt: Unconditionally put reference to KVM when detaching vGPUSean Christopherson2022-11-111-3/+2
* | | drm/i915/gvt: Get reference to KVM iff attachment to VM is successfulSean Christopherson2022-11-111-2/+1
|/ /
* | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-124-321/+162
|\ \
| * | vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-13/+5
| * | vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-043-51/+25
| * | vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-8/+0
| * | vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-8/+1
| * | vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-1/+1
| * | vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-043-90/+28
| * | vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-042-2/+5
| * | vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-2/+0
| * | drm/i915/gvt: simplify vgpu configuration managementChristoph Hellwig2022-10-044-145/+81
| * | drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_typesChristoph Hellwig2022-10-041-1/+5
| * | drm/i915/gvt: Add missing vfio_unregister_group_dev() callJason Gunthorpe2022-09-301-0/+1
| * | drm/i915/gvt: Use the new device life cycle helpersKevin Tian2022-09-213-40/+50
* | | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-053-5/+7
|\ \ \ | |/ / |/| / | |/
| * drm/i915/gmbus: split out gmbus regs in a separate fileJani Nikula2022-08-311-1/+2