aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2013-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-04-11tcm_vhost: Send bad target to guest when cmd failsAsias He
2013-04-11tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He
2013-04-11tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He
2013-04-11tcm_vhost: Remove double check of responseAsias He
2013-04-08tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He
2013-04-08tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He
2013-04-02tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He
2013-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-03-28tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bitNicholas Bellinger
2013-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-03-18tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He
2013-03-18tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()Asias He
2013-03-17vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-13tcm_vhost: Multi-queue supportAsias He
2013-02-13tcm_vhost: Multi-target supportAsias He
2013-02-13tcm_vhost: Optimize gup in vhost_scsi_map_to_sglAsias He
2013-02-13tcm_vhost: Use iov_num_pages to calculate sgl_countAsias He
2013-02-13tcm_vhost: Introduce iov_num_pagesAsias He
2013-02-13tcm_vhost: Use llist for cmd completion listAsias He
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-01-31tcm_vhost: fix pr_err on early kickMichael S. Tsirkin
2013-01-29vhost_net: handle polling errors when setting backendJason Wang
2013-01-29vhost_net: correct error handling in vhost_net_set_backend()Jason Wang
2013-01-21drivers/vhost: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-06tcm_vhost: remove unused variable in vhost_scsi_allocate_cmd()Wei Yongjun
2012-12-06vhost-net: enable zerocopy tx by defaultMichael S. Tsirkin
2012-12-06vhost-net: skip head management if no outstandingMichael S. Tsirkin
2012-12-06vhost-net: flush outstanding DMAs on memory changeMichael S. Tsirkin
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin
2012-12-03vhost-net: initialize zcopy packet countersMichael 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-19vhost: Remove duplicate inclusion of linux/vhost.hSachin Kamat
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig
2012-11-02vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin
2012-11-02vhost-net: select tx zero copy dynamicallyMichael 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-10-24vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-10-02tcm_vhost: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger