1. 3a1d538 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  2. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  3. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  4. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  5. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 5 years ago
  6. 098eadc vhost_net: disable zerocopy by default by Jason Wang · 5 years ago
  7. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 5 years ago
  8. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 5 years ago
  9. 0b4a709 vhost: fix clang build warning by Michael S. Tsirkin · 5 years ago
  10. 7f46603 vhost: access vq metadata through kernel virtual address by Jason Wang · 5 years ago
  11. feebcae vhost: factor out setting vring addr and num by Jason Wang · 5 years ago
  12. 4942e82 vhost: introduce helpers to get the size of metadata area by Jason Wang · 5 years ago
  13. 9b5e830 vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() by Jason Wang · 5 years ago
  14. 7b5d753 vhost: fine grain userspace memory accessors by Jason Wang · 5 years ago
  15. 1ab5d13 vhost: generalize adding used elem by Jason Wang · 5 years ago
  16. c1ea02f vhost: scsi: add weight support by Jason Wang · 6 years ago
  17. e79b431 vhost: vsock: add weight support by Jason Wang · 6 years ago
  18. e2412c0 vhost_net: fix possible infinite loop by Jason Wang · 6 years ago
  19. e82b9b0 vhost: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  20. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  21. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  22. 35c99ff Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  23. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  24. 889e31e vhost-scsi: remove incorrect memory barrier by Paolo Bonzini · 6 years ago
  25. 813dbeb vhost: reject zero size iova range by Jason Wang · 6 years ago
  26. 45ba8d5 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  27. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  28. cfdbb4ed vhost: silence an unused-variable warning by Arnd Bergmann · 6 years ago
  29. 816db76 vhost: correctly check the return value of translate_desc() in log_used() by Jason Wang · 6 years ago
  30. f80d2f0 scsi: target/core: Remove the write_pending_status() callback function by Bart Van Assche · 6 years ago
  31. b46a0bf vhost: fix OOB in get_rx_bufs() by Jason Wang · 6 years ago
  32. 7d0ae23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  33. bb617b9 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  34. cc5e710 vhost: log dirty page correctly by Jason Wang · 6 years ago
  35. 8e5dadf vhost/scsi: Use copy_to_iter() to send control queue response by Bijan Mottahedeh · 6 years ago
  36. 74ad741 vhost: return EINVAL if iovecs size does not match the message size by Pavel Tikhomirov · 6 years ago
  37. 7fbe078 vhost/vsock: fix vhost vsock cid hashing inconsistent by Zha Bin · 6 years ago
  38. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  39. d548e65 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  40. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  41. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  42. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  43. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  44. a691ffb vhost: correct the related warning message by wangyan · 6 years ago
  45. 6db3d8d vhost/vsock: switch to a mutex for vhost_vsock_hash by Stefan Hajnoczi · 6 years ago
  46. 86a07da Revert "net: vhost: lock the vqs one by one" by Jason Wang · 6 years ago
  47. 476e8ba vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll() by Jason Wang · 6 years ago
  48. 841df92 vhost: make sure used idx is seen before log in vhost_add_used_n() by Jason Wang · 6 years ago
  49. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  51. 834e772 vhost/vsock: fix use-after-free in network stack callers by Stefan Hajnoczi · 6 years ago
  52. c38f57d vhost/vsock: fix reset orphans race with close timeout by Stefan Hajnoczi · 6 years ago
  53. e3f7871 vhost: fix IOTLB locking by Jean-Philippe Brucker · 6 years ago
  54. 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
  55. 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
  56. d05faa5 drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  57. e4dab1e vhost_net: mitigate page reference counting during page frag refill by Jason Wang · 6 years ago
  58. b5b1de3 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  59. ff00226 vhost: Fix Spectre V1 vulnerability by Jason Wang · 6 years ago
  60. 09d7583 vhost/scsi: Use common handling code in request queue handler by Bijan Mottahedeh · 6 years ago
  61. 3f8ca2e vhost/scsi: Extract common handling code from control queue handler by Bijan Mottahedeh · 6 years ago
  62. 0d02dbd vhost/scsi: Respond to control queue operations by Bijan Mottahedeh · 6 years ago
  63. 4542d62 vhost/scsi: truncate T10 PI iov_iter to prot_bytes by Greg Edwards · 6 years ago
  64. abf1a08 net: vhost: remove bad code line by Tonghao Zhang · 6 years ago
  65. 441abde net: vhost: add rx busy polling in tx path by Tonghao Zhang · 6 years ago
  66. dc15128 net: vhost: factor out busy polling logic to vhost_net_busy_poll() by Tonghao Zhang · 6 years ago
  67. a6a67a2 net: vhost: replace magic number of lock annotation by Tonghao Zhang · 6 years ago
  68. 78139c9 net: vhost: lock the vqs one by one by Tonghao Zhang · 6 years ago
  69. 8a1aff1 vhost_net: add a missing error return by Dan Carpenter · 6 years ago
  70. 0a0be13 vhost_net: batch submitting XDP buffers to underlayer sockets by Jason Wang · 6 years ago
  71. fe8dd45 tun: switch to new type of msg_control by Jason Wang · 6 years ago
  72. 050cdc6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  73. 2d66f99 vhost: correctly check the iova range when waking virtqueue by Jason Wang · 6 years ago
  74. d002924 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  75. 864d39d vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048 by Greg Edwards · 6 years ago
  76. 84f3396 vhost: allow vhost-scsi driver to be built-in by Greg Edwards · 6 years ago
  77. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  78. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. b13f9c6 vhost: reset metadata cache when initializing new IOTLB by Jason Wang · 6 years ago
  80. 429711a vhost: switch to use new message format by Jason Wang · 6 years ago
  81. 25b8855 scsi: target: loop, usb, vhost, xen: use target_remove_session by Mike Christie · 6 years ago
  82. fa83428 scsi: target: rename target_alloc_session by Mike Christie · 6 years ago
  83. 4afb52c vhost_net: batch update used ring for datacopy TX by Jason Wang · 6 years ago
  84. d0d8697 vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH by Jason Wang · 6 years ago
  85. 09c3248 vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used() by Jason Wang · 6 years ago
  86. 0d20bdf vhost_net: split out datacopy logic by Jason Wang · 6 years ago
  87. c92a8a8 vhost_net: introduce tx_can_batch() by Jason Wang · 6 years ago
  88. a2a91a1 vhost_net: introduce get_tx_bufs() by Jason Wang · 6 years ago
  89. 272f35c vhost_net: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  90. b0d0ea5 vhost_net: introduce helper to initialize tx iov iter by Jason Wang · 6 years ago
  91. 652e4f3 vhost_net: drop unnecessary parameter by Jason Wang · 6 years ago
  92. 6369fec vhost_net: Avoid rx vring kicks during busyloop by Toshiaki Makita · 6 years ago
  93. be294a5 vhost_net: Avoid rx queue wake-ups during busypoll by Toshiaki Makita · 6 years ago
  94. 027b176 vhost_net: Avoid tx vring kicks during busyloop by Toshiaki Makita · 6 years ago
  95. 28b9b33 vhost_net: Rename local variables in vhost_net_rx_peek_head_len by Toshiaki Makita · 6 years ago
  96. aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 6 years ago
  97. b8f1f65 vhost_net: validate sock before trying to put its fd by Jason Wang · 6 years ago
  98. 10e9cbb scsi: target: Convert target drivers to use sbitmap by Matthew Wilcox · 6 years ago
  99. 83c2b54 scsi: target: Abstract tag freeing by Matthew Wilcox · 6 years ago
  100. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago