summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2021-01-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-04vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang
2020-12-27vhost/vsock: add IOTLB API supportStefano Garzarella
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-18vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong
2020-12-18vhost_vdpa: switch to vmemdup_user()Tian Tao
2020-12-15vhost: vringh: use krealloc_array()Bartosz Golaszewski
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter
2020-11-25vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu
2020-11-25vringh: fix vringh_iov_push_*() documentationStefano Garzarella
2020-11-25vhost scsi: fix lun reset completion handlingMike Christie
2020-11-15vhost scsi: Add support for LUN resets.Mike Christie
2020-11-15vhost scsi: add lun parser helperMike Christie
2020-11-15vhost scsi: fix cmd completion raceMike Christie
2020-11-15vhost scsi: alloc cmds per vq instead of sessionMike Christie
2020-11-15vhost: add helper to check if a vq has been setupMike Christie
2020-10-30vdpa: handle irq bypass register failure caseZhu Lingshan
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter
2020-10-23vhost: vdpa: report iova rangeJason Wang
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan
2020-10-21vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao
2020-10-21vhost: reduce stack usage in log_usedLi Wang
2020-10-04vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu
2020-10-04vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz
2020-09-30vhost vdpa: fix vhost_vdpa_open error handlingMike Christie
2020-09-24vhost-vdpa: fix backend feature ioctlsJason Wang
2020-09-24vhost: Fix documentationEli Cohen
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-01vhost: fix typo in error messageYunsheng Lin
2020-08-26vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05vhost-vdpa: support IOTLB batching hintsJason Wang
2020-08-05vhost-vdpa: support get/set backend featuresJason Wang
2020-08-05vhost: generialize backend features setting/gettingJason Wang
2020-08-05vhost-vdpa: refine ioctl pre-processingJason Wang
2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan
2020-08-05vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan
2020-08-05vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva
2020-08-05vhost: vdpa: remove per device feature whitelistJason Wang
2020-08-05vhost/vdpa: switch to new helpersMichael S. Tsirkin