1. e74cfa9 vringh: Use wiov->used to check for read/write desc order by Neeraj Upadhyay · 3 years, 6 months ago
  2. f7ad318 vhost: Fix the calculation in vhost_overflow() by Xie Yongji · 3 years, 5 months ago
  3. 0e39829 vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update() by Xie Yongji · 3 years, 5 months ago
  4. 530a567 vdpa: support packed virtqueue for set/get_vq_state() by Jason Wang · 3 years, 7 months ago
  5. d8f35f4 vhost: fix up vhost_work coding style by Mike Christie · 3 years, 7 months ago
  6. efb18e1 vhost: fix poll coding style by Mike Christie · 3 years, 7 months ago
  7. d60146c vhost-scsi: reduce flushes during endpoint clearing by Mike Christie · 3 years, 7 months ago
  8. 31fbea3 vhost-scsi: remove extra flushes by Mike Christie · 3 years, 7 months ago
  9. 1465cb6 vhost: remove work arg from vhost_work_flush by Mike Christie · 3 years, 7 months ago
  10. 7a43ce37c vhost: Remove the repeated declaration by Shaokun Zhang · 3 years, 7 months ago
  11. 8693059 vhost-iotlb: fix vhost_iotlb_del_range() documentation by Stefano Garzarella · 3 years, 8 months ago
  12. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  13. ced7b71 vhost/vsock: support SEQPACKET for transport by Arseny Krasnov · 3 years, 7 months ago
  14. 224bf7d vhost_net: use XDP helpers by Matteo Croce · 3 years, 8 months ago
  15. 16bb86b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 8 months ago
  16. 9d6d97b vhost/vdpa: Remove the restriction that only supports virtio-net devices by Xie Yongji · 3 years, 10 months ago
  17. d6d8bb9 vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate() by Stefano Garzarella · 3 years, 10 months ago
  18. b8c06ad vringh: implement vringh_kiov_advance() by Stefano Garzarella · 3 years, 10 months ago
  19. 69c13c5 vringh: explain more about cleaning riov and wiov by Stefano Garzarella · 3 years, 10 months ago
  20. bbc2c37 vringh: reset kiov 'consumed' field in __vringh_iov() by Stefano Garzarella · 3 years, 10 months ago
  21. f53d991 vringh: add 'iotlb_lock' to synchronize iotlb accesses by Stefano Garzarella · 3 years, 10 months ago
  22. 3a3e0fa vhost-vdpa: fix vm_flags for virtqueue doorbell mapping by Jason Wang · 3 years, 9 months ago
  23. 4f97010 Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 8 months ago
  24. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  25. a9d0645 vhost-vdpa: protect concurrent access to vhost device iotlb by Xie Yongji · 3 years, 9 months ago
  26. 49d11527 Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 3 years, 9 months ago
  27. bc9a05e iommu: remove DOMAIN_ATTR_GEOMETRY by Christoph Hellwig · 3 years, 9 months ago
  28. bf152b0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
  29. 0bde59c vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails by Stefano Garzarella · 3 years, 10 months ago
  30. f6bbf00 vhost-vdpa: fix use-after-free of v->config_ctx by Stefano Garzarella · 3 years, 10 months ago
  31. beb691e vhost: Fix vhost_vq_reset() by Laurent Vivier · 3 years, 10 months ago
  32. 4c05028 vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation by Gautam Dawar · 3 years, 10 months ago
  33. 6ec29cb scsi: target: vhost-scsi: Use LIO wq cmd submission helper by Mike Christie · 3 years, 10 months ago
  34. 0869419 scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() by Mike Christie · 3 years, 10 months ago
  35. eb92980 scsi: target: vhost-scsi: Convert to new submission API by Mike Christie · 3 years, 10 months ago
  36. c548e62 scsi: sbitmap: Move allocation hint into sbitmap by Ming Lei · 4 years ago
  37. efe1f3a scsi: sbitmap: Maintain allocation round_robin in sbitmap by Ming Lei · 4 years ago
  38. ffc1759 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
  39. 489084d vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay by Dongli Zhang · 4 years ago
  40. dc9c9e7 vhost_net: avoid tx queue stuck when sendmsg fails by Yunjian Wang · 4 years ago
  41. 833d22f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  42. 9ee5e5a tap/tun: add skb_zcopy_init() helper for initialization. by Jonathan Lemon · 4 years ago
  43. 3617783 skbuff: Add skb parameter to the ubuf zerocopy callback by Jonathan Lemon · 4 years ago
  44. 9f1abbe Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
  45. aa35e45 Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  46. 01e31be vhost_net: fix ubuf refcount incorrectly when sendmsg fails by Yunjian Wang · 4 years ago
  47. e13a691 vhost/vsock: add IOTLB API support by Stefano Garzarella · 4 years ago
  48. 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
  49. 2e1139d vhost scsi: fix error return code in vhost_scsi_set_endpoint() by Zhang Changzhong · 4 years, 1 month ago
  50. 0ab4b89 vhost_vdpa: switch to vmemdup_user() by Tian Tao · 4 years, 2 months ago
  51. 3a99974 vhost: vringh: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  52. 2c60274 vhost_vdpa: return -EFAULT if copy_to_user() fails by Dan Carpenter · 4 years, 1 month ago
  53. ad89653f vhost-vdpa: fix page pinning leakage in error path (rework) by Si-Wei Liu · 4 years, 2 months ago
  54. 8009b0f vringh: fix vringh_iov_push_*() documentation by Stefano Garzarella · 4 years, 1 month ago
  55. b4fffc1 vhost scsi: fix lun reset completion handling by Mike Christie · 4 years, 1 month ago
  56. efd838f vhost scsi: Add support for LUN resets. by Mike Christie · 4 years, 2 months ago
  57. 18f1bec vhost scsi: add lun parser helper by Mike Christie · 4 years, 2 months ago
  58. 47a3565 vhost scsi: fix cmd completion race by Mike Christie · 4 years, 2 months ago
  59. 25b98b6 vhost scsi: alloc cmds per vq instead of session by Mike Christie · 4 years, 2 months ago
  60. 6bcf342 vhost: add helper to check if a vq has been setup by Mike Christie · 4 years, 2 months ago
  61. e01afe3 vdpa: handle irq bypass register failure case by Zhu Lingshan · 4 years, 2 months ago
  62. 5e1a314 Revert "vhost-vdpa: fix page pinning leakage in error path" by Michael S. Tsirkin · 4 years, 2 months ago
  63. 7922460 vhost_vdpa: Return -EFAULT if copy_from_user() fails by Dan Carpenter · 4 years, 2 months ago
  64. 1b48dc0 vhost: vdpa: report iova range by Jason Wang · 4 years, 2 months ago
  65. 86e182f vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call by Zhu Lingshan · 4 years, 4 months ago
  66. 5745bcf vringh: fix __vringh_iov() when riov and wiov are different by Stefano Garzarella · 4 years, 3 months ago
  67. b9747fd vhost_vdpa: Fix duplicate included kernel.h by Tian Tao · 4 years, 4 months ago
  68. 5e5e873 vhost: reduce stack usage in log_used by Li Wang · 4 years, 4 months ago
  69. 7ed9e3d vhost-vdpa: fix page pinning leakage in error path by Si-Wei Liu · 4 years, 3 months ago
  70. 1477c8a vhost-vdpa: fix vhost_vdpa_map() on error condition by Si-Wei Liu · 4 years, 3 months ago
  71. ab51225 vhost: Don't call log_access_ok() when using IOTLB by Greg Kurz · 4 years, 3 months ago
  72. 71878fa vhost: Use vhost_get_used_size() in vhost_vring_set_addr() by Greg Kurz · 4 years, 3 months ago
  73. 0210a8d vhost: Don't call access_ok() when using IOTLB by Greg Kurz · 4 years, 3 months ago
  74. 37787e9 vhost vdpa: fix vhost_vdpa_open error handling by Mike Christie · 4 years, 3 months ago
  75. a127c5b vhost-vdpa: fix backend feature ioctls by Jason Wang · 4 years, 4 months ago
  76. 71c548c vhost: Fix documentation by Eli Cohen · 4 years, 6 months ago
  77. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  78. ae6961d vhost: fix typo in error message by Yunsheng Lin · 4 years, 4 months ago
  79. eb07d8f vhost-iotlb: fix vhost_iotlb_itree_next() documentation by Stefano Garzarella · 4 years, 4 months ago
  80. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
  81. 23750e3 vdpa: Modify get_vq_state() to return error code by Eli Cohen · 4 years, 5 months ago
  82. aac50c0 net/vdpa: Use struct for set/get vq state by Eli Cohen · 4 years, 5 months ago
  83. a9974489 vdpa: remove hard coded virtq num by Max Gurtovoy · 4 years, 5 months ago
  84. 25abc06 vhost-vdpa: support IOTLB batching hints by Jason Wang · 4 years, 5 months ago
  85. 653055b vhost-vdpa: support get/set backend features by Jason Wang · 4 years, 5 months ago
  86. 460f7ce vhost: generialize backend features setting/getting by Jason Wang · 4 years, 5 months ago
  87. b0bd82b vhost-vdpa: refine ioctl pre-processing by Jason Wang · 4 years, 5 months ago
  88. 4c05433 vDPA: dont change vq irq after DRIVER_OK by Zhu Lingshan · 4 years, 5 months ago
  89. 2cf1ba9 vhost_vdpa: implement IRQ offloading in vhost_vdpa by Zhu Lingshan · 4 years, 5 months ago
  90. 265a0ad vhost: introduce vhost_vring_call by Zhu Lingshan · 4 years, 5 months ago
  91. bf11d71 vhost: Use flex_array_size() helper in copy_from_user() by Gustavo A. R. Silva · 4 years, 5 months ago
  92. 6234f805 vhost: vdpa: remove per device feature whitelist by Jason Wang · 4 years, 5 months ago
  93. 0d23400 vhost/vdpa: switch to new helpers by Michael S. Tsirkin · 4 years, 5 months ago
  94. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  95. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
  96. 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 6 months ago
  97. 295c1b9 vhost/scsi: fix up req type endian-ness by Michael S. Tsirkin · 4 years, 6 months ago
  98. 71c0b9a vhost: Remove redundant use of read_barrier_depends() barrier by Will Deacon · 5 years ago
  99. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  100. 264ee5a tools/virtio: Add --reset by Eugenio Pérez · 4 years, 9 months ago