1. 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
  2. bc22ed2 virtio: remove export for virtio_config_{enable, disable} by Xianting Tian · 3 years, 10 months ago
  3. da98b54 virtio-mmio: Use to_virtio_mmio_device() to simply code by Tang Bin · 3 years, 10 months ago
  4. 245137c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
  5. 94c8945 virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug by David Hildenbrand · 3 years, 10 months ago
  6. 2601126 mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE by David Hildenbrand · 3 years, 10 months ago
  7. 16c10be virtio-input: add multi-touch support by Mathias Crombez · 4 years ago
  8. 0c4aeb4 virtio_mmio: fix one typo by Xianting Tian · 3 years, 11 months ago
  9. a6829c3 virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT. by Colin Xu · 4 years ago
  10. 1628c68 virtio_vdpa: don't warn when fail to disable vq by Jason Wang · 4 years ago
  11. fd50272 virtio-pci: introduce modern device module by Jason Wang · 4 years ago
  12. 8000a6b virito-pci-modern: rename map_capability() to vp_modern_map_capability() by Jason Wang · 4 years ago
  13. 1bfd841 virtio-pci-modern: introduce helper to get notification offset by Jason Wang · 4 years ago
  14. 6e52fc4 virtio-pci-modern: introduce helper for getting queue nums by Jason Wang · 4 years ago
  15. 75658af virtio-pci-modern: introduce helper for setting/geting queue size by Jason Wang · 4 years ago
  16. dc2e648 virtio-pci-modern: introduce helper to set/get queue_enable by Jason Wang · 4 years ago
  17. e1b0fa2 virtio-pci-modern: introduce vp_modern_queue_address() by Jason Wang · 4 years ago
  18. 3fbda9c virtio-pci-modern: introduce vp_modern_set_queue_vector() by Jason Wang · 4 years ago
  19. ed2a73d virtio-pci-modern: introduce vp_modern_generation() by Jason Wang · 4 years ago
  20. 0b017708 virtio-pci-modern: introduce helpers for setting and getting features by Jason Wang · 4 years ago
  21. e366912 virtio-pci-modern: introduce helpers for setting and getting status by Jason Wang · 4 years ago
  22. 1a5c85f1 virtio-pci-modern: introduce helper to set config vector by Jason Wang · 4 years ago
  23. 3249037 virtio-pci-modern: introduce vp_modern_remove() by Jason Wang · 4 years ago
  24. 117a9de virtio-pci-modern: factor out modern device initialization logic by Jason Wang · 4 years ago
  25. b5d5809 virtio-pci: split out modern device by Jason Wang · 4 years ago
  26. 64f2087 virtio-pci: do not access iomem via struct virtio_pci_device directly by Jason Wang · 4 years ago
  27. 02cc6b4 virtio-mem: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  28. 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
  29. e152d8a virtio_ring: Fix two use after free bugs by Dan Carpenter · 4 years, 1 month ago
  30. ae93d8e virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed() by Dan Carpenter · 4 years, 1 month ago
  31. 3711387 virtio-mem: Big Block Mode (BBM) - safe memory hotunplug by David Hildenbrand · 4 years, 2 months ago
  32. 269ac93 virtio-mem: Big Block Mode (BBM) - basic memory hotunplug by David Hildenbrand · 4 years, 2 months ago
  33. faa45ff virtio-mem: allow to force Big Block Mode (BBM) and set the big block size by David Hildenbrand · 4 years, 2 months ago
  34. 4ba50cd virtio-mem: Big Block Mode (BBM) memory hotplug by David Hildenbrand · 4 years, 2 months ago
  35. 01afdee virtio-mem: factor out adding/removing memory from Linux by David Hildenbrand · 4 years, 2 months ago
  36. d46dfb6 virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  37. 602ef89 virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  38. 8a6f082 virtio-mem: memory block ids are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  39. 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
  40. 54c6a6b virito-mem: subblock states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  41. 99f0b55 virtio-mem: memory block states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  42. d561494 virito-mem: document Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  43. 98ff9f9 virtio-mem: generalize handling when memory is getting onlined deferred by David Hildenbrand · 4 years, 2 months ago
  44. 1d33c2c virtio-mem: don't always trigger the workqueue when offlining memory by David Hildenbrand · 4 years, 2 months ago
  45. 4200668 virtio-mem: drop last_mb_id by David Hildenbrand · 4 years, 2 months ago
  46. 835491c virtio-mem: generalize virtio_mem_overlaps_range() by David Hildenbrand · 4 years, 2 months ago
  47. 8464e3b virtio-mem: generalize virtio_mem_owned_mb() by David Hildenbrand · 4 years, 2 months ago
  48. 989ff82 virtio-mem: generalize check for added memory by David Hildenbrand · 4 years, 2 months ago
  49. f2d799d virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE by David Hildenbrand · 4 years, 2 months ago
  50. 7a34c77 virtio-mem: factor out handling of fake-offline pages in memory notifier by David Hildenbrand · 4 years, 2 months ago
  51. 89c486c virtio-mem: factor out fake-offlining into virtio_mem_fake_offline() by David Hildenbrand · 4 years, 2 months ago
  52. 6beb3a9 virtio-mem: print debug messages from virtio_mem_send_*_request() by David Hildenbrand · 4 years, 2 months ago
  53. 41e6215 virtio-mem: factor out calculation of the bit number within the subblock bitmap by David Hildenbrand · 4 years, 2 months ago
  54. 2a62851 virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining by David Hildenbrand · 4 years, 2 months ago
  55. d76944f virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add() by David Hildenbrand · 4 years, 2 months ago
  56. 20b9150 virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling by David Hildenbrand · 4 years, 2 months ago
  57. 347202d virtio-mem: more precise calculation in virtio_mem_mb_state_prepare_next_mb() by David Hildenbrand · 4 years, 2 months ago
  58. 6725f21 virtio-mem: determine nid only once using memory_add_physaddr_to_nid() by David Hildenbrand · 4 years, 2 months ago
  59. 8f42475 mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY by Vlastimil Babka · 4 years, 1 month ago
  60. 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
  61. 9313f80 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 2 months ago
  62. 0afa15e virtio: let arch advertise guest's memory access restrictions by Pierre Morel · 4 years, 4 months ago
  63. 7ab4de6 virtio-mem: Constify mem_id_table by Rikard Falkeborn · 4 years, 4 months ago
  64. 7f90611 virtio_input: Constify id_table by Rikard Falkeborn · 4 years, 4 months ago
  65. bfec6c83 virtio-balloon: Constify id_table by Rikard Falkeborn · 4 years, 4 months ago
  66. 9b24247 virtio-mem: try to merge system ram resources by David Hildenbrand · 4 years, 3 months ago
  67. b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 3 months ago
  68. 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 3 months ago
  69. 27f8527 virtio-mem: don't special-case ZONE_MOVABLE by David Hildenbrand · 4 years, 3 months ago
  70. 05e63c6 Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse into drm-misc-next by Maxime Ripard · 4 years, 4 months ago
  71. 38e8954 virtio: Implement get_shm_region for MMIO transport by Sebastien Boeuf · 4 years, 4 months ago
  72. 0dd4ff9 virtio: Implement get_shm_region for PCI transport by Sebastien Boeuf · 4 years, 4 months ago
  73. 9fe2f89 virtio: fix build for configs without dma-bufs by David Stevens · 4 years, 4 months ago
  74. d85ddd1 Merge v5.9-rc1 into drm-misc-next by Maxime Ripard · 4 years, 4 months ago
  75. a030893 virtio: add dma-buf support for exported objects by David Stevens · 4 years, 4 months ago
  76. fe0580a virtio: pci: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
  77. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
  78. 46af9ad virtio_pci_modern: Fix the comment of virtio_pci_find_capability() by Liao Pingfang · 4 years, 5 months ago
  79. 481a0d7 virtio_ring: Avoid loop when vq is broken in virtqueue_poll by Mao Wenan · 4 years, 5 months ago
  80. 99e0d04 virtio_mem: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
  81. b025584 virtio_input: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
  82. 805769d virtio_balloon: use LE config space accesses by Michael S. Tsirkin · 4 years, 5 months ago
  83. 6399167 virtio_vdpa: legacy features handling by Michael S. Tsirkin · 4 years, 5 months ago
  84. 8875bbb virtio_balloon: fix sparse warning by Michael S. Tsirkin · 4 years, 6 months ago
  85. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  86. 24b6842 virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk by Michael S. Tsirkin · 4 years, 6 months ago
  87. 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 6 months ago
  88. a96b0d0 virtio-mem: Fix build error due to improper use 'select' by Weilong Chen · 4 years, 6 months ago
  89. 168c358 virtio_balloon: fix up endian-ness for free cmd id by Michael S. Tsirkin · 4 years, 5 months ago
  90. ca72cc3 virtio-balloon: Document byte ordering of poison_val by Alexander Duyck · 4 years, 6 months ago
  91. 23ee3e4 Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into master by Linus Torvalds · 4 years, 5 months ago
  92. 62ca18a virtio-mmio: Reject invalid IRQ 0 command line argument by Bjorn Helgaas · 4 years, 6 months ago
  93. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  94. b3562c6 virtio-mem: add memory via add_memory_driver_managed() by David Hildenbrand · 4 years, 7 months ago
  95. 1c3d69a virtio-mem: silence a static checker warning by Dan Carpenter · 4 years, 7 months ago
  96. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  97. 544fc7d virtio_mem: convert device block size into 64bit by Michael S. Tsirkin · 4 years, 7 months ago
  98. b3fb6de virtio-mem: drop unnecessary initialization by Michael S. Tsirkin · 4 years, 7 months ago
  99. fce8afd virtio-mem: Don't rely on implicit compiler padding for requests by David Hildenbrand · 4 years, 8 months ago
  100. 72f9525 virtio-mem: Try to unplug the complete online memory block first by David Hildenbrand · 4 years, 8 months ago