aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Gravatar Jason Wang 1-2/+2
2021-07-03vhost: fix up vhost_work coding styleGravatar Mike Christie 1-3/+3
2021-07-03vhost: fix poll coding styleGravatar Mike Christie 1-6/+6
2021-07-03vhost-scsi: reduce flushes during endpoint clearingGravatar Mike Christie 1-5/+6
2021-07-03vhost-scsi: remove extra flushesGravatar Mike Christie 1-8/+0
2021-07-03vhost: remove work arg from vhost_work_flushGravatar Mike Christie 4-8/+8
2021-07-03vhost: Remove the repeated declarationGravatar Shaokun Zhang 1-1/+0
2021-07-03vhost-iotlb: fix vhost_iotlb_del_range() documentationGravatar Stefano Garzarella 1-1/+1
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-1/+1
2021-06-11vhost/vsock: support SEQPACKET for transportGravatar Arseny Krasnov 1-4/+52
2021-05-14vhost_net: use XDP helpersGravatar Matteo Croce 1-4/+2
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-30/+55
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesGravatar Xie Yongji 1-5/+1
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Gravatar Stefano Garzarella 1-7/+2
2021-05-03vringh: implement vringh_kiov_advance()Gravatar Stefano Garzarella 1-12/+29
2021-05-03vringh: explain more about cleaning riov and wiovGravatar Stefano Garzarella 1-3/+12
2021-05-03vringh: reset kiov 'consumed' field in __vringh_iov()Gravatar Stefano Garzarella 1-2/+2
2021-05-03vringh: add 'iotlb_lock' to synchronize iotlb accessesGravatar Stefano Garzarella 1-1/+8
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingGravatar Jason Wang 1-0/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+3
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-42/+16
2021-04-22vhost-vdpa: protect concurrent access to vhost device iotlbGravatar Xie Yongji 1-1/+5
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Gravatar Joerg Roedel 1-7/+3
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYGravatar Christoph Hellwig 1-7/+3
2021-03-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-10/+12
2021-03-14vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsGravatar Stefano Garzarella 1-2/+6
2021-03-14vhost-vdpa: fix use-after-free of v->config_ctxGravatar Stefano Garzarella 1-1/+3
2021-03-14vhost: Fix vhost_vq_reset()Gravatar Laurent Vivier 1-1/+1
2021-03-14vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGravatar Gautam Dawar 1-6/+2
2021-03-04scsi: target: vhost-scsi: Use LIO wq cmd submission helperGravatar Mike Christie 1-30/+6
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Gravatar Mike Christie 1-1/+1
2021-03-04scsi: target: vhost-scsi: Convert to new submission APIGravatar Mike Christie 1-11/+9
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapGravatar Ming Lei 1-2/+2
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapGravatar Ming Lei 1-2/+2
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-6/+3
2021-02-23vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayGravatar Dongli Zhang 1-6/+3
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsGravatar Yunjian Wang 1-12/+14
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+65
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Gravatar Jonathan Lemon 1-0/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackGravatar Jonathan Lemon 1-1/+2
2021-01-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+65
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-3/+3
2021-01-04vhost_net: fix ubuf refcount incorrectly when sendmsg failsGravatar Yunjian Wang 1-3/+3
2020-12-27vhost/vsock: add IOTLB API supportGravatar Stefano Garzarella 1-3/+65
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-8/+5
2020-12-18vhost scsi: fix error return code in vhost_scsi_set_endpoint()Gravatar Zhang Changzhong 1-1/+2
2020-12-18vhost_vdpa: switch to vmemdup_user()Gravatar Tian Tao 1-7/+3
2020-12-15vhost: vringh: use krealloc_array()Gravatar Bartosz Golaszewski 1-1/+2
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsGravatar Dan Carpenter 1-1/+3
2020-11-25vhost-vdpa: fix page pinning leakage in error path (rework)Gravatar Si-Wei Liu 1-18/+62