aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter1-1/+1
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-11/+88
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji1-20/+35
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji1-1/+1
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji1-3/+6
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji1-2/+7
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing1-12/+12
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji1-1/+2
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang1-2/+2
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+4
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji1-5/+1
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella1-7/+2
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang1-0/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+3
2021-04-22vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji1-1/+5
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-7/+3
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig1-7/+3
2021-03-14vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella1-2/+6
2021-03-14vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella1-1/+3
2021-03-14vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar1-6/+2
2020-12-18vhost_vdpa: switch to vmemdup_user()Tian Tao1-7/+3
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2020-11-25vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu1-18/+62
2020-10-30vdpa: handle irq bypass register failure caseZhu Lingshan1-0/+3
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin1-71/+48
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter1-5/+5
2020-10-23vhost: vdpa: report iova rangeJason Wang1-0/+41
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan1-7/+1
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao1-1/+0
2020-10-04vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu1-48/+71
2020-10-04vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu1-0/+3
2020-09-30vhost vdpa: fix vhost_vdpa_open error handlingMike Christie1-0/+1
2020-09-24vhost-vdpa: fix backend feature ioctlsJason Wang1-14/+16
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen1-1/+4
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen1-2/+5
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy1-6/+3
2020-08-05vhost-vdpa: support IOTLB batching hintsJason Wang1-9/+27
2020-08-05vhost-vdpa: support get/set backend featuresJason Wang1-0/+18
2020-08-05vhost-vdpa: refine ioctl pre-processingJason Wang1-4/+5
2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan1-1/+0
2020-08-05vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan1-1/+62
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan1-2/+2
2020-08-05vhost: vdpa: remove per device feature whitelistJason Wang1-37/+0
2020-08-05vhost/vdpa: switch to new helpersMichael S. Tsirkin1-5/+3
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-22vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter1-1/+1
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+111
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan1-0/+47
2020-06-04vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin1-0/+4