1. f7ad318 vhost: Fix the calculation in vhost_overflow() by Xie Yongji · 3 years, 6 months ago
  2. 1465cb6 vhost: remove work arg from vhost_work_flush by Mike Christie · 3 years, 8 months ago
  3. beb691e vhost: Fix vhost_vq_reset() by Laurent Vivier · 3 years, 10 months ago
  4. 6bcf342 vhost: add helper to check if a vq has been setup by Mike Christie · 4 years, 2 months ago
  5. 86e182f vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call by Zhu Lingshan · 4 years, 4 months ago
  6. 5e5e873 vhost: reduce stack usage in log_used by Li Wang · 4 years, 4 months ago
  7. ab51225 vhost: Don't call log_access_ok() when using IOTLB by Greg Kurz · 4 years, 3 months ago
  8. 71878fa vhost: Use vhost_get_used_size() in vhost_vring_set_addr() by Greg Kurz · 4 years, 3 months ago
  9. 0210a8d vhost: Don't call access_ok() when using IOTLB by Greg Kurz · 4 years, 3 months ago
  10. ae6961d vhost: fix typo in error message by Yunsheng Lin · 4 years, 5 months ago
  11. 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
  12. 460f7ce vhost: generialize backend features setting/getting by Jason Wang · 4 years, 5 months ago
  13. 265a0ad vhost: introduce vhost_vring_call by Zhu Lingshan · 4 years, 6 months ago
  14. bf11d71 vhost: Use flex_array_size() helper in copy_from_user() by Gustavo A. R. Silva · 4 years, 6 months ago
  15. 71c0b9a vhost: Remove redundant use of read_barrier_depends() barrier by Will Deacon · 5 years ago
  16. 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  17. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
  18. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
  19. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
  20. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  21. 690623e vhost: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
  22. e0136c1 vhost: replace -1 with VHOST_FILE_UNBIND in ioctls by Zhu Lingshan · 4 years, 7 months ago
  23. 002ef18 vhost: (cosmetic) remove a superfluous variable initialisation by Guennadi Liakhovetski · 4 years, 8 months ago
  24. 5ce995f vhost: use mmgrab() instead of mmget() for non worker device by Jason Wang · 4 years, 8 months ago
  25. 01fcb1c vhost: allow device that does not depend on vhost worker by Jason Wang · 4 years, 8 months ago
  26. a865e42 virtio: force spec specified alignment on types by Michael S. Tsirkin · 4 years, 9 months ago
  27. 1b0be99 vhost: missing __user tags by Michael S. Tsirkin · 4 years, 8 months ago
  28. 0bbe306 vhost: factor out IOTLB by Jason Wang · 4 years, 10 months ago
  29. 792a4f2 vhost: allow per device message handler by Jason Wang · 4 years, 10 months ago
  30. 8f6a7f9 vhost, kcov: collect coverage from vhost_worker by Andrey Konovalov · 5 years ago
  31. 0d4a3f2 Revert "vhost: block speculation of translated descriptors" by Michael S. Tsirkin · 5 years ago
  32. 060423b vhost: make sure log_num < in_num by yongduan · 5 years ago
  33. a89db44 vhost: block speculation of translated descriptors by Michael S. Tsirkin · 5 years ago
  34. 3d2c7d3 Revert "vhost: access vq metadata through kernel virtual address" by Michael S. Tsirkin · 5 years ago
  35. 896fc24 vhost: Remove unnecessary variable by Yunsheng Lin · 5 years ago
  36. 3a1d538 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  37. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  38. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
  39. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
  40. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 6 years ago
  41. 7f46603 vhost: access vq metadata through kernel virtual address by Jason Wang · 6 years ago
  42. feebcae vhost: factor out setting vring addr and num by Jason Wang · 6 years ago
  43. 4942e82 vhost: introduce helpers to get the size of metadata area by Jason Wang · 6 years ago
  44. 9b5e830 vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() by Jason Wang · 6 years ago
  45. 7b5d753 vhost: fine grain userspace memory accessors by Jason Wang · 6 years ago
  46. 1ab5d13 vhost: generalize adding used elem by Jason Wang · 6 years ago
  47. e82b9b0 vhost: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  48. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  49. 813dbeb vhost: reject zero size iova range by Jason Wang · 6 years ago
  50. cfdbb4ed vhost: silence an unused-variable warning by Arnd Bergmann · 6 years ago
  51. 816db76 vhost: correctly check the return value of translate_desc() in log_used() by Jason Wang · 6 years ago
  52. b46a0bf vhost: fix OOB in get_rx_bufs() by Jason Wang · 6 years ago
  53. 7d0ae23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  54. cc5e710 vhost: log dirty page correctly by Jason Wang · 6 years ago
  55. 74ad741 vhost: return EINVAL if iovecs size does not match the message size by Pavel Tikhomirov · 6 years ago
  56. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  57. 86a07da Revert "net: vhost: lock the vqs one by one" by Jason Wang · 6 years ago
  58. 841df92 vhost: make sure used idx is seen before log in vhost_add_used_n() by Jason Wang · 6 years ago
  59. e3f7871 vhost: fix IOTLB locking by Jean-Philippe Brucker · 6 years ago
  60. ff00226 vhost: Fix Spectre V1 vulnerability by Jason Wang · 6 years ago
  61. 78139c9 net: vhost: lock the vqs one by one by Tonghao Zhang · 6 years ago
  62. 2d66f99 vhost: correctly check the iova range when waking virtqueue by Jason Wang · 6 years ago
  63. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. b13f9c6 vhost: reset metadata cache when initializing new IOTLB by Jason Wang · 6 years ago
  65. 429711a vhost: switch to use new message format by Jason Wang · 6 years ago
  66. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  67. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  68. b2303d7 Convert vhost to struct_size by Matthew Wilcox · 7 years ago
  69. 670ae9c vhost: fix info leak due to uninitialized memory by Michael S. Tsirkin · 7 years ago
  70. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  71. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  72. 1b15ad6 vhost: synchronize IOTLB message with dev cleanup by Jason Wang · 7 years ago
  73. ddd3d40 vhost: return bool from *_access_ok() functions by Stefan Hajnoczi · 7 years ago
  74. d14d2b7 vhost: fix vhost_vq_access_ok() log check by Stefan Hajnoczi · 7 years ago
  75. 7ced6c9 vhost: Fix vhost_copy_to_user() by Eric Auger · 7 years ago
  76. 016c6f2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  77. d65026c vhost: validate log when IOTLB is enabled by Jason Wang · 7 years ago
  78. dc6455a vhost: correctly remove wait queue during poll failure by Jason Wang · 7 years ago
  79. 26b3660 vhost: fix vhost ioctl signature to build with clang by Sonny Rao · 7 years ago
  80. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  81. 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  82. d25cc43 vhost: don't hold onto file pointer for VHOST_SET_LOG_FD by Eric Biggers · 7 years ago
  83. 09f332a vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR by Eric Biggers · 7 years ago
  84. e050c7d vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL by Eric Biggers · 7 years ago
  85. f6f93f7 vhost: remove unused lock check flag in vhost_dev_cleanup() by 夷则(Caspar) · 7 years ago
  86. ac964d7 vhost: Remove the unused variable. by Tonghao Zhang · 7 years ago
  87. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  89. 6f3180a vhost: do not try to access device IOTLB when not initialized by Jason Wang · 7 years ago
  90. e9cb4239 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() by Jason Wang · 7 years ago
  91. 3a5db0b drivers/vhost: Remove now-redundant read_barrier_depends() by Paul E. McKenney · 7 years ago
  92. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  93. 58e3b60 vhost: annotate vhost_poll by Al Viro · 8 years ago
  94. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago
  95. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  96. ca2c5b3 vhost: fix end of range for access_ok by Michael S. Tsirkin · 7 years ago
  97. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  98. 8d65843 Revert "vhost: cache used event for better performance" by Jason Wang · 7 years ago
  99. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  100. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 8 years ago