1. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  2. 181c04a vhost_scsi: module rename by Michael S. Tsirkin · 11 years ago
  3. 5012a3a tcm_vhost: header split up by Michael S. Tsirkin · 11 years ago
  4. eb62b74 vhost: src file renames by Michael S. Tsirkin · 11 years ago
  5. 150b9e5 vhost: fix error handling in RESET_OWNER ioctl by Michael S. Tsirkin · 11 years ago
  6. 061b16c tcm_vhost: remove virtio-net.h dependency by Michael S. Tsirkin · 11 years ago
  7. 81f95a5 vhost: move per-vq net specific fields out to net by Michael S. Tsirkin · 11 years ago
  8. 3dfbff3 tcm_vhost: document inflight ref-counting use by Michael S. Tsirkin · 11 years ago
  9. 2839400 vhost: move vhost-net zerocopy fields to net.c by Asias He · 11 years ago
  10. f2f0173d tcm_vhost: Wait for pending requests in vhost_scsi_flush() by Asias He · 11 years ago
  11. 3ab2e42 vhost: Allow device specific fields per vq by Asias He · 11 years ago
  12. bc75623 Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending into vhost-net-next by Michael S. Tsirkin · 11 years ago
  13. 04b59ba tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUG by Asias He · 11 years ago
  14. 11c63418 tcm_vhost: Add ioctl to get and set events missed flag by Asias He · 11 years ago
  15. a6c9af8 tcm_vhost: Add hotplug/hotunplug support by Asias He · 11 years ago
  16. f2b7daf tcm_vhost: Refactor the lock nesting rule by Asias He · 11 years ago
  17. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  18. bf81710 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  19. 70181d51 vhost_net: remove tx polling state by Jason Wang · 11 years ago
  20. 055f648 tcm_vhost: Send bad target to guest when cmd fails by Asias He · 11 years ago
  21. 637ab21 tcm_vhost: Add vhost_scsi_send_bad_target() helper by Asias He · 11 years ago
  22. 7ea206c tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq by Asias He · 11 years ago
  23. f6da51c tcm_vhost: Remove double check of response by Asias He · 11 years ago
  24. dfd5d56 tcm_vhost: Initialize vq->last_used_idx when set endpoint by Asias He · 11 years ago
  25. 4f7f46d tcm_vhost: Use vq->private_data to indicate if the endpoint is setup by Asias He · 11 years ago
  26. af0d918 tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] access by Asias He · 11 years ago
  27. 13d2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  28. 5dade71 tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit by Nicholas Bellinger · 11 years ago
  29. a607a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  30. f87d0fb vringh: host-side implementation of virtio rings. by Rusty Russell · 11 years ago
  31. 73640c9 tools/virtio: fix build for 3.8 by Michael S. Tsirkin · 11 years ago
  32. 72c7753 tcm_vhost: Flush vhost_work in vhost_scsi_flush() by Asias He · 11 years ago
  33. 038e0af tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint() by Asias He · 11 years ago
  34. 46aa92d vhost/net: fix heads usage of ubuf_info by Michael S. Tsirkin · 11 years ago
  35. ecc88ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  36. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  37. 1b7f390 tcm_vhost: Multi-queue support by Asias He · 12 years ago
  38. 67e18cf tcm_vhost: Multi-target support by Asias He · 12 years ago
  39. 1810053 tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl by Asias He · 12 years ago
  40. f3158f3 tcm_vhost: Use iov_num_pages to calculate sgl_count by Asias He · 12 years ago
  41. 765b34f tcm_vhost: Introduce iov_num_pages by Asias He · 12 years ago
  42. 9d6064a tcm_vhost: Use llist for cmd completion list by Asias He · 12 years ago
  43. e06b840 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  44. 71f1e45 tcm_vhost: fix pr_err on early kick by Michael S. Tsirkin · 12 years ago
  45. 2b8b328 vhost_net: handle polling errors when setting backend by Jason Wang · 12 years ago
  46. 692a998 vhost_net: correct error handling in vhost_net_set_backend() by Jason Wang · 12 years ago
  47. 43893cb drivers/vhost: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  48. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  49. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  50. 405d55c tcm_vhost: remove unused variable in vhost_scsi_allocate_cmd() by Wei Yongjun · 12 years ago
  51. f9611c4 vhost-net: enable zerocopy tx by default by Michael S. Tsirkin · 12 years ago
  52. cedb9bd vhost-net: skip head management if no outstanding by Michael S. Tsirkin · 12 years ago
  53. 1280c27 vhost-net: flush outstanding DMAs on memory change by Michael S. Tsirkin · 12 years ago
  54. 935cdee vhost: avoid backend flush on vring ops by Michael S. Tsirkin · 12 years ago
  55. 64e9a9b vhost-net: initialize zcopy packet counters by Michael S. Tsirkin · 12 years ago
  56. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. bd97120 vhost: fix length for cross region descriptor by Michael S. Tsirkin · 12 years ago
  58. 91aa765 vhost: Remove duplicate inclusion of linux/vhost.h by Sachin Kamat · 12 years ago
  59. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  60. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  61. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  62. 24eb21a vhost-net: reduce vq polling on tx zerocopy by Michael S. Tsirkin · 12 years ago
  63. eaae813 vhost-net: select tx zero copy dynamically by Michael S. Tsirkin · 12 years ago
  64. b211616 vhost: move -net specific code out by Michael S. Tsirkin · 12 years ago
  65. c4fcb58 vhost: track zero copy failures using DMA length by Michael S. Tsirkin · 12 years ago
  66. 70e4cb9 vhost-net: cleanup macros for DMA status tracking by Michael S. Tsirkin · 12 years ago
  67. e19d676 skb: report completion status for zero copy skbs by Michael S. Tsirkin · 12 years ago
  68. 910a578 vhost: fix mergeable bufs on BE hosts by Michael S. Tsirkin · 12 years ago
  69. a188e7e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  70. 9f0abc1 tcm_vhost: Convert I/O path to use target_submit_cmd_map_sgls by Nicholas Bellinger · 12 years ago
  71. cecb46f vhost_set_vring(): turn pollstart/pollstop into bool by Al Viro · 12 years ago
  72. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  73. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  74. 6de7145 tcm_vhost: Fix vhost_scsi_target structure alignment by Michael S. Tsirkin · 12 years ago
  75. 5b7517f tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char * by Nicholas Bellinger · 12 years ago
  76. 101998f tcm_vhost: Post-merge review changes requested by MST by Nicholas Bellinger · 12 years ago
  77. f0e0e9b tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sgl by Fengguang Wu · 12 years ago
  78. 057cbf4 tcm_vhost: Initial merge for vhost level target fabric driver by Nicholas Bellinger · 12 years ago
  79. 163049a vhost: make vhost work queue visible by Stefan Hajnoczi · 12 years ago
  80. 0dd05a3 vhost: Separate vhost-net features from vhost features by Stefan Hajnoczi · 12 years ago
  81. d7ffde3 vhost: use USER_DS in vhost_worker thread by Jens Freimann · 12 years ago
  82. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  83. c53cff5e vhost-net: fix handle_rx buffer size by Basil Gor · 12 years ago
  84. c70aa54 vhost: zerocopy: poll vq in zerocopy callback by Jason Wang · 12 years ago
  85. c8fb217 vhost_net: zerocopy: adding and signalling immediately when fully copied by Jason Wang · 12 years ago
  86. dbf3420 vhost_net: re-poll only on EAGAIN or ENOBUFS by Jason Wang · 12 years ago
  87. c460f05 vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufs by Jason Wang · 12 years ago
  88. 7e29629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  89. ca8f4fb skbuff: struct ubuf_info callback type safety by Michael S. Tsirkin · 12 years ago
  90. 5e7045b0 tools/virtio: fix up vhost/test module build by Zhi Yong Wu · 12 years ago
  91. f1e84eb Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 12 years ago
  92. c6daa7f vhost: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  93. ea5d404 vhost: fix release path lockdep checks by Michael S. Tsirkin · 13 years ago
  94. d550dda vhost: don't forget to schedule() by Nadav Har'El · 12 years ago
  95. 7c7c7f0 vhost-net: add module alias (v2.1) by stephen hemminger · 13 years ago
  96. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  97. 9e38082 vhost: handle wrap around in # of bufs math by Shirley Ma · 13 years ago
  98. c047e5f vhost-net: update used ring on backend change by Michael S. Tsirkin · 13 years ago
  99. b834226 vhost: optimize interrupt enable/disable by Michael S. Tsirkin · 13 years ago
  100. 75fd9ed vhost: fix zcopy reference counting by Michael S. Tsirkin · 13 years ago