1. 7ed9e3d vhost-vdpa: fix page pinning leakage in error path by Si-Wei Liu · 4 years, 5 months ago
  2. 1477c8a vhost-vdpa: fix vhost_vdpa_map() on error condition by Si-Wei Liu · 4 years, 5 months ago
  3. ab51225 vhost: Don't call log_access_ok() when using IOTLB by Greg Kurz · 4 years, 5 months ago
  4. 71878fa vhost: Use vhost_get_used_size() in vhost_vring_set_addr() by Greg Kurz · 4 years, 5 months ago
  5. 0210a8d vhost: Don't call access_ok() when using IOTLB by Greg Kurz · 4 years, 5 months ago
  6. 37787e9 vhost vdpa: fix vhost_vdpa_open error handling by Mike Christie · 4 years, 6 months ago
  7. a127c5b vhost-vdpa: fix backend feature ioctls by Jason Wang · 4 years, 6 months ago
  8. 71c548c vhost: Fix documentation by Eli Cohen · 4 years, 8 months ago
  9. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  10. ae6961d vhost: fix typo in error message by Yunsheng Lin · 4 years, 6 months ago
  11. eb07d8f vhost-iotlb: fix vhost_iotlb_itree_next() documentation by Stefano Garzarella · 4 years, 6 months ago
  12. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  13. 23750e3 vdpa: Modify get_vq_state() to return error code by Eli Cohen · 4 years, 7 months ago
  14. aac50c0 net/vdpa: Use struct for set/get vq state by Eli Cohen · 4 years, 7 months ago
  15. a9974489 vdpa: remove hard coded virtq num by Max Gurtovoy · 4 years, 7 months ago
  16. 25abc06 vhost-vdpa: support IOTLB batching hints by Jason Wang · 4 years, 7 months ago
  17. 653055b vhost-vdpa: support get/set backend features by Jason Wang · 4 years, 7 months ago
  18. 460f7ce vhost: generialize backend features setting/getting by Jason Wang · 4 years, 7 months ago
  19. b0bd82b vhost-vdpa: refine ioctl pre-processing by Jason Wang · 4 years, 7 months ago
  20. 4c05433 vDPA: dont change vq irq after DRIVER_OK by Zhu Lingshan · 4 years, 7 months ago
  21. 2cf1ba9 vhost_vdpa: implement IRQ offloading in vhost_vdpa by Zhu Lingshan · 4 years, 7 months ago
  22. 265a0ad vhost: introduce vhost_vring_call by Zhu Lingshan · 4 years, 7 months ago
  23. bf11d71 vhost: Use flex_array_size() helper in copy_from_user() by Gustavo A. R. Silva · 4 years, 7 months ago
  24. 6234f805 vhost: vdpa: remove per device feature whitelist by Jason Wang · 4 years, 8 months ago
  25. 0d23400 vhost/vdpa: switch to new helpers by Michael S. Tsirkin · 4 years, 7 months ago
  26. 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, 7 months ago
  27. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  28. 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 8 months ago
  29. 295c1b9 vhost/scsi: fix up req type endian-ness by Michael S. Tsirkin · 4 years, 8 months ago
  30. 71c0b9a vhost: Remove redundant use of read_barrier_depends() barrier by Will Deacon · 5 years ago
  31. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
  32. 264ee5a tools/virtio: Add --reset by Eugenio Pérez · 4 years, 11 months ago
  33. c09cc2c vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap() by Dan Carpenter · 4 years, 9 months ago
  34. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 9 months ago
  35. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  36. 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  37. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 9 months ago
  38. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 9 months ago
  39. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 9 months ago
  40. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 9 months ago
  41. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  42. 044e4b0 vhost/test: fix up after API change by Michael S. Tsirkin · 4 years, 9 months ago
  43. 690623e vhost: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 9 months ago
  44. e0136c1 vhost: replace -1 with VHOST_FILE_UNBIND in ioctls by Zhu Lingshan · 4 years, 9 months ago
  45. 776f395 vhost_vdpa: Support config interrupt in vdpa by Zhu Lingshan · 4 years, 9 months ago
  46. 818dbde Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
  47. 002ef18 vhost: (cosmetic) remove a superfluous variable initialisation by Guennadi Liakhovetski · 4 years, 9 months ago
  48. 4b4e486 vhost_vdpa: disable doorbell mapping for !MMU by Michael S. Tsirkin · 4 years, 9 months ago
  49. ddd89d0 vhost_vdpa: support doorbell mapping via mmap by Jason Wang · 4 years, 9 months ago
  50. 5ce995f vhost: use mmgrab() instead of mmget() for non worker device by Jason Wang · 4 years, 9 months ago
  51. 01fcb1c vhost: allow device that does not depend on vhost worker by Jason Wang · 4 years, 9 months ago
  52. 213e772 vhost: revert "vhost: disable for OABI" by Michael S. Tsirkin · 4 years, 11 months ago
  53. a865e42 virtio: force spec specified alignment on types by Michael S. Tsirkin · 5 years ago
  54. 5ae6a6a scsi: vhost: Notify TCM about the maximum sg entries supported per command by Sudhakar Panneerselvam · 4 years, 10 months ago
  55. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  56. d2f8825 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 10 months ago
  57. 1b0be99 vhost: missing __user tags by Michael S. Tsirkin · 4 years, 10 months ago
  58. 05afee2 vhost_net: Also populate XDP frame size by Jesper Dangaard Brouer · 4 years, 10 months ago
  59. a811c1fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  60. 0b84103 vhost: vsock: kick send_pkt worker once device is started by Jia He · 4 years, 10 months ago
  61. a78d163 vsock/virtio: fix multiple packet delivery to monitoring devices by Stefano Garzarella · 4 years, 11 months ago
  62. 107bc07 vhost/vsock: fix packet delivery order to monitoring devices by Stefano Garzarella · 4 years, 11 months ago
  63. d085eb8 vhost: disable for OABI by Michael S. Tsirkin · 5 years ago
  64. 58ad137 vdpa: make vhost, virtio depend on menu by Michael S. Tsirkin · 5 years ago
  65. 3302363 virtio/test: fix up after IOTLB changes by Michael S. Tsirkin · 5 years ago
  66. 247643f vhost: Create accessors for virtqueues private_data by Eugenio Pérez · 5 years ago
  67. e373f3d vhost: remove set but not used variable 'status' by Jason Yan · 5 years ago
  68. aa21c2e vhost: vdpa: remove unnecessary null check by Gustavo A. R. Silva · 5 years ago
  69. 4c8cf31 vhost: introduce vDPA-based backend by Tiwei Bie · 5 years ago
  70. 9ad9c49 vringh: IOTLB support by Jason Wang · 5 years ago
  71. 0bbe306 vhost: factor out IOTLB by Jason Wang · 5 years ago
  72. 792a4f2 vhost: allow per device message handler by Jason Wang · 5 years ago
  73. 20c384f vhost: refine vhost and vringh kconfig by Jason Wang · 5 years ago
  74. 42d84c8 vhost: Check docket sk_family instead of call getname by Eugenio Pérez · 5 years ago
  75. 95e6ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  76. 8a3cc29 vhost/vsock: accept only packets with the right dst_cid by Stefano Garzarella · 5 years ago
  77. 8f6a7f9 vhost, kcov: collect coverage from vhost_worker by Andrey Konovalov · 5 years ago
  78. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  79. ed8640a vhost/vsock: refuse CID assigned to the guest->host transport by Stefano Garzarella · 5 years ago
  80. 6a2c0962 vsock: prevent transport modules unloading by Stefano Garzarella · 5 years ago
  81. c0cfa2d vsock: add multi-transports support by Stefano Garzarella · 5 years ago
  82. b9f2b0f vsock: handle buffer_size sockopts in the core by Stefano Garzarella · 5 years ago
  83. 4c7246d vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() by Stefano Garzarella · 5 years ago
  84. b3683de vringh: fix copy direction of vringh_iov_push_kern() by Jason Wang · 5 years ago
  85. 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  86. 245cdd9 vhost/test: stop device before reset by Michael S. Tsirkin · 5 years ago
  87. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  88. 0d4a3f2 Revert "vhost: block speculation of translated descriptors" by Michael S. Tsirkin · 5 years ago
  89. 060423b vhost: make sure log_num < in_num by yongduan · 5 years ago
  90. a89db44 vhost: block speculation of translated descriptors by Michael S. Tsirkin · 5 years ago
  91. 3d2c7d3 Revert "vhost: access vq metadata through kernel virtual address" by Michael S. Tsirkin · 6 years ago
  92. 896fc24 vhost: Remove unnecessary variable by Yunsheng Lin · 6 years ago
  93. 264b563 vhost/test: fix build for vhost test by Tiwei Bie · 6 years ago
  94. 93d2c4d vhost/test: fix build for vhost test by Tiwei Bie · 6 years ago
  95. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  96. 6dbd3e6 vhost/vsock: split packets to send using multiple buffers by Stefano Garzarella · 6 years ago
  97. 473c739 vsock/virtio: limit the memory used per-socket by Stefano Garzarella · 6 years ago
  98. 73f628e vhost: disable metadata prefetch optimization by Michael S. Tsirkin · 6 years ago
  99. 3a1d538 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  100. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago