summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)Author
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
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2018-02-01vhost: Remove the unused variable.Tonghao Zhang
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27vhost: annotate vhost_pollAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang
2016-12-16vhost: cache used event for better performanceJason Wang
2016-08-02vhost: new device IOTLB APIJason Wang
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang
2016-08-01vhost: lockless enqueuingJason Wang
2016-03-11vhost_net: basic polling supportJason Wang
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang
2016-03-11vhost: introduce vhost_has_work()Jason Wang
2016-03-02vhost: rename vhost_init_used()Greg Kurz
2015-10-27vhost: fix performance on LE hostsMichael S. Tsirkin
2015-09-16vhost: move features to coreMichael S. Tsirkin
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz
2015-06-01vhost: introduce vhost_is_little_endian() helperGreg Kurz
2014-12-09vhost: remove unnecessary forward declarations in vhost.hJason Wang
2014-12-09vhost: add memory access wrappersMichael S. Tsirkin