summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2022-03-17Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds-1/+2
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park-1/+2
2022-03-10vhost: allow batching hint without sizeJason Wang-1/+3
2022-03-06vhost: remove avail_event arg from vhost_update_avail_event()Stefano Garzarella-2/+2
2022-03-06vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam-0/+16
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu-1/+1
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella-7/+14
2022-01-14vdpa: Protect vdpa reset with cf_mutexEli Cohen-1/+1
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen-2/+3
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen-1/+1
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen-4/+3
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen-1/+1
2022-01-14vdpa: clean up get_config_size ret value handlingLaura Abbott-1/+1
2022-01-14vhost/test: fix memory leak of vhost virtqueuesXianting Tian-0/+1
2022-01-14vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio Pérez-1/+1
2021-12-08vdpa: check that offsets are within boundsDan Carpenter-1/+1
2021-11-24vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong-1/+1
2021-11-24vhost/vsock: cleanup removing `len` variableStefano Garzarella-5/+1
2021-11-24vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella-1/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit-2/+1
2021-10-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-5/+5
2021-10-13vhost-vdpa: Fix the wrong input in config_cbCindy Lu-1/+1
2021-10-13vhost_vdpa: unset vq irq before freeing irqWu Zongyong-4/+4
2021-09-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+10
2021-09-14vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter-1/+1
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-73/+177
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni-1/+10
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji-11/+88
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji-20/+35
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji-1/+1
2021-09-06vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji-4/+16
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji-3/+6
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji-2/+7
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing-12/+12
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov-9/+13
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov-6/+6
2021-09-05vhost scsi: Convert to SPDX identifierCai Huoqing-13/+1
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin-2/+0
2021-08-11vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay-1/+1
2021-08-11vhost: Fix the calculation in vhost_overflow()Xie Yongji-2/+8
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji-1/+2
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang-2/+2
2021-07-03vhost: fix up vhost_work coding styleMike Christie-3/+3
2021-07-03vhost: fix poll coding styleMike Christie-6/+6
2021-07-03vhost-scsi: reduce flushes during endpoint clearingMike Christie-5/+6
2021-07-03vhost-scsi: remove extra flushesMike Christie-8/+0
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie-8/+8
2021-07-03vhost: Remove the repeated declarationShaokun Zhang-1/+0
2021-07-03vhost-iotlb: fix vhost_iotlb_del_range() documentationStefano Garzarella-1/+1