summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* vdpa/mlx5: Avoid warnings about shifts on 32-bit platformsNathan Chancellor2020-08-261-25/+25
* vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2020-08-262-3/+4
* vdpa: ifcvf: return err when fail to request config irqJason Wang2020-08-261-0/+4
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-1115-32/+3264
|\
| * vdpa/mlx5: fix up endian-ness for mtuMichael S. Tsirkin2020-08-101-1/+11
| * vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter2020-08-101-1/+1
| * vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()Dan Carpenter2020-08-101-1/+1
| * vdpa/mlx5: fix memory allocation failure checksColin Ian King2020-08-101-7/+6
| * vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar2020-08-101-1/+3
| * vdpa_sim: init iommu lockMichael S. Tsirkin2020-08-101-0/+1
| * vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen2020-08-056-2/+2080
| * vdpa/mlx5: Add shared memory registration codeEli Cohen2020-08-055-2/+522
| * vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen2020-08-056-0/+350
| * vdpa/mlx5: Add hardware descriptive header fileEli Cohen2020-08-051-0/+168
| * vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-052-4/+6
| * net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-054-12/+15
| * vdpa: remove hard coded virtq numMax Gurtovoy2020-08-053-3/+7
| * vdpasim: support batch updatingJason Wang2020-08-051-3/+37
| * ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan2020-08-051-2/+16
| * vdpasim: protect concurrent access to iommu iotlbMax Gurtovoy2020-08-051-4/+27
| * vdpa_sim: fix endian-ness of config spaceMichael S. Tsirkin2020-08-051-5/+28
| * vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin2020-08-051-0/+1
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-032-3/+3
* | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
|/
* vdpa: fix typos in the comments for __vdpa_alloc_device()Jason Wang2020-06-221-1/+1
* ifcvf: implement config interrupt in IFCVFZhu Lingshan2020-06-063-1/+29
* ifcvf: ignore continuous setting same status valueZhu Lingshan2020-06-061-0/+3
* vdpasim: Fix some coccinelle warningsSamuel Zou2020-06-041-3/+4
* ifcvf: move IRQ request/free to status change handlersZhu Lingshan2020-06-041-47/+73
* vhost: revert "vhost: disable for OABI"Michael S. Tsirkin2020-06-021-1/+1
* vdpasim: remove unused variable 'ret'YueHaibing2020-05-111-8/+7
* vhost: disable for OABIMichael S. Tsirkin2020-04-201-1/+1
* vdpa: fix comment of vdpa_register_device()Jason Wang2020-04-171-1/+1
* vdpa: make vhost, virtio depend on menuMichael S. Tsirkin2020-04-171-11/+5
* vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin2020-04-172-2/+2
* vdpasim: Return status in vdpasim_get_statusYueHaibing2020-04-161-1/+1
* vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2020-04-162-4/+0
* vdpa-sim: depend on HAS_DMAMichael S. Tsirkin2020-04-161-1/+1
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-029-0/+1797