aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+23
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2024-01-10vdpa: Block vq property changes in DRIVER_OKGravatar Dragos Tatulea 1-0/+6
2024-01-10vdpa: Track device suspended stateGravatar Dragos Tatulea 1-2/+15
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 3-8/+8
2023-12-27vhost-vdpa: account iommu allocationsGravatar Pasha Tatashin 1-1/+2
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATGravatar Arseniy Krasnov 1-0/+1
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 3-8/+8
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+0
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-5/+76
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+4
2023-11-01vhost-vdpa: fix use after free in vhost_vdpa_probe()Gravatar Dan Carpenter 1-1/+0
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceGravatar Si-Wei Liu 1-4/+16
2023-11-01vhost-vdpa: introduce IOTLB_PERSIST backend feature bitGravatar Si-Wei Liu 1-0/+15
2023-11-01vhost-vdpa: reset vendor specific mapping to initial state in .releaseGravatar Si-Wei Liu 1-0/+17
2023-11-01vhost-scsi: Spelling s/preceeding/preceding/gGravatar Geert Uytterhoeven 1-1/+1
2023-11-01vhost-vdpa: uAPI to get dedicated descriptor group idGravatar Si-Wei Liu 1-0/+10
2023-11-01vhost-vdpa: introduce descriptor group backend featureGravatar Si-Wei Liu 1-0/+17
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+1
2023-10-18vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEGravatar Eric Auger 1-3/+1
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportGravatar Arseniy Krasnov 1-0/+7
2023-10-13scsi: target: Allow userspace to request direct submissionsGravatar Mike Christie 1-1/+1
2023-10-13scsi: target: Have drivers report if they support direct submissionsGravatar Mike Christie 1-0/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+11
2023-10-04vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Gravatar Stefano Garzarella 1-1/+11
2023-09-21vsock/virtio/vhost: read data from non-linear skbGravatar Arseniy Krasnov 1-5/+9
2023-09-03vdpa: add get_backend_features vdpa operationGravatar Eugenio Pérez 1-0/+12
2023-09-03vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureGravatar Eugenio Pérez 1-1/+2
2023-08-10vhost-scsi: Rename vhost_scsi_iov_to_sglGravatar Mike Christie 1-6/+7
2023-08-10vhost-scsi: Fix alignment handling with windowsGravatar Mike Christie 1-25/+161
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 5-109/+449
2023-07-03vhost: Make parameter name match of vhost_get_vq_desc()Gravatar Xianting Tian 1-1/+1
2023-07-03vhost: Allow worker switching while work is queueingGravatar Mike Christie 2-43/+114
2023-07-03vhost_scsi: add support for worker ioctlsGravatar Mike Christie 1-0/+8
2023-07-03vhost: allow userspace to create workersGravatar Mike Christie 2-1/+144
2023-07-03vhost: replace single worker pointer with xarrayGravatar Mike Christie 2-17/+50
2023-07-03vhost: add helper to parse userspace vring state/fileGravatar Mike Christie 1-7/+22
2023-07-03vhost: remove vhost_work_queueGravatar Mike Christie 2-9/+2
2023-07-03vhost_scsi: flush IO vqs then send TMF rspGravatar Mike Christie 1-3/+18
2023-07-03vhost_scsi: convert to vhost_vq_work_queueGravatar Mike Christie 1-9/+9
2023-07-03vhost_scsi: make SCSI cmd completion per vqGravatar Mike Christie 1-30/+26
2023-07-03vhost_sock: convert to vhost_vq_work_queueGravatar Mike Christie 1-2/+2
2023-07-03vhost: convert poll work to be vq basedGravatar Mike Christie 3-6/+12
2023-07-03vhost: take worker or vq for flushingGravatar Mike Christie 2-2/+14
2023-07-03vhost: take worker or vq instead of dev for queueingGravatar Mike Christie 2-16/+29
2023-07-03vhost, vhost_net: add helper to check if vq has workGravatar Mike Christie 3-5/+5
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueGravatar Mike Christie 2-7/+15
2023-07-03vhost: dynamically allocate vhost_workerGravatar Mike Christie 2-25/+45
2023-07-03vhost: create worker at end of vhost_dev_set_ownerGravatar Mike Christie 1-6/+13
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1