summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost: correct misleading printing informationXianting Tian2024-04-081-1/+1
* vhost: Add smp_rmb() in vhost_enable_notify()Gavin Shan2024-04-081-1/+11
* vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan2024-04-081-1/+11
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-03-192-0/+17
|\
| * vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan2024-03-191-0/+8
| * vdpa: skip suspend/resume ops if not DRIVER_OKSteve Sistare2024-03-191-0/+6
| * vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko2024-03-191-0/+3
* | vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin2024-03-051-64/+27
* | page_frag: unify gfp bits for order 3 page allocationYunsheng Lin2024-03-051-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-181-3/+23
|\
| * vdpa: Block vq property changes in DRIVER_OKDragos Tatulea2024-01-101-0/+6
| * vdpa: Track device suspended stateDragos Tatulea2024-01-101-2/+15
| * vhost-vdpa: account iommu allocationsPasha Tatashin2023-12-271-1/+2
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+1
|\ \
| * | virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2023-12-151-0/+1
| |/
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-083-8/+8
|\ \ | |/ |/|
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-283-8/+8
* | 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