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-05-052-30/+55
|\
| * vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji2021-05-031-5/+1
| * vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella2021-05-031-7/+2
| * vringh: implement vringh_kiov_advance()Stefano Garzarella2021-05-031-12/+29
| * vringh: explain more about cleaning riov and wiovStefano Garzarella2021-05-031-3/+12
| * vringh: reset kiov 'consumed' field in __vringh_iov()Stefano Garzarella2021-05-031-2/+2
| * vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella2021-05-031-1/+8
| * vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang2021-05-031-0/+1
* | Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-011-7/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-7/+3
| |\ \ \
| | | * | iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig2021-04-071-7/+3
| | |/ /
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-42/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie2021-03-041-30/+6
| * | | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+1
| * | | scsi: target: vhost-scsi: Convert to new submission APIMike Christie2021-03-041-11/+9
| * | | scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-041-2/+2
| * | | scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-041-2/+2
| | |/ | |/|
* | | vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji2021-04-221-1/+5
| |/ |/|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-03-182-10/+12
|\ \ | |/ |/|
| * vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella2021-03-141-2/+6
| * vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella2021-03-141-1/+3
| * vhost: Fix vhost_vq_reset()Laurent Vivier2021-03-141-1/+1
| * vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar2021-03-141-6/+2
* | 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