summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez1-0/+27
2020-04-01vhost: factor out IOTLBJason Wang1-28/+11
2020-04-01vhost: allow per device message handlerJason Wang1-1/+5
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov1-0/+1
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin1-41/+0
2019-07-26vhost: disable metadata prefetch optimizationMichael S. Tsirkin1-1/+1
2019-06-06vhost: fix clang build warningMichael S. Tsirkin1-2/+5
2019-06-05vhost: access vq metadata through kernel virtual addressJason Wang1-0/+38
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang1-1/+1
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+4
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+3
2019-01-17vhost: log dirty page correctlyJason Wang1-1/+2
2018-08-06vhost: switch to use new message formatJason Wang1-1/+10
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi1-2/+2
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao1-2/+2
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+1
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers1-1/+0
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers1-1/+0
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers1-1/+0
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2018-02-01vhost: Remove the unused variable.Tonghao Zhang1-4/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27vhost: annotate vhost_pollAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang1-3/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang1-0/+8
2016-12-16vhost: cache used event for better performanceJason Wang1-0/+3
2016-08-02vhost: new device IOTLB APIJason Wang1-1/+31
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang1-4/+23
2016-08-01vhost: lockless enqueuingJason Wang1-3/+4
2016-03-11vhost_net: basic polling supportJason Wang1-0/+1
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang1-0/+1
2016-03-11vhost: introduce vhost_has_work()Jason Wang1-0/+1
2016-03-02vhost: rename vhost_init_used()Greg Kurz1-1/+1
2015-10-27vhost: fix performance on LE hostsMichael S. Tsirkin1-0/+7
2015-09-16vhost: move features to coreMichael S. Tsirkin1-1/+3
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz1-2/+9
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz1-1/+2
2015-06-01vhost: introduce vhost_is_little_endian() helperGreg Kurz1-6/+11
2014-12-09vhost: remove unnecessary forward declarations in vhost.hJason Wang1-4/+0
2014-12-09vhost: add memory access wrappersMichael S. Tsirkin1-0/+31
2014-12-09vhost: make features 64 bitMichael S. Tsirkin1-3/+3
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-5/+3
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-8/+3
2013-12-06vhost: remove the dead branchZhi Yong Wu1-1/+1
2013-07-11vhost: Remove custom vhost rcu usageAsias He1-8/+2
2013-07-07vhost: Make vhost a separate moduleAsias He1-0/+2
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin1-0/+1