summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost: vhost TX zero-copy supportMichael S. Tsirkin2011-07-181-15/+113
* vhost: support event indexMichael S. Tsirkin2011-05-301-34/+104
* Correct occurrences ofRob Landley2011-05-061-1/+1
* vhost: copy_from_user -> __copy_from_userMichael S. Tsirkin2011-03-081-1/+1
* vhost: Cleanup vhost.c and net.cKrishna Kumar2011-03-081-16/+37
* vhost: fix signed/unsigned comparisonMichael S. Tsirkin2011-01-101-7/+11
* vhost: better variable name in loggingMichael S. Tsirkin2010-12-091-4/+4
* vhost: correctly set bits of dirty pagesMichael S. Tsirkin2010-12-091-1/+2
* vhost: remove unused includeMichael S. Tsirkin2010-12-091-2/+0
* vhost: get/put_user -> __get/__put_userMichael S. Tsirkin2010-11-041-8/+8
* vhost: copy_to_user -> __copy_to_userMichael S. Tsirkin2010-11-041-1/+1
* vhost-net: batch use/unuse mmMichael S. Tsirkin2010-11-041-1/+6
* vhost: put mm after thread stopMichael S. Tsirkin2010-11-041-4/+3
* drivers/vhost/vhost.c: delete double assignmentJulia Lawall2010-10-261-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-2/+49
|\
OpenPOWER on IntegriCloud