summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter2020-06-221-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+111
|\
| * vhost_vdpa: Support config interrupt in vdpaZhu Lingshan2020-06-061-0/+47
| * vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin2020-06-041-0/+4
| * vhost_vdpa: support doorbell mapping via mmapJason Wang2020-06-041-0/+59
| * vhost: allow device that does not depend on vhost workerJason Wang2020-06-041-1/+1
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
|/
* vhost: remove set but not used variable 'status'Jason Yan2020-04-161-3/+0
* vhost: vdpa: remove unnecessary null checkGustavo A. R. Silva2020-04-161-2/+0
* vhost: introduce vDPA-based backendTiwei Bie2020-04-021-0/+883