index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gvt
/
kvmgt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
drm/i915/gvt: Unconditionally put reference to KVM when detaching vGPU
Sean Christopherson
1
-3
/
+2
2022-11-11
drm/i915/gvt: Get reference to KVM iff attachment to VM is successful
Sean Christopherson
1
-2
/
+1
2022-10-04
vfio/mdev: consolidate all the description sysfs into the core code
Christoph Hellwig
1
-13
/
+5
2022-10-04
vfio/mdev: consolidate all the available_instance sysfs into the core code
Christoph Hellwig
1
-12
/
+22
2022-10-04
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
1
-8
/
+0
2022-10-04
vfio/mdev: consolidate all the device_api sysfs into the core code
Jason Gunthorpe
1
-8
/
+1
2022-10-04
vfio/mdev: remove mdev_parent_dev
Christoph Hellwig
1
-1
/
+1
2022-10-04
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
1
-88
/
+14
2022-10-04
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
1
-2
/
+3
2022-10-04
vfio/mdev: make mdev.h standalone includable
Christoph Hellwig
1
-2
/
+0
2022-10-04
drm/i915/gvt: simplify vgpu configuration management
Christoph Hellwig
1
-5
/
+5
2022-09-30
drm/i915/gvt: Add missing vfio_unregister_group_dev() call
Jason Gunthorpe
1
-0
/
+1
2022-09-21
drm/i915/gvt: Use the new device life cycle helpers
Kevin Tian
1
-16
/
+36
2022-07-25
vfio: Replace phys_pfn with pages for vfio_pin_pages()
Nicolin Chen
1
-13
/
+6
2022-07-25
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
1
-12
/
+6
2022-07-23
drm/i915/gvt: Replace roundup with DIV_ROUND_UP
Nicolin Chen
1
-5
/
+2
2022-07-23
vfio: Make vfio_unpin_pages() return void
Nicolin Chen
1
-4
/
+1
2022-07-20
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
1
-56
/
+19
2022-05-24
vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
Matthew Rosato
1
-64
/
+18
2022-05-11
drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
Jason Gunthorpe
1
-21
/
+6
2022-05-11
vfio: Make vfio_(un)register_notifier accept a vfio_device
Jason Gunthorpe
1
-12
/
+12
2022-04-21
vfio/mdev: Remove mdev_parent_ops
Jason Gunthorpe
1
-6
/
+1
2022-04-21
drm/i915/gvt: merge gvt.c into kvmgvt.c
Christoph Hellwig
1
-4
/
+260
2022-04-21
drm/i915/gvt: convert to use vfio_register_emulated_iommu_dev
Christoph Hellwig
1
-89
/
+101
2022-04-21
drm/i915/gvt: remove kvmgt_guest_{init,exit}
Christoph Hellwig
1
-69
/
+60
2022-04-21
drm/i915/gvt: pass a struct intel_vgpu to the vfio read/write helpers
Christoph Hellwig
1
-14
/
+14
2022-04-21
drm/i915/gvt: streamline intel_vgpu_create
Christoph Hellwig
1
-19
/
+9
2022-04-21
drm/i915/gvt: remove struct intel_gvt_mpt
Christoph Hellwig
1
-35
/
+4
2022-04-21
drm/i915/gvt: devirtualize dma_pin_guest_page
Christoph Hellwig
1
-3
/
+1
2022-04-21
drm/i915/gvt: devirtualize ->dma_{,un}map_guest_page
Christoph Hellwig
1
-4
/
+2
2022-04-21
drm/i915/gvt: devirtualize ->{enable,disable}_page_track
Christoph Hellwig
1
-4
/
+2
2022-04-21
drm/i915/gvt: devirtualize ->gfn_to_mfn
Christoph Hellwig
1
-16
/
+0
2022-04-21
drm/i915/gvt: devirtualize ->is_valid_gfn
Christoph Hellwig
1
-17
/
+0
2022-04-21
drm/i915/gvt: devirtualize ->inject_msi
Christoph Hellwig
1
-24
/
+0
2022-04-21
drm/i915/gvt: devirtualize ->detach_vgpu
Christoph Hellwig
1
-2
/
+1
2022-04-21
drm/i915/gvt: devirtualize ->set_edid and ->set_opregion
Christoph Hellwig
1
-4
/
+2
2022-04-21
drm/i915/gvt: devirtualize ->{get,put}_vfio_device
Christoph Hellwig
1
-22
/
+0
2022-04-21
drm/i915/gvt: devirtualize ->{read,write}_gpa
Christoph Hellwig
1
-23
/
+0
2022-04-21
drm/i915/gvt: remove vgpu->handle
Christoph Hellwig
1
-85
/
+41
2022-04-21
drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpu
Christoph Hellwig
1
-73
/
+44
2022-04-21
drm/i915/gvt: merge struct kvmgt_vdev into struct intel_vgpu
Christoph Hellwig
1
-184
/
+104
2022-04-21
drm/i915/gvt: remove the unused from_virt_to_mfn op
Christoph Hellwig
1
-6
/
+0
2022-04-21
drm/i915/gvt: remove intel_gvt_ops
Christoph Hellwig
1
-22
/
+15
2022-04-21
drm/i915/gvt: move the gvt code into kvmgt.ko
Christoph Hellwig
1
-4
/
+10
2022-04-21
drm/i915/gvt: rename intel_vgpu_ops to intel_vgpu_mdev_ops
Christoph Hellwig
1
-3
/
+3
2022-04-21
drm/i915/gvt: remove enum hypervisor_type
Christoph Hellwig
1
-1
/
+0
2022-03-07
drm/i915/gvt: add the missing mdev attribute "name"
Zhi Wang
1
-0
/
+15
2022-02-17
drm/i915/gvt: #include drm_edid.h for drm_edid_block_valid()
Jani Nikula
1
-0
/
+2
2021-09-30
drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIR...
Cai Huoqing
1
-2
/
+2
2021-08-11
vfio/gvt: Fix open/close when multiple device FDs are open
Jason Gunthorpe
1
-4
/
+4
[next]