aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vhost (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-05vhost/net: Defer TX queue re-enable until after sendmsgJon Kohler1-9/+21
2025-04-18vhost-scsi: Fix vhost_scsi_send_status()Dongli Zhang1-7/+11
2025-04-18vhost-scsi: Fix vhost_scsi_send_bad_target()Dongli Zhang1-11/+37
2025-04-18vhost-scsi: protect vq->log_used with vq->mutexDongli Zhang1-0/+8
2025-04-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-208/+340
2025-03-01vhost: return task creation error instead of NULLKeith Busch1-1/+1
2025-02-25vhost-scsi: Reduce response iov mem useMike Christie1-22/+60
2025-02-25vhost-scsi: Allocate iov_iter used for unaligned copies when neededMike Christie1-9/+17
2025-02-25vhost-scsi: Stop duplicating se_cmd fieldsMike Christie1-59/+36
2025-02-25vhost-scsi: Dynamically allocate scatterlistsMike Christie2-88/+173
2025-02-25vhost-scsi: Return queue full for page alloc failures during copyMike Christie1-6/+9
2025-02-25vhost-scsi: Add better resource allocation failure handlingMike Christie1-3/+25
2025-02-25vhost-scsi: Allocate T10 PI structs only when enabledMike Christie1-6/+8
2025-02-25vhost-scsi: Reduce mem use by moving upages to per queueMike Christie1-14/+10
2025-02-25vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpointMike Christie1-12/+13
2025-01-27vhost/net: Set num_buffers for virtio 1.0Akihiko Odaki1-1/+4
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin1-1/+1
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+15
2024-10-07vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang1-12/+15
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+13
2024-09-10vhost_vdpa: assign irq bypass producer token correctlyJason Wang1-3/+13
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+1
2024-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+1
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi1-1/+3
2024-07-26vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang1-7/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-65/+45
2024-07-09vringh: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-09vhost: move smp_rmb() into vhost_get_avail_idx()Michael S. Tsirkin1-63/+42
2024-07-04vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin1-2/+2
2024-07-04vhost-vdpa: Use iommu_paging_domain_alloc()Lu Baolu1-8/+6
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-65/+140
2024-05-22vhost-vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-05-22vhost_task: Handle SIGKILL by flushing work and exitingMike Christie2-4/+52
2024-05-22vhost: Release worker mutex during flushesMike Christie1-14/+30
2024-05-22vhost: Use virtqueue mutex for swapping workerMike Christie1-6/+12
2024-05-22vhost_scsi: Handle vhost_vq_work_queue failures for TMFsMike Christie1-1/+2
2024-05-22vhost: Remove vhost_vq_flushMike Christie2-13/+0
2024-05-22vhost-scsi: Use system wq to flush dev for TMFsMike Christie1-20/+19
2024-05-22vhost-scsi: Handle vhost_vq_work_queue failures for cmdsMike Christie1-1/+12
2024-05-22vhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie1-5/+12
2024-04-22net: 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