summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2025-05-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-05-27vringh: use bvec_kmap_localChristoph Hellwig
2025-05-27vhost: vringh: Use matching allocation type in resize_iovec()Kees Cook
2025-05-18vhost-scsi: log event queue write descriptorsDongli Zhang
2025-05-18vhost-scsi: log control queue write descriptorsDongli Zhang
2025-05-18vhost-scsi: log I/O queue write descriptorsDongli Zhang
2025-05-18vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptorsDongli Zhang
2025-05-18vhost: modify vhost_log_write() for broader usersDongli Zhang
2025-05-05vhost/net: Defer TX queue re-enable until after sendmsgJon Kohler
2025-04-18vhost-scsi: Fix vhost_scsi_send_status()Dongli Zhang
2025-04-18vhost-scsi: Fix vhost_scsi_send_bad_target()Dongli Zhang
2025-04-18vhost-scsi: protect vq->log_used with vq->mutexDongli Zhang
2025-04-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-03-01vhost: return task creation error instead of NULLKeith Busch
2025-02-25vhost-scsi: Reduce response iov mem useMike Christie
2025-02-25vhost-scsi: Allocate iov_iter used for unaligned copies when neededMike Christie
2025-02-25vhost-scsi: Stop duplicating se_cmd fieldsMike Christie
2025-02-25vhost-scsi: Dynamically allocate scatterlistsMike Christie
2025-02-25vhost-scsi: Return queue full for page alloc failures during copyMike Christie
2025-02-25vhost-scsi: Add better resource allocation failure handlingMike Christie
2025-02-25vhost-scsi: Allocate T10 PI structs only when enabledMike Christie
2025-02-25vhost-scsi: Reduce mem use by moving upages to per queueMike Christie
2025-02-25vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpointMike Christie
2025-01-27vhost/net: Set num_buffers for virtio 1.0Akihiko Odaki
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-10-07vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-09-10vhost_vdpa: assign irq bypass producer token correctlyJason Wang
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi
2024-07-26vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-09vringh: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-09vhost: move smp_rmb() into vhost_get_avail_idx()Michael S. Tsirkin
2024-07-04vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin
2024-07-04vhost-vdpa: Use iommu_paging_domain_alloc()Lu Baolu
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22vhost-vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-05-22vhost_task: Handle SIGKILL by flushing work and exitingMike Christie
2024-05-22vhost: Release worker mutex during flushesMike Christie
2024-05-22vhost: Use virtqueue mutex for swapping workerMike Christie
2024-05-22vhost_scsi: Handle vhost_vq_work_queue failures for TMFsMike Christie
2024-05-22vhost: Remove vhost_vq_flushMike Christie
2024-05-22vhost-scsi: Use system wq to flush dev for TMFsMike Christie
2024-05-22vhost-scsi: Handle vhost_vq_work_queue failures for cmdsMike Christie
2024-05-22vhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov