summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa: check that offsets are within boundsDan Carpenter2021-12-081-1/+1
* vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong2021-11-241-1/+1
* vdpa: Introduce and use vdpa device get, set config helpersParav Pandit2021-11-011-2/+1
* vhost-vdpa: Fix the wrong input in config_cbCindy Lu2021-10-131-1/+1
* vhost_vdpa: unset vq irq before freeing irqWu Zongyong2021-10-131-4/+4
* vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter2021-09-141-1/+1
* vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-11/+88
* vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji2021-09-061-20/+35
* vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-1/+1
* vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji2021-09-061-3/+6
* vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-2/+7
* vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing2021-09-061-12/+12
* vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji2021-08-101-1/+2
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-05-051-12/+4
|\
| * vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji2021-05-031-5/+1
| * vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella2021-05-031-7/+2
| * vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang2021-05-031-0/+1
* | Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-011-7/+3
|\ \ | |/ |/|
| *-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-7/+3
| |\ \
| | | * iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig2021-04-071-7/+3
| | |/
* | / vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji2021-04-221-1/+5
|/ /
* | vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella2021-03-141-2/+6
* | vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella2021-03-141-1/+3
* | vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar2021-03-141-6/+2
|/
* vhost_vdpa: switch to vmemdup_user()Tian Tao2020-12-181-7/+3
* vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter2020-12-021-1/+3
* vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu2020-11-251-18/+62
* vdpa: handle irq bypass register failure caseZhu Lingshan2020-10-301-0/+3
* Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin2020-10-301-71/+48
* vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter2020-10-301-5/+5
* vhost: vdpa: report iova rangeJason Wang2020-10-231-0/+41
* vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan2020-10-211-7/+1
* vhost_vdpa: Fix duplicate included kernel.hTian Tao2020-10-211-1/+0
* vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu2020-10-041-48/+71
* vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu2020-10-041-0/+3
* vhost vdpa: fix vhost_vdpa_open error handlingMike Christie2020-09-301-0/+1
* vhost-vdpa: fix backend feature ioctlsJason Wang2020-09-241-14/+16
* vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-1/+4
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-2/+5
* vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-6/+3
* vhost-vdpa: support IOTLB batching hintsJason Wang2020-08-051-9/+27
* vhost-vdpa: support get/set backend featuresJason Wang2020-08-051-0/+18
* vhost-vdpa: refine ioctl pre-processingJason Wang2020-08-051-4/+5
* vDPA: dont change vq irq after DRIVER_OKZhu Lingshan2020-08-051-1/+0
* vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan2020-08-051-1/+62
* vhost: introduce vhost_vring_callZhu Lingshan2020-08-051-2/+2
* vhost: vdpa: remove per device feature whitelistJason Wang2020-08-051-37/+0
* vhost/vdpa: switch to new helpersMichael S. Tsirkin2020-08-051-5/+3
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1