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 Torvalds2022-03-313-7/+47
|\
| * vhost: handle error while adding split ranges to iotlbAnirudh Rayabharam2022-03-281-1/+5
| * vdpa: support exposing the count of vqs to userspaceLongpeng2022-03-281-0/+13
| * vdpa: change the type of nvqs to u32Longpeng2022-03-281-4/+6
| * vdpa: support exposing the config size to userspaceLongpeng2022-03-281-0/+17
| * vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan2022-03-281-1/+4
| * vhost: cache avail index in vhost_enable_notify()Stefano Garzarella2022-03-281-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-172-2/+5
|\|
| * Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-03-171-1/+2
| |\
| | * vsock: each transport cycles only on its own socketsJiyong Park2022-03-111-1/+2
| * | vhost: allow batching hint without sizeJason Wang2022-03-101-1/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-103-3/+19
|\|
| * vhost: remove avail_event arg from vhost_update_avail_event()Stefano Garzarella2022-03-061-2/+2
| * vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam2022-03-062-0/+16
| * vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu2022-03-041-1/+1
* | tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang2022-03-021-0/+1
|/
* vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella2022-02-231-7/+14
* vdpa: Protect vdpa reset with cf_mutexEli Cohen2022-01-141-1/+1
* vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-2/+3
* vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-1/+1
* vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-4/+3
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-1/+1
* vdpa: clean up get_config_size ret value handlingLaura Abbott2022-01-141-1/+1
* vhost/test: fix memory leak of vhost virtqueuesXianting Tian2022-01-141-0/+1
* vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio PĂ©rez2022-01-141-1/+1
* vdpa: check that offsets are within boundsDan Carpenter2021-12-081-1/+1
* vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong2021-11-241-1/+1
* vhost/vsock: cleanup removing `len` variableStefano Garzarella2021-11-241-5/+1
* vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella2021-11-241-1/+1
* vdpa: Introduce and use vdpa device get, set config helpersParav Pandit2021-11-011-2/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-10-171-5/+5
|\
| * vhost-vdpa: Fix the wrong input in config_cbCindy Lu2021-10-131-1/+1
| * vhost_vdpa: unset vq irq before freeing irqWu Zongyong2021-10-131-4/+4
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-281-1/+1
|\|
| * vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter2021-09-141-1/+1
* | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-161-1/+10
|\ \ | |/ |/|
| * vhost_net: fix OoB on sendmsg() failure.Paolo Abeni2021-09-091-1/+10
* | 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