summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2021-09-03vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay1-1/+1
2021-08-26vhost: Fix the calculation in vhost_overflow()Xie Yongji1-2/+8
2021-08-26vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji1-1/+2
2021-05-11vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang1-0/+1
2021-04-28vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji1-1/+5
2021-04-07vhost: Fix vhost_vq_reset()Laurent Vivier1-1/+1
2021-03-25vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar1-6/+2
2021-03-25vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella1-2/+6
2021-03-25vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella1-1/+3
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2020-12-30vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong1-1/+2
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-11-25vringh: fix vringh_iov_push_*() documentationStefano Garzarella1-3/+3
2020-11-25vhost scsi: fix lun reset completion handlingMike Christie1-1/+3
2020-11-16vhost scsi: Add support for LUN resets.Mike Christie1-13/+134
2020-11-16vhost scsi: add lun parser helperMike Christie1-2/+7
2020-11-16vhost scsi: fix cmd completion raceMike Christie1-27/+15
2020-11-16vhost scsi: alloc cmds per vq instead of sessionMike Christie1-79/+128
2020-11-16vhost: add helper to check if a vq has been setupMike Christie2-0/+7
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 Lingshan3-11/+1
2020-10-21vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao1-1/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang2-1/+2
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-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz1-5/+18
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
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-09-24vhost: Fix documentationEli Cohen1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-09-02vhost: fix typo in error messageYunsheng Lin1-1/+1
2020-08-26vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella1-2/+2
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-87/+169
2020-08-06vdpa: Modify get_vq_state() to return error codeEli Cohen1-1/+4
2020-08-06net/vdpa: Use struct for set/get vq stateEli Cohen1-2/+5
2020-08-06vdpa: remove hard coded virtq numMax Gurtovoy1-6/+3
2020-08-06vhost-vdpa: support IOTLB batching hintsJason Wang1-9/+27
2020-08-06vhost-vdpa: support get/set backend featuresJason Wang1-0/+18
2020-08-06vhost: generialize backend features setting/gettingJason Wang3-16/+19
2020-08-06vhost-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 Lingshan2-1/+63
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan3-9/+26