aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-128/+167
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+4
2013-02-13tcm_vhost: Multi-queue supportAsias He2-17/+31
2013-02-13tcm_vhost: Multi-target supportAsias He2-50/+85
2013-02-13tcm_vhost: Optimize gup in vhost_scsi_map_to_sglAsias He1-24/+30
2013-02-13tcm_vhost: Use iov_num_pages to calculate sgl_countAsias He1-5/+3
2013-02-13tcm_vhost: Introduce iov_num_pagesAsias He1-0/+6
2013-02-13tcm_vhost: Use llist for cmd completion listAsias He2-34/+14
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-17/+44
2013-01-31tcm_vhost: fix pr_err on early kickMichael S. Tsirkin1-3/+1
2013-01-29vhost_net: handle polling errors when setting backendJason Wang3-13/+34
2013-01-29vhost_net: correct error handling in vhost_net_set_backend()Jason Wang1-5/+11
2013-01-21drivers/vhost: remove depends on CONFIG_EXPERIMENTALKees Cook2-4/+4
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-4/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-06tcm_vhost: remove unused variable in vhost_scsi_allocate_cmd()Wei Yongjun1-2/+0
2012-12-06vhost-net: enable zerocopy tx by defaultMichael S. Tsirkin1-2/+3
2012-12-06vhost-net: skip head management if no outstandingMichael S. Tsirkin1-4/+7
2012-12-06vhost-net: flush outstanding DMAs on memory changeMichael S. Tsirkin1-9/+19
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin4-8/+14
2012-12-03vhost-net: initialize zcopy packet countersMichael S. Tsirkin1-0/+3
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-28vhost: fix length for cross region descriptorMichael S. Tsirkin1-1/+1
2012-11-19vhost: Remove duplicate inclusion of linux/vhost.hSachin Kamat1-1/+0
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida1-1/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-4/+0
2012-11-02vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin1-2/+12
2012-11-02vhost-net: select tx zero copy dynamicallyMichael S. Tsirkin1-8/+53
2012-11-02vhost: move -net specific code outMichael S. Tsirkin4-64/+56
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin2-3/+8
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin3-5/+12
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin2-2/+2
2012-10-24vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin1-1/+2
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-67/+22
2012-10-02tcm_vhost: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger2-54/+22
2012-09-26vhost_set_vring(): turn pollstart/pollstop into boolAl Viro1-4/+4
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-7/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-08-20tcm_vhost: Fix vhost_scsi_target structure alignmentMichael S. Tsirkin2-0/+5
2012-08-16tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char *Nicholas Bellinger1-1/+1
2012-08-16tcm_vhost: Post-merge review changes requested by MSTNicholas Bellinger2-93/+111
2012-08-16tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sglFengguang Wu1-2/+2
2012-07-29tcm_vhost: Initial merge for vhost level target fabric driverNicholas Bellinger5-0/+1740
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi2-3/+5
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi3-5/+6
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann1-0/+3
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2012-05-11vhost-net: fix handle_rx buffer sizeBasil Gor1-1/+6
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackJason Wang1-0/+1