1. 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 9 months ago
  2. 4c630f3 mm/gup: remove vmas parameter from pin_user_pages() by Lorenzo Stoakes · 1 year, 10 months ago
  3. beee7fd vhost_vdpa: support PACKED when setting-getting vring_base by Shannon Nelson · 1 year, 11 months ago
  4. 55d8122 vhost: support PACKED when setting-getting vring_base by Shannon Nelson · 1 year, 11 months ago
  5. 4b13cbe vhost: Fix worker hangs due to missed wake up calls by Mike Christie · 1 year, 9 months ago
  6. a284f09 vhost: Fix crash during early vhost_transport_send_pkt calls by Mike Christie · 1 year, 9 months ago
  7. 1f5d2e3 vhost_net: revert upend_idx only on retriable error by Andrey Smetanin · 1 year, 11 months ago
  8. 376daf31 vhost_vdpa: tell vqs about the negotiated by Shannon Nelson · 1 year, 11 months ago
  9. 4d8df0f vhost: use kzalloc() instead of kmalloc() followed by memset() by Prathu Baronia · 1 year, 10 months ago
  10. f9010db fork, vhost: Use CLONE_THREAD to fix freezer/ps regression by Mike Christie · 1 year, 10 months ago
  11. 586b222 Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
  12. 8ccd54f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 1 year, 11 months ago
  13. 556eb8b Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 11 months ago
  14. 6e98b09 Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 11 months ago
  15. b68ee1c Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 11 months ago
  16. 3323ddc Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 1 year, 11 months ago
  17. c23f289 Merge tag 'docs-6.4' of git://git.lwn.net/linux by Linus Torvalds · 1 year, 11 months ago
  18. b9dff21 Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
  19. 5a4d3b3 Merge branch 'v6.3-rc7' by Peter Zijlstra · 1 year, 11 months ago
  20. c82729e vhost_vdpa: fix unmap process in no-batch mode by Cindy Lu · 1 year, 11 months ago
  21. 42823a8 vringh: support VA with iotlb by Stefano Garzarella · 2 years ago
  22. f609d6c vringh: define the stride used for translation by Stefano Garzarella · 2 years ago
  23. c037178 vringh: replace kmap_atomic() with kmap_local_page() by Stefano Garzarella · 2 years ago
  24. 9067de4 vhost-vdpa: use bind_mm/unbind_mm device callbacks by Stefano Garzarella · 2 years ago
  25. 905233a vringh: fix typos in the vringh_init_* documentation by Stefano Garzarella · 2 years ago
  26. 5e68470 vdpa: Add eventfd for the vdpa callback by Xie Yongji · 2 years ago
  27. bea273c vhost-scsi: Reduce vhost_scsi_mutex use by Mike Christie · 2 years ago
  28. f5ed6f9e vhost-scsi: Drop vhost_scsi_mutex use in port callouts by Mike Christie · 2 years ago
  29. ced9eb3 vhost-scsi: Check for a cleared backend before queueing an event by Mike Christie · 2 years ago
  30. eb1b291 vhost-scsi: Drop device mutex use in vhost_scsi_do_plug by Mike Christie · 2 years ago
  31. 9a10cb4d vhost-scsi: Delay releasing our refcount on the tpg by Mike Christie · 2 years ago
  32. e4be66e vhost: use struct_size and size_add to compute flex array sizes by Jacob Keller · 2 years ago
  33. 800e68c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  34. 4c363c8 vhost-scsi: Fix crash during LUN unmapping by Mike Christie · 2 years ago
  35. e508efc vhost-scsi: Fix vhost_scsi struct use after free by Mike Christie · 2 years ago
  36. cd8fe5b Merge 6.3-rc5 into driver-core-next by Greg Kroah-Hartman · 2 years ago
  37. ff61f07 docs: move x86 documentation into Documentation/arch/ by Jonathan Corbet · 2 years ago
  38. de4f5fe iov_iter: add iter_iovec() helper by Jens Axboe · 2 years ago
  39. 634f1a7 vsock: support sockmap by Bobby Eshleman · 2 years ago
  40. 94a1150 vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type * by Greg Kroah-Hartman · 2 years ago
  41. 6e890c5 vhost: use vhost_tasks for worker threads by Mike Christie · 2 years ago
  42. 1a5f809 vhost: move worker thread fields to new struct by Mike Christie · 2 years ago
  43. e297cd5 vhost_task: Allow vhost layer to use copy_process by Mike Christie · 2 years ago
  44. 05bfb33 vhost: Fix livepatch timeouts in vhost_worker() by Josh Poimboeuf · 2 years, 1 month ago
  45. 22ebaf6 scsi: vhost-scsi: Remove default fabric ops callouts by Dmitry Bogdanov · 2 years ago
  46. 5a52215 vhost-vdpa: free iommu domain after last use during cleanup by Gautam Dawar · 2 years ago
  47. 84cc667 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 2 years, 1 month ago
  48. a13de74 Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 2 years, 1 month ago
  49. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 1 month ago
  50. 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 1 month ago
  51. 6830a6a vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails by Alvaro Karsz · 2 years, 1 month ago
  52. 313389b vhost-net: support VIRTIO_F_RING_RESET by Kangjie Xu · 2 years, 7 months ago
  53. b3d4f02 vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit by Bo Liu · 2 years, 1 month ago
  54. 759aba1 vhost: remove unused paramete by Liming Wu · 2 years, 2 months ago
  55. 62b763a vhost-test: remove meaningless debug info by Liming Wu · 2 years, 2 months ago
  56. 3b688d7 vhost-vdpa: uAPI to resume the device by Sebastien Boeuf · 2 years, 2 months ago
  57. 69106b6 vhost-vdpa: Introduce RESUME backend feature bit by Sebastien Boeuf · 2 years, 2 months ago
  58. 5b0ed59 Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
  59. bedd29d Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 2 years, 1 month ago
  60. 1c71222 mm: replace vma->vm_flags direct modifications with modifier calls by Suren Baghdasaryan · 2 years, 2 months ago
  61. 58dfe14 vringh: use bvec_set_page to initialize a bvec by Christoph Hellwig · 2 years, 1 month ago
  62. 82b4a94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 1 month ago
  63. 6dd88fd vhost-scsi: unbreak any layout for response by Jason Wang · 2 years, 2 months ago
  64. 9526f9a vhost/net: Clear the pending messages when the backend is removed by Eric Auger · 2 years, 2 months ago
  65. 1369459 iommu: Add a gfp parameter to iommu_map() by Jason Gunthorpe · 2 years, 2 months ago
  66. 71dc9ec virtio/vsock: replace virtio_vsock_pkt with sk_buff by Bobby Eshleman · 2 years, 2 months ago
  67. e794070 vhost_vdpa: fix the crash in unmap a large memory by Cindy Lu · 2 years, 3 months ago
  68. c070c19 vhost-vdpa: fix an iotlb memory leak by Stefano Garzarella · 2 years, 4 months ago
  69. 9804731 vhost: fix range used in translate_desc() by Stefano Garzarella · 2 years, 4 months ago
  70. f85efa9 vringh: fix range used in iotlb_translate() by Stefano Garzarella · 2 years, 4 months ago
  71. 7a4efe1 vhost/vsock: Fix error handling in vhost_vsock_init() by Yuan Can · 2 years, 4 months ago
  72. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
  73. e3bf3df [vhost] fix 'direction' argument of iov_iter_{init,bvec}() by Al Viro · 2 years, 6 months ago
  74. 8aeab13 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 2 years, 5 months ago
  75. 078adb3 vhost: add __init/__exit annotations to module init/exit funcs by Xiu Jianfeng · 2 years, 6 months ago
  76. e52f7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  77. 0e3f729 vhost/vsock: Use kvmalloc/kvfree for larger packets. by Junichi Uekawa · 2 years, 6 months ago
  78. dfff202 vhost/net: use struct ubuf_info_msgzc by Pavel Begunkov · 2 years, 6 months ago
  79. 7a53e17 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 2 years, 7 months ago
  80. f345a01 vhost-vdpa: uAPI to suspend the device by Eugenio Pérez · 2 years, 7 months ago
  81. 0723f1d vhost-vdpa: introduce SUSPEND backend feature bit by Eugenio Pérez · 2 years, 7 months ago
  82. ebe6a35 vhost-vdpa: Call ida_simple_remove() when failed by Bo Liu · 2 years, 7 months ago
  83. f49c222 vhost scsi: Allow user to control num virtqueues by Mike Christie · 2 years, 8 months ago
  84. 5a4b042 vhost-scsi: Fix max number of virtqueues by Mike Christie · 2 years, 8 months ago
  85. 366958a vdpa: Use device_iommu_capable() by Robin Murphy · 2 years, 9 months ago
  86. 309bba3 vringh: iterate on iotlb_translate to handle large translations by Stefano Garzarella · 2 years, 9 months ago
  87. 1ef255e iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() by Al Viro · 2 years, 9 months ago
  88. 037d430 vhost-vdpa: call vhost_vdpa_cleanup during the release by Stefano Garzarella · 2 years, 9 months ago
  89. 00d1f54 vdpa: make get_vq_group and set_group_asid optional by Jason Wang · 2 years, 9 months ago
  90. dbd29e0 vringh: Fix loop descriptors check in the indirect cases by Xie Yongji · 2 years, 10 months ago
  91. b2ffa407 vhost: rename vhost_work_dev_flush by Mike Christie · 2 years, 10 months ago
  92. f3a1aad vhost-test: drop flush after vhost_dev_cleanup by Mike Christie · 2 years, 10 months ago
  93. c3d284c vhost-scsi: drop flush after vhost_dev_cleanup by Mike Christie · 2 years, 10 months ago
  94. 15538ba vhost_vsock: simplify vhost_vsock_flush() by Andrey Ryabinin · 2 years, 10 months ago
  95. c551475 vhost_test: remove vhost_test_flush_vq() by Andrey Ryabinin · 2 years, 10 months ago
  96. 2c029f3 vhost_net: get rid of vhost_net_flush_vq() and extra flush calls by Andrey Ryabinin · 2 years, 10 months ago
  97. 6ca8432 vhost: flush dev once during vhost_dev_stop by Mike Christie · 2 years, 10 months ago
  98. 6fcf224 vhost: get rid of vhost_poll_flush() wrapper by Andrey Ryabinin · 2 years, 10 months ago
  99. f4a8686 vhost-vdpa: return -EFAULT on copy_to_user() failure by Dan Carpenter · 2 years, 10 months ago
  100. aaca837 vhost-vdpa: support ASID based IOTLB API by Gautam Dawar · 3 years ago