summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+2
* vhost: fix up vhost_work coding styleMike Christie2021-07-031-3/+3
* vhost: fix poll coding styleMike Christie2021-07-031-6/+6
* vhost-scsi: reduce flushes during endpoint clearingMike Christie2021-07-031-5/+6
* vhost-scsi: remove extra flushesMike Christie2021-07-031-8/+0
* vhost: remove work arg from vhost_work_flushMike Christie2021-07-034-8/+8
* vhost: Remove the repeated declarationShaokun Zhang2021-07-031-1/+0
* vhost-iotlb: fix vhost_iotlb_del_range() documentationStefano Garzarella2021-07-031-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* vhost/vsock: support SEQPACKET for transportArseny Krasnov2021-06-111-4/+52
* vhost_net: use XDP helpersMatteo Croce2021-05-141-4/+2
* 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