summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: replace % with & on data pathMichael S. Tsirkin2015-12-071-3/+3
* vhost: relax log address alignmentMichael S. Tsirkin2015-12-071-1/+1
* vhost: fix error handling for memory region allocIgor Mammedov2015-07-271-4/+1
* vhost: actually track log eventfd fileMarc-André Lureau2015-07-271-0/+1
* vhost: add max_mem_regions module parameterIgor Mammedov2015-07-131-2/+6
* vhost: extend memory regions allocation to vmallocIgor Mammedov2015-07-131-4/+17
* vhost: use binary search instead of linear in find_region()Igor Mammedov2015-07-011-10/+28
* vhost: cross-endian support for legacy devicesGreg Kurz2015-06-011-1/+84
* vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro2015-02-041-2/+4
* vhost: relax used address alignmentMichael S. Tsirkin2014-12-291-3/+7
* vhost: virtio 1.0 endian-ness supportMichael S. Tsirkin2014-12-091-37/+49
* vhost: switch to __get/__put_user exclusivelyMichael S. Tsirkin2014-12-091-3/+10
* vhost: move memory pointer to VQsMichael S. Tsirkin2014-06-091-32/+25
* vhost: move acked_features to VQsMichael S. Tsirkin2014-06-091-17/+19
* vhost: replace rcu with mutexMichael S. Tsirkin2014-06-091-1/+9
* vhost: remove the dead branchZhi Yong Wu2013-12-061-3/+1
* vhost: wake up worker outside spin_lockQin Chuanyu2013-09-171-1/+3
* vhost: switch to use vhost_add_used_n()Jason Wang2013-09-031-42/+12
* vhost: Include linux/uio.h instead of linux/socket.hAsias He2013-08-201-1/+1
* vhost: Make vhost a separate moduleAsias He2013-07-071-1/+50
* vhost: Simplify dev->vqs[i] accessAsias He2013-07-071-17/+18
* vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin2013-06-111-1/+7
* vhost: drop virtio_net.h dependencyMichael S. Tsirkin2013-05-061-1/+1
* vhost: Export vhost_dev_set_ownerAsias He2013-05-061-1/+1
* vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin2013-05-011-9/+7
* vhost: move per-vq net specific fields out to netMichael S. Tsirkin2013-05-011-2/+0
* vhost: move vhost-net zerocopy fields to net.cAsias He2013-05-011-56/+1
* vhost: Allow device specific fields per vqAsias He2013-05-011-44/+44
* vhost_net: remove tx polling stateJason Wang2013-04-111-0/+3
* vhost_net: handle polling errors when setting backendJason Wang2013-01-291-3/+15
* vhost: avoid backend flush on vring opsMichael S. Tsirkin2012-12-061-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-1/+1
|\
| * vhost: fix length for cross region descriptorMichael S. Tsirkin2012-11-281-1/+1
* | vhost: move -net specific code outMichael S. Tsirkin2012-11-021-46/+7
* | vhost: track zero copy failures using DMA lengthMichael S. Tsirkin2012-11-021-3/+4
* | vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin2012-11-021-1/+1
* | skb: report completion status for zero copy skbsMichael S. Tsirkin2012-11-021-1/+1
|/
* vhost_set_vring(): turn pollstart/pollstop into boolAl Viro2012-09-261-4/+4
* vhost: make vhost work queue visibleStefan Hajnoczi2012-07-221-3/+2
* vhost: use USER_DS in vhost_worker threadJens Freimann2012-06-261-0/+3
* vhost: zerocopy: poll vq in zerocopy callbackJason Wang2012-05-021-0/+1
* skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-131-3/+2
* Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2012-03-231-4/+7
|\
| * vhost: fix release path lockdep checksMichael S. Tsirkin2012-02-281-4/+5
| * vhost: don't forget to schedule()Nadav Har'El2012-02-281-0/+2
* | vhost: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* vhost: optimize interrupt enable/disableMichael S. Tsirkin2011-07-191-2/+2
* vhost: fix zcopy reference countingMichael S. Tsirkin2011-07-191-1/+0
* vhost: set log when updating used flags or avail eventJason Wang2011-07-191-30/+54
* vhost: init used ring after backend was setJason Wang2011-07-191-8/+6
OpenPOWER on IntegriCloud