summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2025-05-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-30/+207
2025-05-27vringh: use bvec_kmap_localChristoph Hellwig1-8/+6
2025-05-27vhost: vringh: Use matching allocation type in resize_iovec()Kees Cook1-3/+2
2025-05-19vhost-scsi: log event queue write descriptorsDongli Zhang1-1/+15
2025-05-19vhost-scsi: log control queue write descriptorsDongli Zhang1-5/+42
2025-05-19vhost-scsi: log I/O queue write descriptorsDongli Zhang1-3/+116
2025-05-19vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptorsDongli Zhang1-4/+8
2025-05-19vhost: modify vhost_log_write() for broader usersDongli Zhang1-8/+20
2025-05-06vhost/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-02Merge 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-03move 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-09Merge 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-23net: extend ubuf_info callback to ops structurePavel Begunkov1-2/+6