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-09-114-73/+177
|\
| * vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-11/+88
| * vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji2021-09-061-20/+35
| * vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-1/+1
| * vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji2021-09-061-4/+16
| * vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji2021-09-061-3/+6
| * vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-2/+7
| * vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing2021-09-061-12/+12
| * vhost/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-9/+13
| * virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-6/+6
| * vhost scsi: Convert to SPDX identifierCai Huoqing2021-09-051-13/+1
* | sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-2/+0
|/
* vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay2021-08-111-1/+1
* vhost: Fix the calculation in vhost_overflow()Xie Yongji2021-08-111-2/+8
* vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji2021-08-101-1/+2
* 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
|\|