aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge drm/drm-next into drm-intel-nextJani Nikula2022-08-293-92/+35
| |\
| * | drm/i915: move dpll under display.dpllJani Nikula2022-08-291-2/+2
| * | drm/i915: Use of BARs names instead of numbersPiotr PiĆ³rkowski2022-08-101-2/+3
* | | Merge tag 'gvt-fixes-2022-08-22' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2022-08-224-6/+6
|\ \ \ | |_|/ |/| |
| * | drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2022-08-221-1/+1
| * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-08-151-2/+2
| * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-08-151-1/+1
| * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-08-151-1/+1
| * | drm/i915/gvt: fix typo in commentJulia Lawall2022-08-151-1/+1
* | | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-062-89/+32
|\ \ \
| * | | vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-13/+6
| * | | vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-12/+6
| * | | drm/i915/gvt: Replace roundup with DIV_ROUND_UPNicolin Chen2022-07-231-5/+2
| * | | vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-231-4/+1
| * | | vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-202-57/+19
* | | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie2022-07-011-1/+1
| |\ \ | | |/ | |/|
| | * Merge tag 'drm-intel-next-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Tvrtko Ursulin2022-05-2322-2659/+945
| | |\
| | * | drm/i915/gvt: Use intel_engine_mask_t for ring maskMatt Roper2022-05-101-1/+1
* | | | Merge tag 'gvt-fixes-2022-07-11' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2022-07-121-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()Dan Carpenter2022-07-111-3/+3
* | | | Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-013-96/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato2022-05-243-69/+20
| * | | drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pagesJason Gunthorpe2022-05-112-22/+6
| * | | vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe2022-05-111-2/+2
| * | | vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe2022-05-111-12/+12
* | | | Merge tag 'gvt-next-2022-04-29' of https://github.com/intel/gvt-linux into dr...Jani Nikula2022-04-291-2/+2
|\| | |
| * | | i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlersWan Jiabing2022-04-281-1/+1
| * | | drm/i915/gvt: Make intel_gvt_match_device() staticZhi Wang2022-04-281-1/+1
* | | | Merge tag 'gvt-next-2022-04-21-for-christoph' of https://github.com/intel/gvt...Jani Nikula2022-04-2522-2658/+944
|\| | | | |_|/ |/| |
| * | vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-6/+1
| * | drm/i915/gvt: merge gvt.c into kvmgvt.cChristoph Hellwig2022-04-214-302/+260
| * | drm/i915/gvt: convert to use vfio_register_emulated_iommu_devChristoph Hellwig2022-04-212-90/+102