summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-312-6/+32
|\
| * vdpasim: allow to assign a MAC addressLaurent Vivier2020-10-301-1/+13
| * vdpasim: fix MAC address configurationLaurent Vivier2020-10-301-1/+2
| * vdpa_sim: Fix DMA maskLaurent Vivier2020-10-301-1/+3
| * vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng2020-10-301-3/+2
| * vdpa_sim: implement get_iova_range()Jason Wang2020-10-231-0/+12
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-231-2/+10
|\|
| * vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen2020-10-211-0/+3
| * vdpa/mlx5: Fix failure to bring link upEli Cohen2020-10-211-0/+1
| * vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen2020-10-211-2/+6
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \ | |/ |/|
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* | vdpa/mlx5: Fix dependency on MLX5_COREEli Cohen2020-10-081-4/+3
* | vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu2020-10-081-6/+14
|/
* 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