summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)Author
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
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: allow userspace to create workersMike Christie
2023-07-03vhost: replace single worker pointer with xarrayMike Christie
2023-07-03vhost: remove vhost_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-06-09vhost: support PACKED when setting-getting vring_baseShannon Nelson
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie
2023-03-23vhost: use vhost_tasks for worker threadsMike Christie
2023-03-23vhost: move worker thread fields to new structMike Christie
2023-02-20vhost: remove unused parameteLiming Wu
2023-01-27vhost/net: Clear the pending messages when the backend is removedEric Auger
2022-05-31vhost: rename vhost_work_dev_flushMike Christie
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar
2021-07-03vhost: fix up vhost_work coding styleMike Christie
2021-07-03vhost: fix poll coding styleMike Christie
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie
2021-07-03vhost: Remove the repeated declarationShaokun Zhang
2020-11-15vhost: add helper to check if a vq has been setupMike Christie
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan
2020-10-21vhost: reduce stack usage in log_usedLi Wang
2020-08-05vhost: generialize backend features setting/gettingJason Wang
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez
2020-04-01vhost: factor out IOTLBJason Wang
2020-04-01vhost: allow per device message handlerJason Wang
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin
2019-07-26vhost: disable metadata prefetch optimizationMichael S. Tsirkin
2019-06-06vhost: fix clang build warningMichael S. Tsirkin
2019-06-05vhost: access vq metadata through kernel virtual addressJason Wang
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-17vhost: log dirty page correctlyJason Wang
2018-08-06vhost: switch to use new message formatJason Wang
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers