1. 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
  2. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  3. ffaa6ce virtio-mem: use a single dynamic memory group for a single virtio-mem device by David Hildenbrand · 3 years, 4 months ago
  4. e1c158e mm/memory_hotplug: remove nid parameter from remove_memory() and friends by David Hildenbrand · 3 years, 4 months ago
  5. 81a83d7 virtio-balloon: Use virtio_find_vqs() helper by Xianting Tian · 3 years, 5 months ago
  6. 694a111 virtio: Bind virtio device to device-tree node by Viresh Kumar · 3 years, 5 months ago
  7. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
  8. 425bec0 virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb() by David Hildenbrand · 3 years, 4 months ago
  9. f8ce726 virtio_ring: pull in spinlock header by Michael S. Tsirkin · 3 years, 5 months ago
  10. cb5d2c1 virtio_vdpa: reject invalid vq indices by Vincent Whitchurch · 3 years, 6 months ago
  11. 43bb40c5 virtio_pci: Support surprise removal of virtio pci device by Parav Pandit · 3 years, 5 months ago
  12. 0e566c8 virtio: Protect vqs list access by Parav Pandit · 3 years, 5 months ago
  13. 249f255 virtio: Keep vring_del_virtqueue() mirror of VQ create by Parav Pandit · 3 years, 5 months ago
  14. 60f0779 virtio: Improve vq->broken access to avoid any compiler optimization by Parav Pandit · 3 years, 5 months ago
  15. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  16. 1eb8df1 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 6 months ago
  17. db7b337 virtio-mem: prioritize unplug from ZONE_MOVABLE in Big Block Mode by David Hildenbrand · 3 years, 7 months ago
  18. c6bc142 virtio-mem: simplify high-level unplug handling in Big Block Mode by David Hildenbrand · 3 years, 7 months ago
  19. c740bb9 virtio-mem: prioritize unplug from ZONE_MOVABLE in Sub Block Mode by David Hildenbrand · 3 years, 7 months ago
  20. 5304ca3 virtio-mem: simplify high-level unplug handling in Sub Block Mode by David Hildenbrand · 3 years, 7 months ago
  21. f4cf803 virtio-mem: simplify high-level plug handling in Sub Block Mode by David Hildenbrand · 3 years, 7 months ago
  22. 49d4287 virtio-mem: use page_zonenum() in virtio_mem_fake_offline() by David Hildenbrand · 3 years, 7 months ago
  23. 500817b virtio-mem: don't read big block size in Sub Block Mode by David Hildenbrand · 3 years, 7 months ago
  24. efa08cb virtio/vdpa: clear the virtqueue state during probe by Eli Cohen · 3 years, 7 months ago
  25. 0140b3d virtio-pci library: introduce vp_modern_get_driver_features() by Jason Wang · 3 years, 7 months ago
  26. 72b5e89 virtio-ring: store DMA metadata in desc_extra for split virtqueue by Jason Wang · 3 years, 7 months ago
  27. 5bc7223 virtio: use err label in __vring_new_virtqueue() by Jason Wang · 3 years, 7 months ago
  28. fe4c386 virtio_ring: introduce virtqueue_desc_add_split() by Jason Wang · 3 years, 7 months ago
  29. 4459386 virtio_ring: secure handling of mapping errors by Jason Wang · 3 years, 7 months ago
  30. 5a22242 virtio-ring: factor out desc_extra allocation by Jason Wang · 3 years, 7 months ago
  31. 1f28750 virtio_ring: rename vring_desc_extra_packed by Jason Wang · 3 years, 7 months ago
  32. aeef9b4 virtio-ring: maintain next in extra state for packed virtqueue by Jason Wang · 3 years, 7 months ago
  33. 8d622d2 virtio: fix up virtio_disable_cb by Michael S. Tsirkin · 3 years, 9 months ago
  34. 31c11db virtio_ring: Fix kernel-doc by Yang Li · 3 years, 7 months ago
  35. 6cc26d7 virtio-mem: use page_offline_(start|end) when setting PageOffline() by David Hildenbrand · 3 years, 6 months ago
  36. f8af4d0 virtio_balloon: specify page reporting order if needed by Gavin Shan · 3 years, 6 months ago
  37. d7bce85 virtio_pci_modern: correct sparse tags for notify by Michael S. Tsirkin · 3 years, 8 months ago
  38. 0f8a0b0 virtio_pci_modern: __force cast the notify mapping by Michael S. Tsirkin · 3 years, 8 months ago
  39. 9e311bc virtio-pci library: report resource address by Jason Wang · 3 years, 9 months ago
  40. fd466b3 virito_pci libray: hide vp_modern_map_capability() by Jason Wang · 3 years, 9 months ago
  41. a5f7a24 virtio_pci_modern: hide vp_modern_get_queue_notify_off() by Jason Wang · 3 years, 9 months ago
  42. 7dca6c0 virtio-pci library: switch to use vp_modern_map_vq_notify() by Jason Wang · 3 years, 9 months ago
  43. 9e3bb9b virtio_pci_modern: introduce helper to map vq notify area by Jason Wang · 3 years, 9 months ago
  44. 3fd02fb virtio-balloon: fix a typo in comment of virtballoon_migratepage() by Liu Xiang · 3 years, 9 months ago
  45. bf152b0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
  46. bc22ed2 virtio: remove export for virtio_config_{enable, disable} by Xianting Tian · 3 years, 10 months ago
  47. da98b54 virtio-mmio: Use to_virtio_mmio_device() to simply code by Tang Bin · 3 years, 10 months ago
  48. 245137c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
  49. 94c8945 virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug by David Hildenbrand · 3 years, 10 months ago
  50. 2601126 mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE by David Hildenbrand · 3 years, 10 months ago
  51. 16c10be virtio-input: add multi-touch support by Mathias Crombez · 4 years ago
  52. 0c4aeb4 virtio_mmio: fix one typo by Xianting Tian · 3 years, 11 months ago
  53. a6829c3 virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT. by Colin Xu · 4 years ago
  54. 1628c68 virtio_vdpa: don't warn when fail to disable vq by Jason Wang · 4 years ago
  55. fd50272 virtio-pci: introduce modern device module by Jason Wang · 4 years ago
  56. 8000a6b virito-pci-modern: rename map_capability() to vp_modern_map_capability() by Jason Wang · 4 years ago
  57. 1bfd841 virtio-pci-modern: introduce helper to get notification offset by Jason Wang · 4 years ago
  58. 6e52fc4 virtio-pci-modern: introduce helper for getting queue nums by Jason Wang · 4 years ago
  59. 75658af virtio-pci-modern: introduce helper for setting/geting queue size by Jason Wang · 4 years ago
  60. dc2e648 virtio-pci-modern: introduce helper to set/get queue_enable by Jason Wang · 4 years ago
  61. e1b0fa2 virtio-pci-modern: introduce vp_modern_queue_address() by Jason Wang · 4 years ago
  62. 3fbda9c virtio-pci-modern: introduce vp_modern_set_queue_vector() by Jason Wang · 4 years ago
  63. ed2a73d virtio-pci-modern: introduce vp_modern_generation() by Jason Wang · 4 years ago
  64. 0b017708 virtio-pci-modern: introduce helpers for setting and getting features by Jason Wang · 4 years ago
  65. e366912 virtio-pci-modern: introduce helpers for setting and getting status by Jason Wang · 4 years ago
  66. 1a5c85f1 virtio-pci-modern: introduce helper to set config vector by Jason Wang · 4 years ago
  67. 3249037 virtio-pci-modern: introduce vp_modern_remove() by Jason Wang · 4 years ago
  68. 117a9de virtio-pci-modern: factor out modern device initialization logic by Jason Wang · 4 years ago
  69. b5d5809 virtio-pci: split out modern device by Jason Wang · 4 years ago
  70. 64f2087 virtio-pci: do not access iomem via struct virtio_pci_device directly by Jason Wang · 4 years ago
  71. 02cc6b4 virtio-mem: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  72. 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
  73. e152d8a virtio_ring: Fix two use after free bugs by Dan Carpenter · 4 years, 1 month ago
  74. ae93d8e virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed() by Dan Carpenter · 4 years, 1 month ago
  75. 3711387 virtio-mem: Big Block Mode (BBM) - safe memory hotunplug by David Hildenbrand · 4 years, 2 months ago
  76. 269ac93 virtio-mem: Big Block Mode (BBM) - basic memory hotunplug by David Hildenbrand · 4 years, 2 months ago
  77. faa45ff virtio-mem: allow to force Big Block Mode (BBM) and set the big block size by David Hildenbrand · 4 years, 2 months ago
  78. 4ba50cd virtio-mem: Big Block Mode (BBM) memory hotplug by David Hildenbrand · 4 years, 2 months ago
  79. 01afdee virtio-mem: factor out adding/removing memory from Linux by David Hildenbrand · 4 years, 2 months ago
  80. d46dfb6 virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  81. 602ef89 virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  82. 8a6f082 virtio-mem: memory block ids are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  83. 905c4c5 virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  84. 54c6a6b virito-mem: subblock states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  85. 99f0b55 virtio-mem: memory block states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  86. d561494 virito-mem: document Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  87. 98ff9f9 virtio-mem: generalize handling when memory is getting onlined deferred by David Hildenbrand · 4 years, 2 months ago
  88. 1d33c2c virtio-mem: don't always trigger the workqueue when offlining memory by David Hildenbrand · 4 years, 2 months ago
  89. 4200668 virtio-mem: drop last_mb_id by David Hildenbrand · 4 years, 2 months ago
  90. 835491c virtio-mem: generalize virtio_mem_overlaps_range() by David Hildenbrand · 4 years, 2 months ago
  91. 8464e3b virtio-mem: generalize virtio_mem_owned_mb() by David Hildenbrand · 4 years, 2 months ago
  92. 989ff82 virtio-mem: generalize check for added memory by David Hildenbrand · 4 years, 2 months ago
  93. f2d799d virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE by David Hildenbrand · 4 years, 2 months ago
  94. 7a34c77 virtio-mem: factor out handling of fake-offline pages in memory notifier by David Hildenbrand · 4 years, 2 months ago
  95. 89c486c virtio-mem: factor out fake-offlining into virtio_mem_fake_offline() by David Hildenbrand · 4 years, 2 months ago
  96. 6beb3a9 virtio-mem: print debug messages from virtio_mem_send_*_request() by David Hildenbrand · 4 years, 2 months ago
  97. 41e6215 virtio-mem: factor out calculation of the bit number within the subblock bitmap by David Hildenbrand · 4 years, 2 months ago
  98. 2a62851 virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining by David Hildenbrand · 4 years, 2 months ago
  99. d76944f virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add() by David Hildenbrand · 4 years, 2 months ago
  100. 20b9150 virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling by David Hildenbrand · 4 years, 2 months ago