aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez
2022-08-11vhost-vdpa: uAPI to suspend the deviceEugenio Pérez
2022-08-11vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez
2022-08-11virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida
2022-08-11virtio_vdpa: support the arg sizes of find_vqs()Bo Liu
2022-08-11vhost-vdpa: Call ida_simple_remove() when failedBo Liu
2022-08-11vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan
2022-08-11vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan
2022-08-11vhost scsi: Allow user to control num virtqueuesMike Christie
2022-08-11vhost-scsi: Fix max number of virtqueuesMike Christie
2022-08-11vdpa/mlx5: Support different address spaces for control and dataEli Cohen
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji
2022-08-11net: virtio_net: notifications coalescing supportAlvaro Karsz
2022-08-11virtio: Check dev_set_name() return valueBo Liu
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming
2022-08-11vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella
2022-08-11vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella
2022-08-11vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella
2022-08-11vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella
2022-08-11vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella
2022-08-11virtio_net: support set_ringparamXuan Zhuo
2022-08-11virtio_net: support tx queue resizeXuan Zhuo
2022-08-11virtio_net: support rx queue resizeXuan Zhuo
2022-08-11virtio_net: split free_unused_bufs()Xuan Zhuo
2022-08-11virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo
2022-08-11virtio_net: set the default max ring size by find_vqs()Xuan Zhuo
2022-08-11virtio_mmio: support the arg sizes of find_vqs()Xuan Zhuo
2022-08-11virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo
2022-08-11virtio_pci: support VIRTIO_F_RING_RESETXuan Zhuo
2022-08-11virtio_pci: extract the logic of active vq for modern pciXuan Zhuo
2022-08-11virtio_pci: introduce helper to get/set queue resetXuan Zhuo
2022-08-11virtio_ring: struct virtqueue introduce resetXuan Zhuo
2022-08-11virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo
2022-08-11virtio_ring: introduce virtqueue_resize()Xuan Zhuo
2022-08-11virtio_ring: packed: introduce virtqueue_resize_packed()Xuan Zhuo
2022-08-11virtio_ring: packed: introduce virtqueue_reinit_packed()Xuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of attach vringXuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of vring initXuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of alloc state and extraXuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of alloc queueXuan Zhuo