1. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  2. 5057dcd virtio_balloon: export 'available' memory to balloon statistics by Igor Redko · 8 years ago
  3. 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
  4. fd0e21c virtio_balloon: Allow to resize and update the balloon stats in parallel by Petr Mladek · 8 years ago
  5. fad7b7b virtio_balloon: Use a workqueue instead of "vballoon" kthread by Petr Mladek · 8 years ago
  6. caf02ab PCI: Add QEMU top-level IDs for (sub)vendor & device by Robin H. Johnson · 8 years ago
  7. 78fe398 vring: Use the DMA API on Xen by Andy Lutomirski · 8 years ago
  8. 7a5589b virtio_pci: Use the DMA API if enabled by Andy Lutomirski · 8 years ago
  9. b421113 virtio_mmio: Use the DMA API if enabled by Andy Lutomirski · 8 years ago
  10. 2a2d138 virtio: Add improved queue allocation API by Andy Lutomirski · 8 years ago
  11. 780bc79 virtio_ring: Support DMA APIs by Andy Lutomirski · 8 years ago
  12. d26c96c vring: Introduce vring_use_dma_api() by Andy Lutomirski · 8 years ago
  13. 4e94ebd virtio-pci: read the right virtio_pci_notify_cap field by Ladi Prosek · 8 years ago
  14. 2989be0 virtio_pci: fix use after free on release by Michael S. Tsirkin · 8 years ago
  15. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 9 years ago
  16. f68b992 virtio_balloon: fix race by fill and leak by Minchan Kim · 9 years ago
  17. 788e5b3 virtio_ring: use virt_store_mb by Michael S. Tsirkin · 9 years ago
  18. f277ec4 virtio_ring: shadow available ring flags & index by Venkatesh Srinivas · 9 years ago
  19. 8210753 virtio: Do not drop __GFP_HIGH in alloc_indirect by Michal Hocko · 9 years ago
  20. c13f99b virtio: fix memory leak of virtio ida cache layers by Suman Anna · 9 years ago
  21. 997e120 virtio_balloon: do not change memory amount visible via /proc/meminfo by Denis V. Lunev · 9 years ago
  22. b4d3403 virtio_ballon: change stub of release_pages_by_pfn by Denis V. Lunev · 9 years ago
  23. 38c4ab8 virtio_mmio: add ACPI probing by Graeme Gregory · 9 years ago
  24. df4198b virtio-input: reset device and detach unused during remove by Jason Wang · 9 years ago
  25. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  26. 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
  27. 59a5b0f7 virtio-pci: alloc only resources actually used. by Gerd Hoffmann · 9 years ago
  28. 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
  29. 210d150 virtio_pci: Clear stale cpumask when setting irq affinity by Jiang Liu · 9 years ago
  30. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  31. c1f4d88 virtio_pci: drop pci_msi_off() call during probe by Michael S. Tsirkin · 9 years ago
  32. 9abbfb4 virtio: drop virtio_device_is_legacy_only by Michael S. Tsirkin · 9 years ago
  33. f71d828 virtio_pci: support non-legacy balloon devices by Michael S. Tsirkin · 9 years ago
  34. a62d547 virtio_mmio: support non-legacy balloon devices by Michael S. Tsirkin · 9 years ago
  35. 2343dab virtio: balloon might not be a legacy device by Michael S. Tsirkin · 9 years ago
  36. df81b29 virtio_balloon: transitional interface by Michael S. Tsirkin · 9 years ago
  37. a8557d3 virtio_pci_modern: switch to type-safe io accessors by Michael S. Tsirkin · 9 years ago
  38. c5d4c2c virtio_pci_modern: type-safe io accessors by Michael S. Tsirkin · 9 years ago
  39. 271c865 Add virtio-input driver. by Gerd Hoffmann · 9 years ago
  40. 704a0b5 virtio_mmio: fix access width for mmio by Michael S. Tsirkin · 9 years ago
  41. 87e7bf1 virtio_mmio: generation support by Michael S. Tsirkin · 9 years ago
  42. 3d2a377 virtio-balloon: do not call blocking ops when !TASK_RUNNING by Michael S. Tsirkin · 9 years ago
  43. 88660f7fb virtio_balloon: set DRIVER_OK before using device by Michael S. Tsirkin · 9 years ago
  44. 5b40a7da virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice. by Rusty Russell · 9 years ago
  45. 7abb568 virtio_pci: use 16-bit accessor for queue_enable. by Rusty Russell · 9 years ago
  46. 5e05bf5 virtio: Avoid possible kernel panic if DEBUG is enabled. by Tetsuo Handa · 9 years ago
  47. 1862ee2 virtio-mmio: Update the device to OASIS spec version by Pawel Moll · 9 years ago
  48. 76545f0 virtio_pci_modern: drop an unused function by Michael S. Tsirkin · 9 years ago
  49. ac399d8 virtio_pci: add module param to force legacy mode by Michael S. Tsirkin · 9 years ago
  50. 46506da virtio_pci: add an option to disable legacy driver by Michael S. Tsirkin · 9 years ago
  51. 0327642 virtio_pci: drop Kconfig warnings by Michael S. Tsirkin · 9 years ago
  52. b2a6d51 virtio_pci: Kconfig grammar fix by Michael S. Tsirkin · 9 years ago
  53. 43b4f72 virtio_ring: coding style fix by Michael S. Tsirkin · 9 years ago
  54. 25e65e4 virtio_balloon: coding style fixes by Michael S. Tsirkin · 9 years ago
  55. d3f5f06 virtio_pci_modern: support devices with no config by Michael S. Tsirkin · 9 years ago
  56. 3909213 virtio_pci_modern: reduce number of mappings by Michael S. Tsirkin · 9 years ago
  57. 89461c4 virtio_pci: macros for PCI layout offsets by Rusty Russell · 11 years ago
  58. 1fcf051 virtio_pci: modern driver by Michael S. Tsirkin · 10 years ago
  59. ff31d2e virtio_pci: move probe/remove code to common by Michael S. Tsirkin · 9 years ago
  60. 2bd56af virtio_pci: drop useless del_vqs call by Sasha Levin · 9 years ago
  61. 2d9becc virtio/balloon: verify device has config space by Michael S. Tsirkin · 9 years ago
  62. a1eb03f virtio_pci: document why we defer kfree by Michael S. Tsirkin · 9 years ago
  63. 63bd62a virtio_pci: defer kfree until release callback by Sasha Levin · 9 years ago
  64. 945399a virtio_pci: device-specific release callback by Michael S. Tsirkin · 9 years ago
  65. 80e9541 virtio: make del_vqs idempotent by Michael S. Tsirkin · 9 years ago
  66. 64ec45b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  67. 9f3e151 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  68. 5ff1611 virtio_pci: restore module attributes by Herbert Xu · 10 years ago
  69. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  70. 9a4253d virtio_pci: move probe to common file by Michael S. Tsirkin · 10 years ago
  71. de2b48d virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY by Michael S. Tsirkin · 10 years ago
  72. 30683a8 virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore by Michael S. Tsirkin · 10 years ago
  73. 5f4c976 virtio_pci: rename virtio_pci -> virtio_pci_common by Michael S. Tsirkin · 10 years ago
  74. a90fdce virtio_pci: update file descriptions and copyright by Michael S. Tsirkin · 10 years ago
  75. 38eb4a2 virtio_pci: split out legacy device support by Michael S. Tsirkin · 10 years ago
  76. 6f8f23d virtio_pci: setup config vector indirectly by Michael S. Tsirkin · 10 years ago
  77. b09f00b virtio_pci: setup vqs indirectly by Michael S. Tsirkin · 10 years ago
  78. 5386cef virtio_pci: delete vqs indirectly by Michael S. Tsirkin · 10 years ago
  79. f30eaf4 virtio_pci: use priv for vq notification by Michael S. Tsirkin · 10 years ago
  80. 3ec7a77 virtio_pci: free up vq->priv by Michael S. Tsirkin · 10 years ago
  81. f913dd4 virtio_pci: fix coding style for structs by Michael S. Tsirkin · 10 years ago
  82. af53572 virtio_pci: add isr field by Michael S. Tsirkin · 10 years ago
  83. d71a6fc virtio: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  84. 63d9f218 virtio_balloon: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  85. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 10 years ago
  86. b6098c3 virtio: add API to detect legacy devices by Michael S. Tsirkin · 10 years ago
  87. 747ae34 virtio: make VIRTIO_F_VERSION_1 a transport bit by Michael S. Tsirkin · 10 years ago
  88. df1b57f virtio_balloon: add legacy_only flag by Michael S. Tsirkin · 10 years ago
  89. b3bb62d virtio: add legacy feature table support by Michael S. Tsirkin · 10 years ago
  90. c102659 virtio: simplify feature bit handling by Michael S. Tsirkin · 10 years ago
  91. cb3f6d9 virtio: set FEATURES_OK by Michael S. Tsirkin · 10 years ago
  92. 8906265 virtio: allow transports to get avail/used addresses by Cornelia Huck · 10 years ago
  93. 00e6f3d virtio_ring: switch to new memory access APIs by Michael S. Tsirkin · 10 years ago
  94. 93d389f virtio: assert 32 bit features in transports by Michael S. Tsirkin · 10 years ago
  95. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  96. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  97. 5a10b7d virtio_balloon: free some memory from balloon on OOM by Raushaniya Maksudova · 10 years ago
  98. 1fd9c67 virtio_balloon: return the amount of freed memory from leak_balloon() by Raushaniya Maksudova · 10 years ago
  99. 257d6e5 virtio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  100. 0e6e58f Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago