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