summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
3 daysvhost: fix caching attributes of MMIO regions by setting them explicitlyKommula Shiva Shankar
2026-01-11vhost/vsock: improve RCU read sections around vhost_vsock_get()Stefano Garzarella
2025-10-15vhost: vringh: Modify the return value checkzhang jiao
2025-10-15vhost: vringh: Fix copy_to_iter return value checkMichael S. Tsirkin
2025-09-04vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()Nikolay Kuratov
2025-08-28vhost/vsock: Avoid allocating arbitrarily-sized SKBsWill Deacon
2025-08-28vhost: fail early when __vhost_add_used() failsJason Wang
2025-08-15vhost-scsi: Fix log flooding with target does not exist errorsMike Christie
2025-06-04vhost-scsi: Return queue full for page alloc failures during copyMike Christie
2025-06-04vhost-scsi: protect vq->log_used with vq->mutexDongli Zhang
2025-04-10vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpointMike Christie
2024-10-10vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang
2024-10-04vhost_vdpa: assign irq bypass producer token correctlyJason Wang
2024-08-14vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang
2024-08-03vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin
2024-07-11vhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie
2024-07-11vhost_task: Handle SIGKILL by flushing work and exitingMike Christie
2024-07-11vhost: Release worker mutex during flushesMike Christie
2024-07-11vhost: Use virtqueue mutex for swapping workerMike Christie
2024-04-17vhost: Add smp_rmb() in vhost_enable_notify()Gavin Shan
2024-04-17vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan
2024-01-25virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2023-11-28vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter
2023-10-18vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger
2023-10-04vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella
2023-09-03vdpa: add get_backend_features vdpa operationEugenio Pérez
2023-09-03vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez
2023-08-10vhost-scsi: Rename vhost_scsi_iov_to_sglMike Christie
2023-08-10vhost-scsi: Fix alignment handling with windowsMike Christie
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-07-03vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian
2023-07-03vhost: Allow worker switching while work is queueingMike Christie
2023-07-03vhost_scsi: add support for worker ioctlsMike Christie
2023-07-03vhost: allow userspace to create workersMike Christie
2023-07-03vhost: replace single worker pointer with xarrayMike Christie
2023-07-03vhost: add helper to parse userspace vring state/fileMike Christie
2023-07-03vhost: remove vhost_work_queueMike Christie
2023-07-03vhost_scsi: flush IO vqs then send TMF rspMike Christie
2023-07-03vhost_scsi: convert to vhost_vq_work_queueMike Christie
2023-07-03vhost_scsi: make SCSI cmd completion per vqMike Christie
2023-07-03vhost_sock: convert to vhost_vq_work_queueMike Christie
2023-07-03vhost: convert poll work to be vq basedMike Christie
2023-07-03vhost: take worker or vq for flushingMike Christie
2023-07-03vhost: take worker or vq instead of dev for queueingMike Christie
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueMike Christie
2023-07-03vhost: dynamically allocate vhost_workerMike Christie
2023-07-03vhost: create worker at end of vhost_dev_set_ownerMike Christie
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes