summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2020-10-08vdpa/mlx5: Fix dependency on MLX5_COREEli Cohen
2020-10-08vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu
2020-08-26vdpa/mlx5: Avoid warnings about shifts on 32-bit platformsNathan Chancellor
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-10vdpa/mlx5: fix up endian-ness for mtuMichael S. Tsirkin
2020-08-10vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter
2020-08-10vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()Dan Carpenter
2020-08-10vdpa/mlx5: fix memory allocation failure checksColin Ian King
2020-08-10vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar
2020-08-10vdpa_sim: init iommu lockMichael S. Tsirkin
2020-08-05vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen
2020-08-05vdpa/mlx5: Add shared memory registration codeEli Cohen
2020-08-05vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen
2020-08-05vdpa/mlx5: Add hardware descriptive header fileEli Cohen
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05vdpasim: support batch updatingJason Wang
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan
2020-08-05vdpasim: protect concurrent access to iommu iotlbMax Gurtovoy
2020-08-05vdpa_sim: fix endian-ness of config spaceMichael S. Tsirkin
2020-08-05vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig
2020-06-22vdpa: fix typos in the comments for __vdpa_alloc_device()Jason Wang
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan
2020-06-04vdpasim: Fix some coccinelle warningsSamuel Zou
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin
2020-05-11vdpasim: remove unused variable 'ret'YueHaibing
2020-04-20vhost: disable for OABIMichael S. Tsirkin
2020-04-17vdpa: fix comment of vdpa_register_device()Jason Wang
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin
2020-04-16vdpasim: Return status in vdpasim_get_statusYueHaibing
2020-04-16vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing
2020-04-16vdpa-sim: depend on HAS_DMAMichael S. Tsirkin
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin