Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-02-22Merge 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-02-01tcm_vhost: fix pr_err on early kickMichael S. Tsirkin
2013-01-30vhost_net: handle polling errors when setting backendJason Wang
2013-01-30vhost_net: correct error handling in vhost_net_set_backend()Jason Wang
2013-01-22drivers/vhost: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-12-14Merge 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-07target: pass sense_reason as a return valueChristoph Hellwig
2012-11-03vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin
2012-11-03vhost-net: select tx zero copy dynamicallyMichael S. Tsirkin
2012-11-03vhost: move -net specific code outMichael S. Tsirkin
2012-11-03vhost: track zero copy failures using DMA lengthMichael S. Tsirkin
2012-11-03vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin
2012-11-03skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-10-25vhost: 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-03tcm_vhost: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger
2012-09-27vhost_set_vring(): turn pollstart/pollstop into boolAl Viro
2012-09-18target: Simplify fabric sense data length handlingRoland Dreier
2012-09-18target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier
2012-08-21tcm_vhost: Fix vhost_scsi_target structure alignmentMichael S. Tsirkin
2012-08-17tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char *Nicholas Bellinger
2012-08-17tcm_vhost: Post-merge review changes requested by MSTNicholas Bellinger
2012-08-17tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sglFengguang Wu
2012-07-30tcm_vhost: Initial merge for vhost level target fabric driverNicholas Bellinger
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi
2012-06-27vhost: use USER_DS in vhost_worker threadJens Freimann
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-12vhost-net: fix handle_rx buffer sizeBasil Gor
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackJason Wang