1. b82b2f9 virtio_balloon: init 1st buffer in stats vq by Ladi Prosek · 7 years ago
  2. 8f6620e mm balloon: umount balloon_mnt when removing vb device by Yisheng Xie · 7 years ago
  3. 449d3ec Revert "vring: Force use of DMA API for ARM-based systems with legacy devices" by Michael S. Tsirkin · 7 years ago
  4. 776050a virtio_mmio: Set DMA masks appropriately by Robin Murphy · 7 years ago
  5. 13e39d5 vring: Force use of DMA API for ARM-based systems with legacy devices by Will Deacon · 7 years ago
  6. 75bfa81 virtio_ring: mark vring_dma_dev inline by Michael S. Tsirkin · 7 years ago
  7. 3dae2c6 virtio: remove config.c by Juergen Gross · 8 years ago
  8. 8424af5 virtio: update balloon size in balloon "probe" by Konstantin Neumoin · 8 years ago
  9. 0ea1e4a virtio_ring: Make interrupt suppression spec compliant by Ladi Prosek · 8 years ago
  10. a0be1db virtio_pci: Limit DMA mask to 44 bits for legacy virtio devices by Will Deacon · 8 years ago
  11. af7c1be virtio: mark vring_dma_dev() static by Baoyou Xie · 8 years ago
  12. 3cc36f6 virtio: fix error handling for debug builds by Michael S. Tsirkin · 8 years ago
  13. 58625ed virtio: fix memory leak in virtqueue_add() by Wei Yongjun · 8 years ago
  14. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  15. 1a93769 virtio: new feature to detect IOMMU device quirk by Michael S. Tsirkin · 8 years ago
  16. 37cf99e balloon: check the number of available pages in leak balloon by Konstantin Neumoin · 8 years ago
  17. dd4123f mm: fix build warnings in <linux/compaction.h> by Minchan Kim · 8 years ago
  18. b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
  19. 87c9403 virtio_balloon: fix PFN format for virtio-1 by Michael S. Tsirkin · 8 years ago
  20. e00f7bd virtio: Silence uninitialized variable warning by Dan Carpenter · 8 years ago
  21. 05dbcb4 virtio: virtio 1.0 cs04 spec compliance for reset by Michael S. Tsirkin · 8 years ago
  22. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  23. 5057dcd virtio_balloon: export 'available' memory to balloon statistics by Igor Redko · 8 years ago
  24. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  25. fd0e21c virtio_balloon: Allow to resize and update the balloon stats in parallel by Petr Mladek · 8 years ago
  26. fad7b7b virtio_balloon: Use a workqueue instead of "vballoon" kthread by Petr Mladek · 8 years ago
  27. caf02ab PCI: Add QEMU top-level IDs for (sub)vendor & device by Robin H. Johnson · 8 years ago
  28. 78fe398 vring: Use the DMA API on Xen by Andy Lutomirski · 8 years ago
  29. 7a5589b virtio_pci: Use the DMA API if enabled by Andy Lutomirski · 8 years ago
  30. b421113 virtio_mmio: Use the DMA API if enabled by Andy Lutomirski · 8 years ago
  31. 2a2d138 virtio: Add improved queue allocation API by Andy Lutomirski · 8 years ago
  32. 780bc79 virtio_ring: Support DMA APIs by Andy Lutomirski · 8 years ago
  33. d26c96c vring: Introduce vring_use_dma_api() by Andy Lutomirski · 8 years ago
  34. 4e94ebd virtio-pci: read the right virtio_pci_notify_cap field by Ladi Prosek · 8 years ago
  35. 2989be0 virtio_pci: fix use after free on release by Michael S. Tsirkin · 8 years ago
  36. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 8 years ago
  37. f68b992 virtio_balloon: fix race by fill and leak by Minchan Kim · 8 years ago
  38. 788e5b3 virtio_ring: use virt_store_mb by Michael S. Tsirkin · 8 years ago
  39. f277ec4 virtio_ring: shadow available ring flags & index by Venkatesh Srinivas · 8 years ago
  40. 8210753 virtio: Do not drop __GFP_HIGH in alloc_indirect by Michal Hocko · 8 years ago
  41. c13f99b virtio: fix memory leak of virtio ida cache layers by Suman Anna · 9 years ago
  42. 997e120 virtio_balloon: do not change memory amount visible via /proc/meminfo by Denis V. Lunev · 9 years ago
  43. b4d3403 virtio_ballon: change stub of release_pages_by_pfn by Denis V. Lunev · 9 years ago
  44. 38c4ab8 virtio_mmio: add ACPI probing by Graeme Gregory · 9 years ago
  45. df4198b virtio-input: reset device and detach unused during remove by Jason Wang · 9 years ago
  46. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  47. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  48. 59a5b0f7 virtio-pci: alloc only resources actually used. by Gerd Hoffmann · 9 years ago
  49. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  50. 210d150 virtio_pci: Clear stale cpumask when setting irq affinity by Jiang Liu · 9 years ago
  51. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  52. c1f4d88 virtio_pci: drop pci_msi_off() call during probe by Michael S. Tsirkin · 9 years ago
  53. 9abbfb4 virtio: drop virtio_device_is_legacy_only by Michael S. Tsirkin · 9 years ago
  54. f71d828 virtio_pci: support non-legacy balloon devices by Michael S. Tsirkin · 9 years ago
  55. a62d547 virtio_mmio: support non-legacy balloon devices by Michael S. Tsirkin · 9 years ago
  56. 2343dab virtio: balloon might not be a legacy device by Michael S. Tsirkin · 9 years ago
  57. df81b29 virtio_balloon: transitional interface by Michael S. Tsirkin · 9 years ago
  58. a8557d3 virtio_pci_modern: switch to type-safe io accessors by Michael S. Tsirkin · 9 years ago
  59. c5d4c2c virtio_pci_modern: type-safe io accessors by Michael S. Tsirkin · 9 years ago
  60. 271c865 Add virtio-input driver. by Gerd Hoffmann · 9 years ago
  61. 704a0b5 virtio_mmio: fix access width for mmio by Michael S. Tsirkin · 9 years ago
  62. 87e7bf1 virtio_mmio: generation support by Michael S. Tsirkin · 9 years ago
  63. 3d2a377 virtio-balloon: do not call blocking ops when !TASK_RUNNING by Michael S. Tsirkin · 9 years ago
  64. 88660f7fb virtio_balloon: set DRIVER_OK before using device by Michael S. Tsirkin · 9 years ago
  65. 5b40a7da virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice. by Rusty Russell · 9 years ago
  66. 7abb568 virtio_pci: use 16-bit accessor for queue_enable. by Rusty Russell · 9 years ago
  67. 5e05bf5 virtio: Avoid possible kernel panic if DEBUG is enabled. by Tetsuo Handa · 9 years ago
  68. 1862ee2 virtio-mmio: Update the device to OASIS spec version by Pawel Moll · 9 years ago
  69. 76545f0 virtio_pci_modern: drop an unused function by Michael S. Tsirkin · 9 years ago
  70. ac399d8 virtio_pci: add module param to force legacy mode by Michael S. Tsirkin · 9 years ago
  71. 46506da virtio_pci: add an option to disable legacy driver by Michael S. Tsirkin · 9 years ago
  72. 0327642 virtio_pci: drop Kconfig warnings by Michael S. Tsirkin · 9 years ago
  73. b2a6d51 virtio_pci: Kconfig grammar fix by Michael S. Tsirkin · 9 years ago
  74. 43b4f72 virtio_ring: coding style fix by Michael S. Tsirkin · 9 years ago
  75. 25e65e4 virtio_balloon: coding style fixes by Michael S. Tsirkin · 9 years ago
  76. d3f5f06 virtio_pci_modern: support devices with no config by Michael S. Tsirkin · 9 years ago
  77. 3909213 virtio_pci_modern: reduce number of mappings by Michael S. Tsirkin · 9 years ago
  78. 89461c4 virtio_pci: macros for PCI layout offsets by Rusty Russell · 11 years ago
  79. 1fcf051 virtio_pci: modern driver by Michael S. Tsirkin · 9 years ago
  80. ff31d2e virtio_pci: move probe/remove code to common by Michael S. Tsirkin · 9 years ago
  81. 2bd56af virtio_pci: drop useless del_vqs call by Sasha Levin · 9 years ago
  82. 2d9becc virtio/balloon: verify device has config space by Michael S. Tsirkin · 9 years ago
  83. a1eb03f virtio_pci: document why we defer kfree by Michael S. Tsirkin · 9 years ago
  84. 63bd62a virtio_pci: defer kfree until release callback by Sasha Levin · 9 years ago
  85. 945399a virtio_pci: device-specific release callback by Michael S. Tsirkin · 9 years ago
  86. 80e9541 virtio: make del_vqs idempotent by Michael S. Tsirkin · 9 years ago
  87. 64ec45b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  88. 9f3e151 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  89. 5ff1611 virtio_pci: restore module attributes by Herbert Xu · 9 years ago
  90. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  91. 9a4253d virtio_pci: move probe to common file by Michael S. Tsirkin · 9 years ago
  92. de2b48d virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY by Michael S. Tsirkin · 9 years ago
  93. 30683a8 virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore by Michael S. Tsirkin · 9 years ago
  94. 5f4c976 virtio_pci: rename virtio_pci -> virtio_pci_common by Michael S. Tsirkin · 9 years ago
  95. a90fdce virtio_pci: update file descriptions and copyright by Michael S. Tsirkin · 9 years ago
  96. 38eb4a2 virtio_pci: split out legacy device support by Michael S. Tsirkin · 9 years ago
  97. 6f8f23d virtio_pci: setup config vector indirectly by Michael S. Tsirkin · 9 years ago
  98. b09f00b virtio_pci: setup vqs indirectly by Michael S. Tsirkin · 9 years ago
  99. 5386cef virtio_pci: delete vqs indirectly by Michael S. Tsirkin · 9 years ago
  100. f30eaf4 virtio_pci: use priv for vq notification by Michael S. Tsirkin · 9 years ago