index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
test.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-06
net/vdpa: Use struct for set/get vq state
Eli Cohen
6
-18
/
+34
2020-08-06
vdpa: remove hard coded virtq num
Max Gurtovoy
5
-11
/
+14
2020-08-06
vdpasim: support batch updating
Jason Wang
1
-3
/
+37
2020-08-06
vhost-vdpa: support IOTLB batching hints
Jason Wang
3
-9
/
+40
2020-08-06
vhost-vdpa: support get/set backend features
Jason Wang
1
-0
/
+18
2020-08-06
vhost: generialize backend features setting/getting
Jason Wang
3
-16
/
+19
2020-08-06
vhost-vdpa: refine ioctl pre-processing
Jason Wang
1
-4
/
+5
2020-08-05
vDPA: dont change vq irq after DRIVER_OK
Zhu Lingshan
2
-1
/
+1
2020-08-05
virtio_pci_modern: Fix the comment of virtio_pci_find_capability()
Liao Pingfang
1
-0
/
+1
2020-08-05
irqbypass: do not start cons/prod when failed connect
Zhu Lingshan
1
-6
/
+10
2020-08-05
ifcvf: implement vdpa_config_ops.get_vq_irq()
Zhu Lingshan
1
-2
/
+16
2020-08-05
vhost_vdpa: implement IRQ offloading in vhost_vdpa
Zhu Lingshan
2
-1
/
+63
2020-08-05
vDPA: add get_vq_irq() in vdpa_config_ops
Zhu Lingshan
1
-0
/
+7
2020-08-05
kvm: detect assigned device via irqbypass manager
Zhu Lingshan
1
-2
/
+10
2020-08-05
vhost: introduce vhost_vring_call
Zhu Lingshan
3
-9
/
+26
2020-08-05
vhost: Use flex_array_size() helper in copy_from_user()
Gustavo A. R. Silva
1
-1
/
+1
2020-08-05
vdpasim: protect concurrent access to iommu iotlb
Max Gurtovoy
1
-4
/
+27
2020-08-05
vhost: vdpa: remove per device feature whitelist
Jason Wang
1
-37
/
+0
2020-08-05
virtio_ring: Avoid loop when vq is broken in virtqueue_poll
Mao Wenan
1
-0
/
+3
2020-08-05
virtio_net: use LE accessors for speed/duplex
Michael S. Tsirkin
2
-5
/
+6
2020-08-05
virtio_config: drop LE option from config space
Michael S. Tsirkin
1
-26
/
+2
2020-08-05
virtio-iommu: convert to LE accessors
Michael S. Tsirkin
1
-17
/
+17
2020-08-05
virtio_mem: convert to LE accessors
Michael S. Tsirkin
1
-15
/
+15
2020-08-05
drm/virtio: convert to LE accessors
Michael S. Tsirkin
1
-8
/
+8
2020-08-05
virtio_pmem: convert to LE accessors
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio_crypto: convert to LE accessors
Michael S. Tsirkin
1
-23
/
+23
2020-08-05
virtio_fs: convert to LE accessors
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio_input: convert to LE accessors
Michael S. Tsirkin
1
-16
/
+16
2020-08-05
virtio_balloon: use LE config space accesses
Michael S. Tsirkin
1
-17
/
+9
2020-08-05
virtio_config: add virtio_cread_le_feature
Michael S. Tsirkin
1
-0
/
+10
2020-08-05
virtio_caif: correct tags for config space fields
Michael S. Tsirkin
1
-3
/
+3
2020-08-05
virtio_config: LE config space accessors
Michael S. Tsirkin
1
-0
/
+65
2020-08-05
virtio_config: disallow native type fields (again)
Michael S. Tsirkin
1
-14
/
+2
2020-08-05
virtio_config: rewrite using _Generic
Michael S. Tsirkin
1
-85
/
+76
2020-08-05
virtio_config: cread/write cleanup
Michael S. Tsirkin
1
-12
/
+19
2020-08-05
vdpa_sim: fix endian-ness of config space
Michael S. Tsirkin
1
-5
/
+28
2020-08-05
virtio_vdpa: legacy features handling
Michael S. Tsirkin
1
-6
/
+3
2020-08-05
vhost/vdpa: switch to new helpers
Michael S. Tsirkin
1
-5
/
+3
2020-08-05
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
2
-0
/
+35
2020-08-05
mlxbf-tmfifo: sparse tags for config access
Michael S. Tsirkin
1
-3
/
+10
2020-08-05
virtio_config: disallow native type fields
Michael S. Tsirkin
1
-3
/
+2
2020-08-05
virtio_scsi: correct tags for config space fields
Michael S. Tsirkin
2
-12
/
+12
2020-08-05
virtio_pmem: correct tags for config space fields
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio_net: correct tags for config space fields
Michael S. Tsirkin
1
-4
/
+4
2020-08-05
virtio_mem: correct tags for config space fields
Michael S. Tsirkin
1
-7
/
+7
2020-08-05
virtio_iommu: correct tags for config space fields
Michael S. Tsirkin
1
-6
/
+6
2020-08-05
virtio_input: correct tags for config space fields
Michael S. Tsirkin
1
-9
/
+9
2020-08-05
virtio_gpu: correct tags for config space fields
Michael S. Tsirkin
1
-4
/
+4
2020-08-05
virtio_fs: correct tags for config space fields
Michael S. Tsirkin
1
-1
/
+1
2020-08-05
virtio_crypto: correct tags for config space fields
Michael S. Tsirkin
1
-13
/
+13
[next]