summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)Author
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
2014-12-09vhost: make features 64 bitMichael S. Tsirkin
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin
2013-12-06vhost: remove the dead branchZhi Yong Wu
2013-07-11vhost: Remove custom vhost rcu usageAsias He
2013-07-07vhost: Make vhost a separate moduleAsias He
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He
2013-05-06vhost: Export vhost_dev_set_ownerAsias He
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He
2013-05-01vhost: Allow device specific fields per vqAsias He
2013-01-29vhost_net: handle polling errors when setting backendJason Wang
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin