summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-07-03vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian1-1/+1
2023-07-03vhost: Allow worker switching while work is queueingMike Christie1-1/+3
2023-07-03vhost: allow userspace to create workersMike Christie1-0/+3
2023-07-03vhost: replace single worker pointer with xarrayMike Christie1-1/+2
2023-07-03vhost: remove vhost_work_queueMike Christie1-3/+2
2023-07-03vhost: convert poll work to be vq basedMike Christie1-1/+3
2023-07-03vhost: take worker or vq for flushingMike Christie1-0/+1
2023-07-03vhost: take worker or vq instead of dev for queueingMike Christie1-0/+1
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie1-1/+1
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueMike Christie1-0/+1
2023-07-03vhost: dynamically allocate vhost_workerMike Christie1-2/+2
2023-06-09vhost: support PACKED when setting-getting vring_baseShannon Nelson1-2/+6
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie1-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsMike Christie1-2/+2
2023-03-23vhost: move worker thread fields to new structMike Christie1-3/+8
2023-02-21vhost: remove unused parameteLiming Wu1-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedEric Auger1-0/+1
2022-05-31vhost: rename vhost_work_dev_flushMike Christie1-1/+1
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin1-1/+0
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar1-2/+2
2021-07-03vhost: fix up vhost_work coding styleMike Christie1-3/+3
2021-07-03vhost: fix poll coding styleMike Christie1-6/+6
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie1-1/+1
2021-07-03vhost: Remove the repeated declarationShaokun Zhang1-1/+0
2020-11-16vhost: add helper to check if a vq has been setupMike Christie1-0/+1
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan1-1/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang1-0/+1
2020-08-06vhost: generialize backend features setting/gettingJason Wang1-0/+2
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan1-1/+8
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-0/+2
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin1-3/+3
2020-04-17vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez1-0/+27
2020-04-01vhost: factor out IOTLBJason Wang1-28/+11
2020-04-01vhost: allow per device message handlerJason Wang1-1/+5
2019-12-05vhost, kcov: collect coverage from vhost_workerAndrey Konovalov1-0/+1
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin1-41/+0
2019-07-26vhost: disable metadata prefetch optimizationMichael S. Tsirkin1-1/+1
2019-06-07vhost: fix clang build warningMichael S. Tsirkin1-2/+5
2019-06-06vhost: access vq metadata through kernel virtual addressJason Wang1-0/+38
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang1-1/+1
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+4
2019-01-29vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+3
2019-01-18vhost: log dirty page correctlyJason Wang1-1/+2
2018-08-06vhost: switch to use new message formatJason Wang1-1/+10
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi1-2/+2
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao1-2/+2
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+1
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers1-1/+0
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers1-1/+0