summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
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
2012-11-02vhost: move -net specific code outMichael S. Tsirkin
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-09-26vhost_set_vring(): turn pollstart/pollstop into boolAl Viro
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackJason Wang
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller
2012-03-20vhost: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin
2012-02-28vhost: don't forget to schedule()Nadav Har'El
2011-07-19vhost: optimize interrupt enable/disableMichael S. Tsirkin
2011-07-19vhost: fix zcopy reference countingMichael S. Tsirkin
2011-07-19vhost: set log when updating used flags or avail eventJason Wang
2011-07-19vhost: init used ring after backend was setJason Wang
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin
2011-05-30vhost: support event indexMichael S. Tsirkin
2011-05-06Correct occurrences ofRob Landley