summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1020
2013-05-02vhost_scsi: module renameMichael S. Tsirkin-12/+11
2013-05-02tcm_vhost: header split upMichael S. Tsirkin-139/+104
2013-05-02vhost: src file renamesMichael S. Tsirkin-0/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin-12/+24
2013-05-01tcm_vhost: remove virtio-net.h dependencyMichael S. Tsirkin-1/+0
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin-21/+27
2013-05-01tcm_vhost: document inflight ref-counting useMichael S. Tsirkin-2/+10
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He-101/+142
2013-05-01tcm_vhost: Wait for pending requests in vhost_scsi_flush()Asias He-1/+92
2013-05-01vhost: Allow device specific fields per vqAsias He-87/+124
2013-05-01Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael S. Tsirkin-16/+259
2013-04-25tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUGAsias He-1/+2
2013-04-25tcm_vhost: Add ioctl to get and set events missed flagAsias He-0/+20
2013-04-25tcm_vhost: Add hotplug/hotunplug supportAsias He-2/+218
2013-04-25tcm_vhost: Refactor the lock nesting ruleAsias He-13/+19
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-68/+130
2013-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-68/+130
2013-04-11vhost_net: remove tx polling stateJason Wang-68/+9
2013-04-11tcm_vhost: Send bad target to guest when cmd failsAsias He-4/+6
2013-04-11tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He-13/+18
2013-04-11tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He-2/+7
2013-04-11tcm_vhost: Remove double check of responseAsias He-9/+0
2013-04-08tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He-0/+1
2013-04-08tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He-43/+101
2013-04-02tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He-1/+1
2013-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-2/+11
2013-03-28tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bitNicholas Bellinger-2/+11
2013-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-4/+9
2013-03-20vringh: host-side implementation of virtio rings.Rusty Russell-0/+1018
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin-1/+3
2013-03-18tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He-0/+1
2013-03-18tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()Asias He-4/+8
2013-03-17vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin-1/+2
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-128/+167
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2013-02-13tcm_vhost: Multi-queue supportAsias He-17/+31
2013-02-13tcm_vhost: Multi-target supportAsias He-50/+85
2013-02-13tcm_vhost: Optimize gup in vhost_scsi_map_to_sglAsias He-24/+30
2013-02-13tcm_vhost: Use iov_num_pages to calculate sgl_countAsias He-5/+3
2013-02-13tcm_vhost: Introduce iov_num_pagesAsias He-0/+6
2013-02-13tcm_vhost: Use llist for cmd completion listAsias He-34/+14
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-17/+44
2013-01-31tcm_vhost: fix pr_err on early kickMichael S. Tsirkin-3/+1
2013-01-29vhost_net: handle polling errors when setting backendJason Wang-13/+34
2013-01-29vhost_net: correct error handling in vhost_net_set_backend()Jason Wang-5/+11
2013-01-21drivers/vhost: remove depends on CONFIG_EXPERIMENTALKees Cook-4/+4
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-4/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-12-06tcm_vhost: remove unused variable in vhost_scsi_allocate_cmd()Wei Yongjun-2/+0