1. 2d66f99 vhost: correctly check the iova range when waking virtqueue by Jason Wang · 6 years ago
  2. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. b13f9c6 vhost: reset metadata cache when initializing new IOTLB by Jason Wang · 6 years ago
  4. 429711a vhost: switch to use new message format by Jason Wang · 6 years ago
  5. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  6. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  7. b2303d7 Convert vhost to struct_size by Matthew Wilcox · 7 years ago
  8. 670ae9c vhost: fix info leak due to uninitialized memory by Michael S. Tsirkin · 7 years ago
  9. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  10. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  11. 1b15ad6 vhost: synchronize IOTLB message with dev cleanup by Jason Wang · 7 years ago
  12. ddd3d40 vhost: return bool from *_access_ok() functions by Stefan Hajnoczi · 7 years ago
  13. d14d2b7 vhost: fix vhost_vq_access_ok() log check by Stefan Hajnoczi · 7 years ago
  14. 7ced6c9 vhost: Fix vhost_copy_to_user() by Eric Auger · 7 years ago
  15. 016c6f2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  16. d65026c vhost: validate log when IOTLB is enabled by Jason Wang · 7 years ago
  17. dc6455a vhost: correctly remove wait queue during poll failure by Jason Wang · 7 years ago
  18. 26b3660 vhost: fix vhost ioctl signature to build with clang by Sonny Rao · 7 years ago
  19. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  20. 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  21. d25cc43 vhost: don't hold onto file pointer for VHOST_SET_LOG_FD by Eric Biggers · 7 years ago
  22. 09f332a vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR by Eric Biggers · 7 years ago
  23. e050c7d vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL by Eric Biggers · 7 years ago
  24. f6f93f7 vhost: remove unused lock check flag in vhost_dev_cleanup() by 夷则(Caspar) · 7 years ago
  25. ac964d7 vhost: Remove the unused variable. by Tonghao Zhang · 7 years ago
  26. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  27. 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
  28. 6f3180a vhost: do not try to access device IOTLB when not initialized by Jason Wang · 7 years ago
  29. e9cb4239 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() by Jason Wang · 7 years ago
  30. 3a5db0b drivers/vhost: Remove now-redundant read_barrier_depends() by Paul E. McKenney · 7 years ago
  31. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  32. 58e3b60 vhost: annotate vhost_poll by Al Viro · 8 years ago
  33. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago
  34. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  35. ca2c5b3 vhost: fix end of range for access_ok by Michael S. Tsirkin · 7 years ago
  36. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  37. 8d65843 Revert "vhost: cache used event for better performance" by Jason Wang · 7 years ago
  38. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  39. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 8 years ago
  40. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  42. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  43. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  44. f889491 vhost: introduce O(1) vq metadata cache by Jason Wang · 8 years ago
  45. e3b56cd vhost: try avoiding avail index access when getting descriptor by Jason Wang · 8 years ago
  46. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. cda8bba vhost: fix initialization for vq->is_le by Halil Pasic · 8 years ago
  48. 275bf96 vhost: better detection of available buffers by Jason Wang · 8 years ago
  49. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  50. 809ecb9 vhost: cache used event for better performance by Jason Wang · 8 years ago
  51. 72952cc vhost: add missing __user annotations by Michael S. Tsirkin · 8 years ago
  52. 2f952c0 vhost: make interval tree static inline by Michael S. Tsirkin · 8 years ago
  53. 635abf0 vhost: remove unnecessary smp_mb from vhost_work_queue by Peng Tao · 8 years ago
  54. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  55. ec33d03 vhost: detect 32 bit integer wrap around by Michael S. Tsirkin · 8 years ago
  56. 6b1e6cc vhost: new device IOTLB API by Jason Wang · 9 years ago
  57. a9709d6 vhost: convert pre sorted vhost memory array to interval tree by Jason Wang · 9 years ago
  58. bfe2bc5 vhost: introduce vhost memory accessors by Jason Wang · 9 years ago
  59. 04b96e5 vhost: lockless enqueuing by Jason Wang · 9 years ago
  60. 7235acd vhost: simplify work flushing by Jason Wang · 9 years ago
  61. 0308813 vhost_net: basic polling support by Jason Wang · 9 years ago
  62. d4a6060 vhost: introduce vhost_vq_avail_empty() by Jason Wang · 9 years ago
  63. 526d3e7 vhost: introduce vhost_has_work() by Jason Wang · 9 years ago
  64. 80f7d03 vhost: rename vhost_init_used() by Greg Kurz · 9 years ago
  65. c507203 vhost: rename cross-endian helpers by Greg Kurz · 9 years ago
  66. e1f33be vhost: fix error path in vhost_init_used() by Greg Kurz · 9 years ago
  67. 5fba13b vhost: replace % with & on data path by Michael S. Tsirkin · 9 years ago
  68. d542483 vhost: relax log address alignment by Michael S. Tsirkin · 9 years ago
  69. 1e09947 vhost: fix error handling for memory region alloc by Igor Mammedov · 9 years ago
  70. 7932c0b vhost: actually track log eventfd file by Marc-André Lureau · 9 years ago
  71. c9ce42f vhost: add max_mem_regions module parameter by Igor Mammedov · 10 years ago
  72. 4de7255 vhost: extend memory regions allocation to vmalloc by Igor Mammedov · 10 years ago
  73. bcfeaca vhost: use binary search instead of linear in find_region() by Igor Mammedov · 10 years ago
  74. 2751c98 vhost: cross-endian support for legacy devices by Greg Kurz · 10 years ago
  75. aad9a1c vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec() by Al Viro · 10 years ago
  76. 5d9a07b vhost: relax used address alignment by Michael S. Tsirkin · 10 years ago
  77. 3b1bbe8 vhost: virtio 1.0 endian-ness support by Michael S. Tsirkin · 10 years ago
  78. 64f7f05 vhost: switch to __get/__put_user exclusively by Michael S. Tsirkin · 10 years ago
  79. 47283be vhost: move memory pointer to VQs by Michael S. Tsirkin · 11 years ago
  80. ea16c51 vhost: move acked_features to VQs by Michael S. Tsirkin · 11 years ago
  81. 98f9ca0 vhost: replace rcu with mutex by Michael S. Tsirkin · 11 years ago
  82. 59566b6e vhost: remove the dead branch by Zhi Yong Wu · 11 years ago
  83. ac9fde2 vhost: wake up worker outside spin_lock by Qin Chuanyu · 12 years ago
  84. c49e4e5 vhost: switch to use vhost_add_used_n() by Jason Wang · 11 years ago
  85. 35596b2 vhost: Include linux/uio.h instead of linux/socket.h by Asias He · 11 years ago
  86. 6ac1afb vhost: Make vhost a separate module by Asias He · 12 years ago
  87. 6d5e6aa vhost: Simplify dev->vqs[i] access by Asias He · 12 years ago
  88. 05c0535 vhost: check owner before we overwrite ubuf_info by Michael S. Tsirkin · 12 years ago
  89. 7542a6b vhost: drop virtio_net.h dependency by Michael S. Tsirkin · 12 years ago
  90. 54db63c vhost: Export vhost_dev_set_owner by Asias He · 12 years ago
  91. 150b9e5 vhost: fix error handling in RESET_OWNER ioctl by Michael S. Tsirkin · 12 years ago
  92. 81f95a5 vhost: move per-vq net specific fields out to net by Michael S. Tsirkin · 12 years ago
  93. 2839400 vhost: move vhost-net zerocopy fields to net.c by Asias He · 12 years ago
  94. 3ab2e42 vhost: Allow device specific fields per vq by Asias He · 12 years ago
  95. 70181d51 vhost_net: remove tx polling state by Jason Wang · 12 years ago
  96. 2b8b328 vhost_net: handle polling errors when setting backend by Jason Wang · 12 years ago
  97. 935cdee vhost: avoid backend flush on vring ops by Michael S. Tsirkin · 12 years ago
  98. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  99. bd97120 vhost: fix length for cross region descriptor by Michael S. Tsirkin · 12 years ago
  100. b211616 vhost: move -net specific code out by Michael S. Tsirkin · 12 years ago