summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2025-07-02tun: remove unnecessary tun_xdp_hdr structureJason Wang-6/+2
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson-2/+2
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson-5/+3
2025-05-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-30/+207
2025-05-27vringh: use bvec_kmap_localChristoph Hellwig-8/+6
2025-05-27vhost: vringh: Use matching allocation type in resize_iovec()Kees Cook-3/+2
2025-05-18vhost-scsi: log event queue write descriptorsDongli Zhang-1/+15
2025-05-18vhost-scsi: log control queue write descriptorsDongli Zhang-5/+42
2025-05-18vhost-scsi: log I/O queue write descriptorsDongli Zhang-3/+116
2025-05-18vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptorsDongli Zhang-4/+8
2025-05-18vhost: modify vhost_log_write() for broader usersDongli Zhang-8/+20
2025-05-05vhost/net: Defer TX queue re-enable until after sendmsgJon Kohler-9/+21
2025-04-18vhost-scsi: Fix vhost_scsi_send_status()Dongli Zhang-7/+11
2025-04-18vhost-scsi: Fix vhost_scsi_send_bad_target()Dongli Zhang-11/+37
2025-04-18vhost-scsi: protect vq->log_used with vq->mutexDongli Zhang-0/+8
2025-04-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-208/+340
2025-03-01vhost: return task creation error instead of NULLKeith Busch-1/+1
2025-02-25vhost-scsi: Reduce response iov mem useMike Christie-22/+60
2025-02-25vhost-scsi: Allocate iov_iter used for unaligned copies when neededMike Christie-9/+17
2025-02-25vhost-scsi: Stop duplicating se_cmd fieldsMike Christie-59/+36
2025-02-25vhost-scsi: Dynamically allocate scatterlistsMike Christie-88/+173
2025-02-25vhost-scsi: Return queue full for page alloc failures during copyMike Christie-6/+9
2025-02-25vhost-scsi: Add better resource allocation failure handlingMike Christie-3/+25
2025-02-25vhost-scsi: Allocate T10 PI structs only when enabledMike Christie-6/+8
2025-02-25vhost-scsi: Reduce mem use by moving upages to per queueMike Christie-14/+10
2025-02-25vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpointMike Christie-12/+13
2025-01-27vhost/net: Set num_buffers for virtio 1.0Akihiko Odaki-1/+4
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin-1/+1
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-12/+15
2024-10-07vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang-12/+15
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+13
2024-09-10vhost_vdpa: assign irq bypass producer token correctlyJason Wang-3/+13
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+1
2024-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-7/+1
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi-1/+3
2024-07-26vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang-7/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-65/+45
2024-07-09vringh: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-07-09vhost: move smp_rmb() into vhost_get_avail_idx()Michael S. Tsirkin-63/+42
2024-07-04vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin-2/+2
2024-07-04vhost-vdpa: Use iommu_paging_domain_alloc()Lu Baolu-8/+6
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-65/+140
2024-05-22vhost-vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-3/+3
2024-05-22vhost_task: Handle SIGKILL by flushing work and exitingMike Christie-4/+52
2024-05-22vhost: Release worker mutex during flushesMike Christie-14/+30
2024-05-22vhost: Use virtqueue mutex for swapping workerMike Christie-6/+12
2024-05-22vhost_scsi: Handle vhost_vq_work_queue failures for TMFsMike Christie-1/+2
2024-05-22vhost: Remove vhost_vq_flushMike Christie-13/+0
2024-05-22vhost-scsi: Use system wq to flush dev for TMFsMike Christie-20/+19