1. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  2. 8b949be vhost_net: correctly check tx avail during rx busy polling by Jason Wang · 7 years ago
  3. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  4. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  5. 8d65843 Revert "vhost: cache used event for better performance" by Jason Wang · 7 years ago
  6. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  7. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  8. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  9. 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
  10. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  11. 12bdcbd vhost/scsi: Don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  12. f4660cc vhost/vsock: use static minor number by Stefan Hajnoczi · 7 years ago
  13. c67df11 vhost_net: try batch dequing from skb array by Jason Wang · 7 years ago
  14. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 7 years ago
  15. 82dfb54 VSOCK: Add virtio vsock vsockmon hooks by Gerard Garcia · 7 years ago
  16. 16320f3 vhost-vsock: add pkt cancel capability by Peng Tao · 8 years ago
  17. 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
  18. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  19. 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
  20. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  21. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  22. f889491 vhost: introduce O(1) vq metadata cache by Jason Wang · 8 years ago
  23. e3b56cd vhost: try avoiding avail index access when getting descriptor by Jason Wang · 8 years ago
  24. 9a393b5 tap: tap as an independent module by Sainath Grandhi · 8 years ago
  25. 635b8c8 tap: Renaming tap related APIs, data structures, macros by Sainath Grandhi · 8 years ago
  26. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  27. cda8bba vhost: fix initialization for vq->is_le by Halil Pasic · 8 years ago
  28. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 0516ffd vhost/vsock: handle vhost_vq_init_access() error by Stefan Hajnoczi · 8 years ago
  30. 532e15a vhost/scsi: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  31. 1d822a4 vhost: scsi: constify target_core_fabric_ops structures by Bhumika Goyal · 8 years ago
  32. 0ed005c vhost_net: tx batching by Jason Wang · 8 years ago
  33. 275bf96 vhost: better detection of available buffers by Jason Wang · 8 years ago
  34. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. b9fd06d vhost/scsi: Remove unused but set variable by Tobias Klauser · 8 years ago
  36. 9d1b972 vringh: kill off ACCESS_ONCE() by Mark Rutland · 8 years ago
  37. 809ecb9 vhost: cache used event for better performance by Jason Wang · 8 years ago
  38. 6c083c2 vsock: lookup and setup guest_cid inside vhost_vsock_lock by Gao feng · 8 years ago
  39. 72952cc vhost: add missing __user annotations by Michael S. Tsirkin · 8 years ago
  40. 2f952c0 vhost: make interval tree static inline by Michael S. Tsirkin · 8 years ago
  41. 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
  42. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  43. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. c458763 vhost-vsock: fix orphan connection reset by Peng Tao · 8 years ago
  45. 635abf0 vhost: remove unnecessary smp_mb from vhost_work_queue by Peng Tao · 8 years ago
  46. 1440a3a vhost-vsock: remove unused vq variable by Peng Tao · 8 years ago
  47. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  48. f2f09a4 locking/core: Remove cpu_relax_lowlatency() users by Christian Borntraeger · 8 years ago
  49. fbc1ec2 Merge 4.8-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  50. ca75d60 miscdevice: Add helper macro for misc device boilerplate by PrasannaKumar Muralidharan · 8 years ago
  51. a77ec83 vhost/scsi: fix reuse of &vq->iov[out] in response by Benjamin Coddington · 8 years ago
  52. 446374d vhost/test: fix after swiotlb changes by Michael S. Tsirkin · 8 years ago
  53. 3fda5d6 vhost/vsock: fix vhost virtio_vsock_pkt use-after-free by Stefan Hajnoczi · 8 years ago
  54. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  55. b226aca VSOCK: Use kvfree() by Wei Yongjun · 8 years ago
  56. 4d938245 vhost: split out vringh Kconfig by Michael S. Tsirkin · 8 years ago
  57. ec33d03 vhost: detect 32 bit integer wrap around by Michael S. Tsirkin · 8 years ago
  58. 6b1e6cc vhost: new device IOTLB API by Jason Wang · 8 years ago
  59. a9709d6 vhost: convert pre sorted vhost memory array to interval tree by Jason Wang · 8 years ago
  60. bfe2bc5 vhost: introduce vhost memory accessors by Jason Wang · 8 years ago
  61. 304ba62 VSOCK: Add Makefile and Kconfig by Asias He · 8 years ago
  62. 433fc58 VSOCK: Introduce vhost_vsock.ko by Asias He · 8 years ago
  63. 6190efb vhost: drop vringh dependency by Michael S. Tsirkin · 8 years ago
  64. 04b96e5 vhost: lockless enqueuing by Jason Wang · 8 years ago
  65. 7235acd vhost: simplify work flushing by Jason Wang · 8 years ago
  66. 1576d98 tun: switch to use skb array for tx by Jason Wang · 8 years ago
  67. 8241a1e vhost_net: stop polling socket during rx processing by Jason Wang · 8 years ago
  68. 36ec2dd target: make close_session optional by Christoph Hellwig · 8 years ago
  69. 22d1175 target: make ->shutdown_session optional by Christoph Hellwig · 8 years ago
  70. 5266e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  71. 65ea789 vhost/scsi: Convert to target_alloc_session usage by Nicholas Bellinger · 9 years ago
  72. 0308813 vhost_net: basic polling support by Jason Wang · 9 years ago
  73. d4a6060 vhost: introduce vhost_vq_avail_empty() by Jason Wang · 9 years ago
  74. 526d3e7 vhost: introduce vhost_has_work() by Jason Wang · 9 years ago
  75. 80f7d03 vhost: rename vhost_init_used() by Greg Kurz · 9 years ago
  76. c507203 vhost: rename cross-endian helpers by Greg Kurz · 9 years ago
  77. e1f33be vhost: fix error path in vhost_init_used() by Greg Kurz · 9 years ago
  78. 5fba13b vhost: replace % with & on data path by Michael S. Tsirkin · 9 years ago
  79. d542483 vhost: relax log address alignment by Michael S. Tsirkin · 9 years ago
  80. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  81. e407f39 vhost: fix performance on LE hosts by Michael S. Tsirkin · 9 years ago
  82. 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  83. 00ade1f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  84. 4e9fa50 vhost: move features to core by Michael S. Tsirkin · 9 years ago
  85. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  86. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  87. 1e09947 vhost: fix error handling for memory region alloc by Igor Mammedov · 9 years ago
  88. 7932c0b vhost: actually track log eventfd file by Marc-André Lureau · 9 years ago
  89. d1a343a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  90. c9ce42f vhost: add max_mem_regions module parameter by Igor Mammedov · 9 years ago
  91. 4de7255 vhost: extend memory regions allocation to vmalloc by Igor Mammedov · 9 years ago
  92. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  93. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  94. bcfeaca vhost: use binary search instead of linear in find_region() by Igor Mammedov · 9 years ago
  95. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  96. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  97. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  98. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  99. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. 2751c98 vhost: cross-endian support for legacy devices by Greg Kurz · 9 years ago