summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.h
Commit message (Expand)AuthorAgeFilesLines
* eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
* vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian2023-07-031-1/+1
* vhost: Allow worker switching while work is queueingMike Christie2023-07-031-1/+3
* vhost: allow userspace to create workersMike Christie2023-07-031-0/+3
* vhost: replace single worker pointer with xarrayMike Christie2023-07-031-1/+2
* vhost: remove vhost_work_queueMike Christie2023-07-031-3/+2
* vhost: convert poll work to be vq basedMike Christie2023-07-031-1/+3
* vhost: take worker or vq for flushingMike Christie2023-07-031-0/+1
* vhost: take worker or vq instead of dev for queueingMike Christie2023-07-031-0/+1
* vhost, vhost_net: add helper to check if vq has workMike Christie2023-07-031-1/+1
* vhost: add vhost_worker pointer to vhost_virtqueueMike Christie2023-07-031-0/+1
* vhost: dynamically allocate vhost_workerMike Christie2023-07-031-2/+2
* vhost: support PACKED when setting-getting vring_baseShannon Nelson2023-06-091-2/+6
* vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie2023-06-081-1/+1
* vhost: use vhost_tasks for worker threadsMike Christie2023-03-231-2/+2
* vhost: move worker thread fields to new structMike Christie2023-03-231-3/+8
* vhost: remove unused parameteLiming Wu2023-02-201-1/+1
* vhost/net: Clear the pending messages when the backend is removedEric Auger2023-01-271-0/+1
* vhost: rename vhost_work_dev_flushMike Christie2022-05-311-1/+1
* vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin2022-05-311-1/+0
* vhost: support ASID in IOTLB APIGautam Dawar2022-05-311-2/+2
* vhost: fix up vhost_work coding styleMike Christie2021-07-031-3/+3
* vhost: fix poll coding styleMike Christie2021-07-031-6/+6
* vhost: remove work arg from vhost_work_flushMike Christie2021-07-031-1/+1
* vhost: Remove the repeated declarationShaokun Zhang2021-07-031-1/+0
* vhost: add helper to check if a vq has been setupMike Christie2020-11-151-0/+1
* vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan2020-10-211-1/+0
* vhost: reduce stack usage in log_usedLi Wang2020-10-211-0/+1
* vhost: generialize backend features setting/gettingJason Wang2020-08-051-0/+2
* vhost: introduce vhost_vring_callZhu Lingshan2020-08-051-1/+8
* vhost: allow device that does not depend on vhost workerJason Wang2020-06-041-0/+2
* virtio: force spec specified alignment on typesMichael S. Tsirkin2020-06-021-3/+3
* vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez2020-04-161-0/+27
* vhost: factor out IOTLBJason Wang2020-04-011-28/+11
* vhost: allow per device message handlerJason Wang2020-04-011-1/+5
* vhost, kcov: collect coverage from vhost_workerAndrey Konovalov2019-12-041-0/+1
* Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin2019-09-041-41/+0
* vhost: disable metadata prefetch optimizationMichael S. Tsirkin2019-07-261-1/+1
* vhost: fix clang build warningMichael S. Tsirkin2019-06-061-2/+5
* vhost: access vq metadata through kernel virtual addressJason Wang2019-06-051-0/+38
* vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-051-1/+1
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-1/+4
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-281-1/+3
* vhost: log dirty page correctlyJason Wang2019-01-171-1/+2
* vhost: switch to use new message formatJason Wang2018-08-061-1/+10
* vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-111-2/+2
* vhost: fix vhost ioctl signature to build with clangSonny Rao2018-03-201-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-081-8/+1
|\
| * vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers2018-02-011-1/+0
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers2018-02-011-1/+0