Age | Commit message (Expand) | Author |
2023-07-03 | vhost: Make parameter name match of vhost_get_vq_desc() | Xianting Tian |
2023-07-03 | vhost: Allow worker switching while work is queueing | Mike Christie |
2023-07-03 | vhost: allow userspace to create workers | Mike Christie |
2023-07-03 | vhost: replace single worker pointer with xarray | Mike Christie |
2023-07-03 | vhost: remove vhost_work_queue | Mike Christie |
2023-07-03 | vhost: convert poll work to be vq based | Mike Christie |
2023-07-03 | vhost: take worker or vq for flushing | Mike Christie |
2023-07-03 | vhost: take worker or vq instead of dev for queueing | Mike Christie |
2023-07-03 | vhost, vhost_net: add helper to check if vq has work | Mike Christie |
2023-07-03 | vhost: add vhost_worker pointer to vhost_virtqueue | Mike Christie |
2023-07-03 | vhost: dynamically allocate vhost_worker | Mike Christie |
2023-06-09 | vhost: support PACKED when setting-getting vring_base | Shannon Nelson |
2023-06-08 | vhost: Fix crash during early vhost_transport_send_pkt calls | Mike Christie |
2023-03-23 | vhost: use vhost_tasks for worker threads | Mike Christie |
2023-03-23 | vhost: move worker thread fields to new struct | Mike Christie |
2023-02-20 | vhost: remove unused paramete | Liming Wu |
2023-01-27 | vhost/net: Clear the pending messages when the backend is removed | Eric Auger |
2022-05-31 | vhost: rename vhost_work_dev_flush | Mike Christie |
2022-05-31 | vhost: get rid of vhost_poll_flush() wrapper | Andrey Ryabinin |
2022-05-31 | vhost: support ASID in IOTLB API | Gautam Dawar |
2021-07-03 | vhost: fix up vhost_work coding style | Mike Christie |
2021-07-03 | vhost: fix poll coding style | Mike Christie |
2021-07-03 | vhost: remove work arg from vhost_work_flush | Mike Christie |
2021-07-03 | vhost: Remove the repeated declaration | Shaokun Zhang |
2020-11-15 | vhost: add helper to check if a vq has been setup | Mike Christie |
2020-10-21 | vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call | Zhu Lingshan |
2020-10-21 | vhost: reduce stack usage in log_used | Li Wang |
2020-08-05 | vhost: generialize backend features setting/getting | Jason Wang |
2020-08-05 | vhost: introduce vhost_vring_call | Zhu Lingshan |
2020-06-04 | vhost: allow device that does not depend on vhost worker | Jason Wang |
2020-06-02 | virtio: force spec specified alignment on types | Michael S. Tsirkin |
2020-04-16 | vhost: Create accessors for virtqueues private_data | Eugenio Pérez |
2020-04-01 | vhost: factor out IOTLB | Jason Wang |
2020-04-01 | vhost: allow per device message handler | Jason Wang |
2019-12-04 | vhost, kcov: collect coverage from vhost_worker | Andrey Konovalov |
2019-09-04 | Revert "vhost: access vq metadata through kernel virtual address" | Michael S. Tsirkin |
2019-07-26 | vhost: disable metadata prefetch optimization | Michael S. Tsirkin |
2019-06-06 | vhost: fix clang build warning | Michael S. Tsirkin |
2019-06-05 | vhost: access vq metadata through kernel virtual address | Jason Wang |
2019-06-05 | vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() | Jason Wang |
2019-05-27 | vhost: introduce vhost_exceeds_weight() | Jason Wang |
2019-01-28 | vhost: fix OOB in get_rx_bufs() | Jason Wang |
2019-01-17 | vhost: log dirty page correctly | Jason Wang |
2018-08-06 | vhost: switch to use new message format | Jason Wang |
2018-04-11 | vhost: return bool from *_access_ok() functions | Stefan Hajnoczi |
2018-03-20 | vhost: fix vhost ioctl signature to build with clang | Sonny Rao |
2018-02-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2018-02-01 | vhost: don't hold onto file pointer for VHOST_SET_LOG_FD | Eric Biggers |
2018-02-01 | vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR | Eric Biggers |
2018-02-01 | vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL | Eric Biggers |