summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-65/+140
12 daysvhost-vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
12 daysvhost_task: Handle SIGKILL by flushing work and exitingMike Christie2-4/+52
12 daysvhost: Release worker mutex during flushesMike Christie1-14/+30
12 daysvhost: Use virtqueue mutex for swapping workerMike Christie1-6/+12
12 daysvhost_scsi: Handle vhost_vq_work_queue failures for TMFsMike Christie1-1/+2
12 daysvhost: Remove vhost_vq_flushMike Christie2-13/+0
12 daysvhost-scsi: Use system wq to flush dev for TMFsMike Christie1-20/+19
12 daysvhost-scsi: Handle vhost_vq_work_queue failures for cmdsMike Christie1-1/+12
12 daysvhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie1-5/+12
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-2/+6
2024-04-08vhost: correct misleading printing informationXianting Tian1-1/+1
2024-04-08vhost: Add smp_rmb() in vhost_enable_notify()Gavin Shan1-1/+11
2024-04-08vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan1-1/+11
2024-03-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+17
2024-03-19vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan1-0/+8
2024-03-19vdpa: skip suspend/resume ops if not DRIVER_OKSteve Sistare1-0/+6
2024-03-19vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko1-0/+3
2024-03-05vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin1-64/+27
2024-03-05page_frag: unify gfp bits for order 3 page allocationYunsheng Lin1-1/+1
2024-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+23
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2024-01-10vdpa: Block vq property changes in DRIVER_OKDragos Tatulea1-0/+6
2024-01-10vdpa: Track device suspended stateDragos Tatulea1-2/+15
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds3-8/+8
2023-12-27vhost-vdpa: account iommu allocationsPasha Tatashin1-1/+2
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+1
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner3-8/+8
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-5/+76
2023-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+4
2023-11-01vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter1-1/+0
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu1-4/+16
2023-11-01vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu1-0/+15
2023-11-01vhost-vdpa: reset vendor specific mapping to initial state in .releaseSi-Wei Liu1-0/+17
2023-11-01vhost-scsi: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-11-01vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu1-0/+10
2023-11-01vhost-vdpa: introduce descriptor group backend featureSi-Wei Liu1-0/+17
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-10-18vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger1-3/+1
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov1-0/+7
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie1-1/+1
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+11
2023-10-04vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella1-1/+11
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-5/+9
2023-09-04vdpa: add get_backend_features vdpa operationEugenio Pérez1-0/+12
2023-09-04vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez1-1/+2
2023-08-10vhost-scsi: Rename vhost_scsi_iov_to_sglMike Christie1-6/+7
2023-08-10vhost-scsi: Fix alignment handling with windowsMike Christie1-25/+161