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 Torvalds2023-11-161-1/+0
|\
| * vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter2023-11-011-1/+0
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-052-5/+76
|\|
| * vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu2023-11-011-4/+16
| * vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu2023-11-011-0/+15
| * vhost-vdpa: reset vendor specific mapping to initial state in .releaseSi-Wei Liu2023-11-011-0/+17
| * vhost-scsi: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-11-011-1/+1
| * vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu2023-11-011-0/+10
| * vhost-vdpa: introduce descriptor group backend featureSi-Wei Liu2023-11-011-0/+17
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-1/+4
|\ \
| * | scsi: target: Allow userspace to request direct submissionsMike Christie2023-10-131-1/+1
| * | scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-3/+1
|\ \ \ | | |/ | |/|
| * | vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger2023-10-181-3/+1
* | | vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov2023-10-151-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-1/+11
|\| |
| * | vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella2023-10-041-1/+11
| |/
* / vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov2023-09-211-5/+9
|/
* vdpa: add get_backend_features vdpa operationEugenio Pérez2023-09-031-0/+12
* vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez2023-09-031-1/+2
* vhost-scsi: Rename vhost_scsi_iov_to_sglMike Christie2023-08-101-6/+7
* vhost-scsi: Fix alignment handling with windowsMike Christie2023-08-101-25/+161
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-07-035-109/+449
|\
| * vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian2023-07-031-1/+1
| * vhost: Allow worker switching while work is queueingMike Christie2023-07-032-43/+114
| * vhost_scsi: add support for worker ioctlsMike Christie2023-07-031-0/+8
| * vhost: allow userspace to create workersMike Christie2023-07-032-1/+144
| * vhost: replace single worker pointer with xarrayMike Christie2023-07-032-17/+50
| * vhost: add helper to parse userspace vring state/fileMike Christie2023-07-031-7/+22
| * vhost: remove vhost_work_queueMike Christie2023-07-032-9/+2
| * vhost_scsi: flush IO vqs then send TMF rspMike Christie2023-07-031-3/+18
| * vhost_scsi: convert to vhost_vq_work_queueMike Christie2023-07-031-9/+9
| * vhost_scsi: make SCSI cmd completion per vqMike Christie2023-07-031-30/+26
| * vhost_sock: convert to vhost_vq_work_queueMike Christie2023-07-031-2/+2
| * vhost: convert poll work to be vq basedMike Christie2023-07-033-6/+12
| * vhost: take worker or vq for flushingMike Christie2023-07-032-2/+14
| * vhost: take worker or vq instead of dev for queueingMike Christie2023-07-032-16/+29
| * vhost, vhost_net: add helper to check if vq has workMike Christie2023-07-033-5/+5
| * vhost: add vhost_worker pointer to vhost_virtqueueMike Christie2023-07-032-7/+15
| * vhost: dynamically allocate vhost_workerMike Christie2023-07-032-25/+45
| * vhost: create worker at end of vhost_dev_set_ownerMike Christie2023-07-031-6/+13
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ | |/ |/|
| * mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* | vhost_vdpa: support PACKED when setting-getting vring_baseShannon Nelson2023-06-091-4/+17
* | vhost: support PACKED when setting-getting vring_baseShannon Nelson2023-06-092-7/+19
* | vhost: Fix worker hangs due to missed wake up callsMike Christie2023-06-081-0/+2
* | vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie2023-06-082-34/+18
* | vhost_net: revert upend_idx only on retriable errorAndrey Smetanin2023-06-081-3/+8
* | vhost_vdpa: tell vqs about the negotiatedShannon Nelson2023-06-081-0/+13
* | vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia2023-06-071-3/+2