summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
|\
| * vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers2018-02-011-1/+0
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers2018-02-011-1/+0
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers2018-02-011-1/+0
| * 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/+0
* | 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-081-1/+1
* Revert "vhost: cache used event for better performance"Jason Wang2017-07-291-3/+0
* 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-161-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-271-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/+0
* 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/+3
* vhost: move acked_features to VQsMichael S. Tsirkin2014-06-091-8/+3
* vhost: remove the dead branchZhi Yong Wu2013-12-061-1/+1
* vhost: Remove custom vhost rcu usageAsias He2013-07-111-8/+2
* 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/+0
* vhost: Remove comments for hdr in vhost.hAsias He2013-05-061-3/+0
* vhost: Move VHOST_NET_FEATURES to net.cAsias He2013-05-061-3/+0
* 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
* vhost: move per-vq net specific fields out to netMichael S. Tsirkin2013-05-011-3/+0
* vhost: move vhost-net zerocopy fields to net.cAsias He2013-05-011-22/+0
* vhost: Allow device specific fields per vqAsias He2013-05-011-2/+2
* vhost_net: handle polling errors when setting backendJason Wang2013-01-291-1/+1
* vhost: avoid backend flush on vring opsMichael S. Tsirkin2012-12-061-1/+2
* vhost: move -net specific code outMichael S. Tsirkin2012-11-021-18/+3
* vhost: track zero copy failures using DMA lengthMichael S. Tsirkin2012-11-021-0/+4
* vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin2012-11-021-3/+9
OpenPOWER on IntegriCloud