summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.h
Commit message (Expand)AuthorAgeFilesLines
* vhost: disable metadata prefetch optimizationMichael S. Tsirkin2019-07-261-1/+1
* vhost: fix clang build warningMichael S. Tsirkin2019-06-061-2/+5
* vhost: access vq metadata through kernel virtual addressJason Wang2019-06-061-0/+38
* vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-051-1/+1
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-1/+4
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-291-1/+3
* vhost: log dirty page correctlyJason Wang2019-01-181-1/+2
* vhost: switch to use new message formatJason Wang2018-08-061-1/+10
* vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-111-2/+2
* vhost: fix vhost ioctl signature to build with clangSonny Rao2018-03-201-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-081-8/+1Star
|\
| * vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers2018-02-011-1/+0Star
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers2018-02-011-1/+0Star
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers2018-02-011-1/+0Star
| * vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-011-1/+1
| * vhost: Remove the unused variable.Tonghao Zhang2018-02-011-4/+0Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* | vhost: annotate vhost_pollAl Viro2017-11-271-2/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-091-1/+1
* Revert "vhost: cache used event for better performance"Jason Wang2017-07-291-3/+0Star
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* vhost: introduce O(1) vq metadata cacheJason Wang2017-03-021-0/+8
* vhost: cache used event for better performanceJason Wang2016-12-151-0/+3
* vhost: new device IOTLB APIJason Wang2016-08-021-1/+31
* vhost: convert pre sorted vhost memory array to interval treeJason Wang2016-08-021-4/+23
* vhost: lockless enqueuingJason Wang2016-08-011-3/+4
* vhost_net: basic polling supportJason Wang2016-03-111-0/+1
* vhost: introduce vhost_vq_avail_empty()Jason Wang2016-03-111-0/+1
* vhost: introduce vhost_has_work()Jason Wang2016-03-111-0/+1
* vhost: rename vhost_init_used()Greg Kurz2016-03-021-1/+1
* vhost: fix performance on LE hostsMichael S. Tsirkin2015-10-281-0/+7
* vhost: move features to coreMichael S. Tsirkin2015-09-161-1/+3
* vhost: cross-endian support for legacy devicesGreg Kurz2015-06-011-2/+9
* virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-011-1/+2
* vhost: introduce vhost_is_little_endian() helperGreg Kurz2015-06-011-6/+11
* vhost: remove unnecessary forward declarations in vhost.hJason Wang2014-12-091-4/+0Star
* vhost: add memory access wrappersMichael S. Tsirkin2014-12-091-0/+31
* vhost: make features 64 bitMichael S. Tsirkin2014-12-091-3/+3
* vhost: move memory pointer to VQsMichael S. Tsirkin2014-06-091-5/+3Star
* vhost: move acked_features to VQsMichael S. Tsirkin2014-06-091-8/+3Star
* vhost: remove the dead branchZhi Yong Wu2013-12-061-1/+1
* vhost: Remove custom vhost rcu usageAsias He2013-07-111-8/+2Star
* vhost: Make vhost a separate moduleAsias He2013-07-071-0/+2
* vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin2013-06-111-0/+1
* vhost: Remove vhost_enable_zcopy in vhost.hAsias He2013-05-061-3/+0Star
* vhost: Remove comments for hdr in vhost.hAsias He2013-05-061-3/+0Star
* vhost: Move VHOST_NET_FEATURES to net.cAsias He2013-05-061-3/+0Star
* vhost: Export vhost_dev_set_ownerAsias He2013-05-061-0/+1
* vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin2013-05-011-1/+2