summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
2018-04-20vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2018-04-13vhost: validate log when IOTLB is enabledJason Wang
2018-04-13vhost: correctly remove wait queue during poll failureJason Wang
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2017-02-09vhost: fix initialization for vq->is_leHalil Pasic
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin
2016-08-02vhost: new device IOTLB APIJason Wang
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang
2016-08-02vhost: introduce vhost memory accessorsJason Wang
2016-08-01vhost: lockless enqueuingJason Wang
2016-08-01vhost: simplify work flushingJason 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
2016-03-02vhost: rename cross-endian helpersGreg Kurz
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov
2015-07-27vhost: actually track log eventfd fileMarc-André Lureau
2015-07-13vhost: add max_mem_regions module parameterIgor Mammedov
2015-07-13vhost: extend memory regions allocation to vmallocIgor Mammedov
2015-07-01vhost: use binary search instead of linear in find_region()Igor Mammedov
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro
2014-12-29vhost: relax used address alignmentMichael S. Tsirkin
2014-12-09vhost: virtio 1.0 endian-ness supportMichael S. Tsirkin
2014-12-09vhost: switch to __get/__put_user exclusivelyMichael S. Tsirkin
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin
2014-06-09vhost: replace rcu with mutexMichael S. Tsirkin
2013-12-06vhost: remove the dead branchZhi Yong Wu
2013-09-17vhost: wake up worker outside spin_lockQin Chuanyu
2013-09-03vhost: switch to use vhost_add_used_n()Jason Wang
2013-08-20vhost: Include linux/uio.h instead of linux/socket.hAsias He
2013-07-07vhost: Make vhost a separate moduleAsias He
2013-07-07vhost: Simplify dev->vqs[i] accessAsias He
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin
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-04-11vhost_net: remove tx polling stateJason Wang
2013-01-29vhost_net: handle polling errors when setting backendJason Wang
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-28vhost: fix length for cross region descriptorMichael S. Tsirkin