aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-22vhost_task: Handle SIGKILL by flushing work and exitingGravatar Mike Christie 1-0/+2
2024-05-22vhost: Remove vhost_vq_flushGravatar Mike Christie 1-1/+0
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 1-1/+1
2023-07-03vhost: Make parameter name match of vhost_get_vq_desc()Gravatar Xianting Tian 1-1/+1
2023-07-03vhost: Allow worker switching while work is queueingGravatar Mike Christie 1-1/+3
2023-07-03vhost: allow userspace to create workersGravatar Mike Christie 1-0/+3
2023-07-03vhost: replace single worker pointer with xarrayGravatar Mike Christie 1-1/+2
2023-07-03vhost: remove vhost_work_queueGravatar Mike Christie 1-3/+2
2023-07-03vhost: convert poll work to be vq basedGravatar Mike Christie 1-1/+3
2023-07-03vhost: take worker or vq for flushingGravatar Mike Christie 1-0/+1
2023-07-03vhost: take worker or vq instead of dev for queueingGravatar Mike Christie 1-0/+1
2023-07-03vhost, vhost_net: add helper to check if vq has workGravatar Mike Christie 1-1/+1
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueGravatar Mike Christie 1-0/+1
2023-07-03vhost: dynamically allocate vhost_workerGravatar Mike Christie 1-2/+2
2023-06-09vhost: support PACKED when setting-getting vring_baseGravatar Shannon Nelson 1-2/+6
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsGravatar Mike Christie 1-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsGravatar Mike Christie 1-2/+2
2023-03-23vhost: move worker thread fields to new structGravatar Mike Christie 1-3/+8
2023-02-20vhost: remove unused parameteGravatar Liming Wu 1-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedGravatar Eric Auger 1-0/+1
2022-05-31vhost: rename vhost_work_dev_flushGravatar Mike Christie 1-1/+1
2022-05-31vhost: get rid of vhost_poll_flush() wrapperGravatar Andrey Ryabinin 1-1/+0
2022-05-31vhost: support ASID in IOTLB APIGravatar Gautam Dawar 1-2/+2
2021-07-03vhost: fix up vhost_work coding styleGravatar Mike Christie 1-3/+3
2021-07-03vhost: fix poll coding styleGravatar Mike Christie 1-6/+6
2021-07-03vhost: remove work arg from vhost_work_flushGravatar Mike Christie 1-1/+1
2021-07-03vhost: Remove the repeated declarationGravatar Shaokun Zhang 1-1/+0
2020-11-15vhost: add helper to check if a vq has been setupGravatar Mike Christie 1-0/+1
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callGravatar Zhu Lingshan 1-1/+0
2020-10-21vhost: reduce stack usage in log_usedGravatar Li Wang 1-0/+1
2020-08-05vhost: generialize backend features setting/gettingGravatar Jason Wang 1-0/+2
2020-08-05vhost: introduce vhost_vring_callGravatar Zhu Lingshan 1-1/+8
2020-06-04vhost: allow device that does not depend on vhost workerGravatar Jason Wang 1-0/+2
2020-06-02virtio: force spec specified alignment on typesGravatar Michael S. Tsirkin 1-3/+3
2020-04-16vhost: Create accessors for virtqueues private_dataGravatar Eugenio Pérez 1-0/+27
2020-04-01vhost: factor out IOTLBGravatar Jason Wang 1-28/+11
2020-04-01vhost: allow per device message handlerGravatar Jason Wang 1-1/+5
2019-12-04vhost, kcov: collect coverage from vhost_workerGravatar Andrey Konovalov 1-0/+1
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Gravatar Michael S. Tsirkin 1-41/+0
2019-07-26vhost: disable metadata prefetch optimizationGravatar Michael S. Tsirkin 1-1/+1
2019-06-06vhost: fix clang build warningGravatar Michael S. Tsirkin 1-2/+5
2019-06-05vhost: access vq metadata through kernel virtual addressGravatar Jason Wang 1-0/+38
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Gravatar Jason Wang 1-1/+1
2019-05-27vhost: introduce vhost_exceeds_weight()Gravatar Jason Wang 1-1/+4
2019-01-28vhost: fix OOB in get_rx_bufs()Gravatar Jason Wang 1-1/+3
2019-01-17vhost: log dirty page correctlyGravatar Jason Wang 1-1/+2
2018-08-06vhost: switch to use new message formatGravatar Jason Wang 1-1/+10
2018-04-11vhost: return bool from *_access_ok() functionsGravatar Stefan Hajnoczi 1-2/+2
2018-03-20vhost: fix vhost ioctl signature to build with clangGravatar Sonny Rao 1-2/+2
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-8/+1