summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-06-0334-564/+1791
|\
| * vdpa: ifcvf: set pci driver data in probeJason Wang2022-06-011-1/+2
| * vdpa/mlx5: Add RX MAC VLAN filter supportEli Cohen2022-06-011-58/+216
| * vdpa/mlx5: Remove flow counter from steeringEli Cohen2022-06-011-18/+6
| * vhost: rename vhost_work_dev_flushMike Christie2022-05-316-11/+11
| * vhost-test: drop flush after vhost_dev_cleanupMike Christie2022-05-311-3/+0
| * vhost-scsi: drop flush after vhost_dev_cleanupMike Christie2022-05-311-2/+0
| * vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin2022-05-311-5/+0
| * vhost_test: remove vhost_test_flush_vq()Andrey Ryabinin2022-05-311-8/+3
| * vhost_net: get rid of vhost_net_flush_vq() and extra flush callsAndrey Ryabinin2022-05-311-9/+2
| * vhost: flush dev once during vhost_dev_stopMike Christie2022-05-311-3/+3
| * vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin2022-05-315-15/+6
| * vhost-vdpa: return -EFAULT on copy_to_user() failureDan Carpenter2022-05-311-3/+5
| * vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter2022-05-311-1/+1
| * virtio: Directly use ida_alloc()/free()keliu2022-05-311-3/+3
| * virtio: harden vring IRQJason Wang2022-05-315-7/+33
| * virtio: allow to unbreak virtqueueJason Wang2022-05-311-0/+22
| * virtio-ccw: implement synchronize_cbs()Jason Wang2022-05-311-0/+30
| * virtio-mmio: implement synchronize_cbs()Jason Wang2022-05-311-0/+8
| * virtio-pci: implement synchronize_cbs()Jason Wang2022-05-312-0/+3
| * virtio: use virtio_reset_device() when possibleJason Wang2022-05-311-2/+2
| * virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella2022-05-311-2/+3
| * vdpasim: allow to enable a vq repeatedlyEugenio PĂ©rez2022-05-311-1/+4
| * vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan2022-05-311-6/+6
| * vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu2022-05-311-32/+129
| * virtio: Replace long long int with long longSolomon Tan2022-05-311-1/+1
| * virtio: Replace unsigned with unsigned intSolomon Tan2022-05-319-46/+46
| * virtio-crypto: enable retry for virtio-crypto-devlei he2022-05-311-1/+2
| * virtio-crypto: adjust dst_len at ops callbacklei he2022-05-311-1/+4
| * virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi2022-05-314-55/+64
| * virtio-crypto: use private buffer for control requestzhenwei pi2022-05-313-45/+79
| * virtio-crypto: change code stylezhenwei pi2022-05-312-53/+59
| * virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo2022-05-311-2/+1
| * virtio: pci: Fix an error handling path in vp_modern_probe()Christophe JAILLET2022-05-311-0/+1
| * vdpasim: control virtqueue supportGautam Dawar2022-05-313-20/+161
| * vdpa_sim: filter destination mac addressGautam Dawar2022-05-311-18/+31
| * vdpa_sim: factor out buffer completion logicGautam Dawar2022-05-311-15/+18
| * vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar2022-05-311-1/+2
| * vhost-vdpa: support ASID based IOTLB APIGautam Dawar2022-05-312-20/+93
| * vhost-vdpa: introduce uAPI to set group ASIDGautam Dawar2022-05-311-0/+8
| * vhost-vdpa: uAPI to get virtqueue group idGautam Dawar2022-05-311-0/+8
| * vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar2022-05-311-0/+3
| * vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar2022-05-311-0/+4
| * vhost-vdpa: introduce asid based IOTLBGautam Dawar2022-05-311-25/+72
| * vhost: support ASID in IOTLB APIGautam Dawar2022-05-313-8/+24
| * vhost_iotlb: split out IOTLB initializationGautam Dawar2022-05-311-5/+18
| * vdpa: multiple address spaces supportGautam Dawar2022-05-318-16/+26
| * vdpa: introduce virtqueue groupsGautam Dawar2022-05-318-6/+29
| * vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar2022-05-311-8/+10
| * vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar2022-05-311-30/+37