aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He1-3/+0
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He1-3/+0
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He1-3/+0
2013-05-06vhost: Export vhost_dev_set_ownerAsias He1-0/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin1-1/+2
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin1-3/+0
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He1-22/+0
2013-05-01vhost: Allow device specific fields per vqAsias He1-2/+2
2013-01-29vhost_net: handle polling errors when setting backendJason Wang1-1/+1
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin1-1/+2
2012-11-02vhost: move -net specific code outMichael S. Tsirkin1-18/+3
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin1-0/+4
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin1-3/+9
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin1-1/+1
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi1-0/+3
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi1-1/+2
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin1-1/+1
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-19vhost: init used ring after backend was setJason Wang1-0/+1
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin1-0/+31
2011-05-30vhost: support event indexMichael S. Tsirkin1-7/+14
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin1-3/+3