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