aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+10
2020-10-21vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen1-0/+3
2020-10-21vdpa/mlx5: Fix failure to bring link upEli Cohen1-0/+1
2020-10-21vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen1-2/+6
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-08vdpa/mlx5: Fix dependency on MLX5_COREEli Cohen1-4/+3
2020-10-08vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu1-6/+14
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-08-26vdpa/mlx5: Avoid warnings about shifts on 32-bit platformsNathan Chancellor1-25/+25
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2-3/+4
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang1-0/+4
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds15-32/+3264
2020-08-10vdpa/mlx5: fix up endian-ness for mtuMichael S. Tsirkin1-1/+11
2020-08-10vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter1-1/+1
2020-08-10vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()Dan Carpenter1-1/+1
2020-08-10vdpa/mlx5: fix memory allocation failure checksColin Ian King1-7/+6
2020-08-10vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar1-1/+3
2020-08-10vdpa_sim: init iommu lockMichael S. Tsirkin1-0/+1
2020-08-05vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen6-2/+2080
2020-08-05vdpa/mlx5: Add shared memory registration codeEli Cohen5-2/+522
2020-08-05vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen6-0/+350
2020-08-05vdpa/mlx5: Add hardware descriptive header fileEli Cohen1-0/+168
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen2-4/+6
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen4-12/+15
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy3-3/+7
2020-08-05vdpasim: support batch updatingJason Wang1-3/+37
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan1-2/+16
2020-08-05vdpasim: protect concurrent access to iommu iotlbMax Gurtovoy1-4/+27
2020-08-05vdpa_sim: fix endian-ness of config spaceMichael S. Tsirkin1-5/+28
2020-08-05vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin1-0/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2-3/+3
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+1
2020-06-22vdpa: fix typos in the comments for __vdpa_alloc_device()Jason Wang1-1/+1
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan3-1/+29
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan1-0/+3
2020-06-04vdpasim: Fix some coccinelle warningsSamuel Zou1-3/+4
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan1-47/+73
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin1-1/+1
2020-05-11vdpasim: remove unused variable 'ret'YueHaibing1-8/+7
2020-04-20vhost: disable for OABIMichael S. Tsirkin1-1/+1
2020-04-17vdpa: fix comment of vdpa_register_device()Jason Wang1-1/+1
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin1-11/+5
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin2-2/+2
2020-04-16vdpasim: Return status in vdpasim_get_statusYueHaibing1-1/+1
2020-04-16vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2-4/+0
2020-04-16vdpa-sim: depend on HAS_DMAMichael S. Tsirkin1-1/+1
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin9-0/+1797