summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2022-08-11virtio_ring: packed: introduce vring_free_packedXuan Zhuo
2022-08-11virtio_ring: split: introduce virtqueue_resize_split()Xuan Zhuo
2022-08-11virtio_ring: split: reserve vring_align, may_reduce_numXuan Zhuo
2022-08-11virtio_ring: split: introduce virtqueue_reinit_split()Xuan Zhuo
2022-08-11virtio_ring: split: extract the logic of attach vringXuan Zhuo
2022-08-11virtio_ring: split: extract the logic of vring initXuan Zhuo
2022-08-11virtio_ring: split: extract the logic of alloc state and extraXuan Zhuo
2022-08-11virtio_ring: split: extract the logic of alloc queueXuan Zhuo
2022-08-11virtio_ring: split: introduce vring_free_split()Xuan Zhuo
2022-08-11virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_splitXuan Zhuo
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo
2022-08-11virtio_ring: introduce virtqueue_init()Xuan Zhuo
2022-08-11virtio_ring: split vring_virtqueueXuan Zhuo
2022-08-11virtio_ring: extract the logic of freeing vringXuan Zhuo
2022-08-11virtio_ring: update the document of the virtqueue_detach_unused_buf for queue...Xuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-08-11drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architecturesDavid Hildenbrand
2022-08-11virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceMinghao Xue
2022-08-11vdpa: Use device_iommu_capable()Robin Murphy
2022-08-11virtio: VIRTIO_HARDEN_NOTIFICATION is brokenMichael S. Tsirkin