1. 3a40307 vhost_net: examine pointer types during un-producing by Jason Wang · 7 years ago
  2. 303fd71b vhost_net: keep private_data and rx_ring synced by Jason Wang · 7 years ago
  3. ab7e34b vhost_net: initialize rx_ring in vhost_net_open() by Alexander Potapenko · 7 years ago
  4. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  5. 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  6. d25cc43 vhost: don't hold onto file pointer for VHOST_SET_LOG_FD by Eric Biggers · 7 years ago
  7. 09f332a vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR by Eric Biggers · 7 years ago
  8. e050c7d vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL by Eric Biggers · 7 years ago
  9. f6f93f7 vhost: remove unused lock check flag in vhost_dev_cleanup() by 夷则(Caspar) · 7 years ago
  10. ac964d7 vhost: Remove the unused variable. by Tonghao Zhang · 7 years ago
  11. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  12. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. 473f0b1 vhost/scsi: Improve a size determination in four functions by Markus Elfring · 8 years ago
  14. 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
  15. 4cd8795 vhost_net: stop device during reset owner by Jason Wang · 7 years ago
  16. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 6f3180a vhost: do not try to access device IOTLB when not initialized by Jason Wang · 7 years ago
  18. e9cb4239 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() by Jason Wang · 7 years ago
  19. e2b3b35 vhost_net: batch used ring update in rx by Jason Wang · 7 years ago
  20. fc72d1d tuntap: XDP transmission by Jason Wang · 7 years ago
  21. 5990a30 tun/tap: use ptr_ring instead of skb_array by Jason Wang · 7 years ago
  22. 475c5ee Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  23. 3a5db0b drivers/vhost: Remove now-redundant read_barrier_depends() by Paul E. McKenney · 7 years ago
  24. 6e47408 vhost: fix skb leak in handle_rx() by Wei Xu · 7 years ago
  25. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  26. 58e3b60 vhost: annotate vhost_poll by Al Viro · 8 years ago
  27. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago
  28. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  29. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  30. 18c83d2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  31. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  32. feb8892 vhost_net: conditionally enable tx polling by Jason Wang · 7 years ago
  33. a72b69d vhost/vsock: fix uninitialized vhost_vsock->guest_cid by Stefan Hajnoczi · 7 years ago
  34. ca2c5b3 vhost: fix end of range for access_ok by Michael S. Tsirkin · 7 years ago
  35. 816e85e vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() by Byungchul Park · 7 years ago
  36. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  37. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  38. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  39. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  40. 2f240c4 vhost/scsi: switch to iov_iter_get_pages() by Al Viro · 7 years ago
  41. 11d49e9 fix a page leak in vhost_scsi_iov_to_sgl() error recovery by Al Viro · 7 years ago
  42. 1e6f745 vhost_net: do not stall on zerocopy depletion by Willem de Bruijn · 7 years ago
  43. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  44. 8b949be vhost_net: correctly check tx avail during rx busy polling by Jason Wang · 7 years ago
  45. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  46. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 8 years ago
  47. 8d65843 Revert "vhost: cache used event for better performance" by Jason Wang · 8 years ago
  48. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  49. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 8 years ago
  50. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  51. f4dd029 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  52. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  53. 12bdcbd vhost/scsi: Don't reinvent the wheel but use existing llist API by Byungchul Park · 8 years ago
  54. f4660cc vhost/vsock: use static minor number by Stefan Hajnoczi · 8 years ago
  55. c67df11 vhost_net: try batch dequing from skb array by Jason Wang · 8 years ago
  56. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 8 years ago
  57. 82dfb54 VSOCK: Add virtio vsock vsockmon hooks by Gerard Garcia · 8 years ago
  58. 16320f3 vhost-vsock: add pkt cancel capability by Peng Tao · 8 years ago
  59. 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
  60. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  61. 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
  62. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  63. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  64. f889491 vhost: introduce O(1) vq metadata cache by Jason Wang · 8 years ago
  65. e3b56cd vhost: try avoiding avail index access when getting descriptor by Jason Wang · 8 years ago
  66. 9a393b5 tap: tap as an independent module by Sainath Grandhi · 8 years ago
  67. 635b8c8 tap: Renaming tap related APIs, data structures, macros by Sainath Grandhi · 8 years ago
  68. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. cda8bba vhost: fix initialization for vq->is_le by Halil Pasic · 8 years ago
  70. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 0516ffd vhost/vsock: handle vhost_vq_init_access() error by Stefan Hajnoczi · 8 years ago
  72. 532e15a vhost/scsi: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  73. 1d822a4 vhost: scsi: constify target_core_fabric_ops structures by Bhumika Goyal · 8 years ago
  74. 0ed005c vhost_net: tx batching by Jason Wang · 8 years ago
  75. 275bf96 vhost: better detection of available buffers by Jason Wang · 8 years ago
  76. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. b9fd06d vhost/scsi: Remove unused but set variable by Tobias Klauser · 8 years ago
  78. 9d1b972 vringh: kill off ACCESS_ONCE() by Mark Rutland · 8 years ago
  79. 809ecb9 vhost: cache used event for better performance by Jason Wang · 8 years ago
  80. 6c083c2 vsock: lookup and setup guest_cid inside vhost_vsock_lock by Gao feng · 8 years ago
  81. 72952cc vhost: add missing __user annotations by Michael S. Tsirkin · 8 years ago
  82. 2f952c0 vhost: make interval tree static inline by Michael S. Tsirkin · 8 years ago
  83. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  85. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  86. c458763 vhost-vsock: fix orphan connection reset by Peng Tao · 8 years ago
  87. 635abf0 vhost: remove unnecessary smp_mb from vhost_work_queue by Peng Tao · 8 years ago
  88. 1440a3a vhost-vsock: remove unused vq variable by Peng Tao · 8 years ago
  89. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  90. f2f09a4 locking/core: Remove cpu_relax_lowlatency() users by Christian Borntraeger · 8 years ago
  91. fbc1ec2 Merge 4.8-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  92. ca75d60 miscdevice: Add helper macro for misc device boilerplate by PrasannaKumar Muralidharan · 8 years ago
  93. a77ec83 vhost/scsi: fix reuse of &vq->iov[out] in response by Benjamin Coddington · 9 years ago
  94. 446374d vhost/test: fix after swiotlb changes by Michael S. Tsirkin · 8 years ago
  95. 3fda5d6 vhost/vsock: fix vhost virtio_vsock_pkt use-after-free by Stefan Hajnoczi · 9 years ago
  96. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  97. b226aca VSOCK: Use kvfree() by Wei Yongjun · 9 years ago
  98. 4d938245 vhost: split out vringh Kconfig by Michael S. Tsirkin · 9 years ago
  99. ec33d03 vhost: detect 32 bit integer wrap around by Michael S. Tsirkin · 9 years ago
  100. 6b1e6cc vhost: new device IOTLB API by Jason Wang · 9 years ago