summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-251-6/+3
|\
| * vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang2021-02-231-6/+3
* | vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang2021-01-191-12/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-081-3/+65
|\|
| * Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-01-051-3/+65
| |\
| | * vhost/vsock: add IOTLB API supportStefano Garzarella2020-12-271-3/+65
* | | tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon2021-01-071-0/+1
* | | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-1/+2
|/ /
* | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-051-3/+3
|\ \
| * | vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang2021-01-041-3/+3
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-242-8/+5
|\ \ \ | |/ / |/| / | |/
| * vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong2020-12-181-1/+2
| * vhost_vdpa: switch to vmemdup_user()Tian Tao2020-12-181-7/+3
* | vhost: vringh: use krealloc_array()Bartosz Golaszewski2020-12-151-1/+2
|/
* 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
* vringh: fix vringh_iov_push_*() documentationStefano Garzarella2020-11-251-3/+3
* vhost scsi: fix lun reset completion handlingMike Christie2020-11-251-1/+3
* vhost scsi: Add support for LUN resets.Mike Christie2020-11-151-13/+134
* vhost scsi: add lun parser helperMike Christie2020-11-151-2/+7
* vhost scsi: fix cmd completion raceMike Christie2020-11-151-27/+15
* vhost scsi: alloc cmds per vq instead of sessionMike Christie2020-11-151-79/+128
* vhost: add helper to check if a vq has been setupMike Christie2020-11-152-0/+7
* 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-213-11/+1
* vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella2020-10-211-4/+5
* vhost_vdpa: Fix duplicate included kernel.hTian Tao2020-10-211-1/+0
* vhost: reduce stack usage in log_usedLi Wang2020-10-212-1/+2
* 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: Don't call log_access_ok() when using IOTLBGreg Kurz2020-10-041-5/+18
* vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz2020-10-041-2/+1
* vhost: Don't call access_ok() when using IOTLBGreg Kurz2020-10-041-4/+5
* vhost vdpa: fix vhost_vdpa_open error handlingMike Christie2020-09-301-0/+1
* vhost-vdpa: fix backend feature ioctlsJason Wang2020-09-241-14/+16
* vhost: Fix documentationEli Cohen2020-09-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
|\
| * vhost: fix typo in error messageYunsheng Lin2020-09-011-1/+1
* | vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella2020-08-261-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-115-87/+169
|\
| * 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: generialize backend features setting/gettingJason Wang2020-08-053-16/+19
| * vhost-vdpa: refine ioctl pre-processingJason Wang2020-08-051-4/+5