summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-06-01vdpa/mlx5: Add RX MAC VLAN filter supportEli Cohen
2022-06-01vdpa/mlx5: Remove flow counter from steeringEli Cohen
2022-05-31vhost: rename vhost_work_dev_flushMike Christie
2022-05-31vhost-test: drop flush after vhost_dev_cleanupMike Christie
2022-05-31vhost-scsi: drop flush after vhost_dev_cleanupMike Christie
2022-05-31vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin
2022-05-31vhost_test: remove vhost_test_flush_vq()Andrey Ryabinin
2022-05-31vhost_net: get rid of vhost_net_flush_vq() and extra flush callsAndrey Ryabinin
2022-05-31vhost: flush dev once during vhost_dev_stopMike Christie
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin
2022-05-31vhost-vdpa: return -EFAULT on copy_to_user() failureDan Carpenter
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter
2022-05-31virtio: Directly use ida_alloc()/free()keliu
2022-05-31virtio: harden vring IRQJason Wang
2022-05-31virtio: allow to unbreak virtqueueJason Wang
2022-05-31virtio-ccw: implement synchronize_cbs()Jason Wang
2022-05-31virtio-mmio: implement synchronize_cbs()Jason Wang
2022-05-31virtio-pci: implement synchronize_cbs()Jason Wang
2022-05-31virtio: use virtio_reset_device() when possibleJason Wang
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella
2022-05-31vdpasim: allow to enable a vq repeatedlyEugenio Pérez
2022-05-31vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan
2022-05-31vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu
2022-05-31virtio: Replace long long int with long longSolomon Tan
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-05-31virtio-crypto: enable retry for virtio-crypto-devlei he
2022-05-31virtio-crypto: adjust dst_len at ops callbacklei he
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi
2022-05-31virtio-crypto: use private buffer for control requestzhenwei pi
2022-05-31virtio-crypto: change code stylezhenwei pi
2022-05-31virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo
2022-05-31virtio: pci: Fix an error handling path in vp_modern_probe()Christophe JAILLET
2022-05-31vdpasim: control virtqueue supportGautam Dawar
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar
2022-05-31vhost-vdpa: support ASID based IOTLB APIGautam Dawar
2022-05-31vhost-vdpa: introduce uAPI to set group ASIDGautam Dawar
2022-05-31vhost-vdpa: uAPI to get virtqueue group idGautam Dawar
2022-05-31vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar
2022-05-31vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar
2022-05-31vhost-vdpa: introduce asid based IOTLBGautam Dawar
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar
2022-05-31vhost_iotlb: split out IOTLB initializationGautam Dawar
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-05-31vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar
2022-05-31vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar
2022-05-31virtio_ring: add unlikely annotation for free descs checkXianting Tian