1. df4198b virtio-input: reset device and detach unused during remove by Jason Wang · 9 years ago
  2. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  3. 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
  4. 59a5b0f7 virtio-pci: alloc only resources actually used. by Gerd Hoffmann · 9 years ago
  5. 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
  6. 210d150 virtio_pci: Clear stale cpumask when setting irq affinity by Jiang Liu · 9 years ago
  7. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  8. c1f4d88 virtio_pci: drop pci_msi_off() call during probe by Michael S. Tsirkin · 9 years ago
  9. 9abbfb4 virtio: drop virtio_device_is_legacy_only by Michael S. Tsirkin · 9 years ago
  10. f71d828 virtio_pci: support non-legacy balloon devices by Michael S. Tsirkin · 9 years ago
  11. a62d547 virtio_mmio: support non-legacy balloon devices by Michael S. Tsirkin · 9 years ago
  12. 2343dab virtio: balloon might not be a legacy device by Michael S. Tsirkin · 9 years ago
  13. df81b29 virtio_balloon: transitional interface by Michael S. Tsirkin · 9 years ago
  14. a8557d3 virtio_pci_modern: switch to type-safe io accessors by Michael S. Tsirkin · 9 years ago
  15. c5d4c2c virtio_pci_modern: type-safe io accessors by Michael S. Tsirkin · 9 years ago
  16. 271c865 Add virtio-input driver. by Gerd Hoffmann · 9 years ago
  17. 704a0b5 virtio_mmio: fix access width for mmio by Michael S. Tsirkin · 9 years ago
  18. 87e7bf1 virtio_mmio: generation support by Michael S. Tsirkin · 9 years ago
  19. 3d2a377 virtio-balloon: do not call blocking ops when !TASK_RUNNING by Michael S. Tsirkin · 9 years ago
  20. 88660f7fb virtio_balloon: set DRIVER_OK before using device by Michael S. Tsirkin · 9 years ago
  21. 5b40a7d virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice. by Rusty Russell · 9 years ago
  22. 7abb568 virtio_pci: use 16-bit accessor for queue_enable. by Rusty Russell · 9 years ago
  23. 5e05bf5 virtio: Avoid possible kernel panic if DEBUG is enabled. by Tetsuo Handa · 9 years ago
  24. 1862ee2 virtio-mmio: Update the device to OASIS spec version by Pawel Moll · 9 years ago
  25. 76545f0 virtio_pci_modern: drop an unused function by Michael S. Tsirkin · 9 years ago
  26. ac399d8 virtio_pci: add module param to force legacy mode by Michael S. Tsirkin · 9 years ago
  27. 46506da virtio_pci: add an option to disable legacy driver by Michael S. Tsirkin · 9 years ago
  28. 0327642 virtio_pci: drop Kconfig warnings by Michael S. Tsirkin · 9 years ago
  29. b2a6d51 virtio_pci: Kconfig grammar fix by Michael S. Tsirkin · 9 years ago
  30. 43b4f72 virtio_ring: coding style fix by Michael S. Tsirkin · 9 years ago
  31. 25e65e4 virtio_balloon: coding style fixes by Michael S. Tsirkin · 9 years ago
  32. d3f5f06 virtio_pci_modern: support devices with no config by Michael S. Tsirkin · 9 years ago
  33. 3909213 virtio_pci_modern: reduce number of mappings by Michael S. Tsirkin · 9 years ago
  34. 89461c4 virtio_pci: macros for PCI layout offsets by Rusty Russell · 11 years ago
  35. 1fcf051 virtio_pci: modern driver by Michael S. Tsirkin · 10 years ago
  36. ff31d2e virtio_pci: move probe/remove code to common by Michael S. Tsirkin · 9 years ago
  37. 2bd56af virtio_pci: drop useless del_vqs call by Sasha Levin · 9 years ago
  38. 2d9becc virtio/balloon: verify device has config space by Michael S. Tsirkin · 9 years ago
  39. a1eb03f virtio_pci: document why we defer kfree by Michael S. Tsirkin · 9 years ago
  40. 63bd62a virtio_pci: defer kfree until release callback by Sasha Levin · 9 years ago
  41. 945399a virtio_pci: device-specific release callback by Michael S. Tsirkin · 9 years ago
  42. 80e9541 virtio: make del_vqs idempotent by Michael S. Tsirkin · 9 years ago
  43. 64ec45b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  44. 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
  45. 5ff1611 virtio_pci: restore module attributes by Herbert Xu · 10 years ago
  46. 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
  47. 9a4253d virtio_pci: move probe to common file by Michael S. Tsirkin · 10 years ago
  48. de2b48d virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY by Michael S. Tsirkin · 10 years ago
  49. 30683a8 virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore by Michael S. Tsirkin · 10 years ago
  50. 5f4c976 virtio_pci: rename virtio_pci -> virtio_pci_common by Michael S. Tsirkin · 10 years ago
  51. a90fdce virtio_pci: update file descriptions and copyright by Michael S. Tsirkin · 10 years ago
  52. 38eb4a2 virtio_pci: split out legacy device support by Michael S. Tsirkin · 10 years ago
  53. 6f8f23d virtio_pci: setup config vector indirectly by Michael S. Tsirkin · 10 years ago
  54. b09f00b virtio_pci: setup vqs indirectly by Michael S. Tsirkin · 10 years ago
  55. 5386cef virtio_pci: delete vqs indirectly by Michael S. Tsirkin · 10 years ago
  56. f30eaf4 virtio_pci: use priv for vq notification by Michael S. Tsirkin · 10 years ago
  57. 3ec7a77 virtio_pci: free up vq->priv by Michael S. Tsirkin · 10 years ago
  58. f913dd4 virtio_pci: fix coding style for structs by Michael S. Tsirkin · 10 years ago
  59. af53572 virtio_pci: add isr field by Michael S. Tsirkin · 10 years ago
  60. d71a6fc virtio: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  61. 63d9f218 virtio_balloon: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  62. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 10 years ago
  63. b6098c3 virtio: add API to detect legacy devices by Michael S. Tsirkin · 10 years ago
  64. 747ae34 virtio: make VIRTIO_F_VERSION_1 a transport bit by Michael S. Tsirkin · 10 years ago
  65. df1b57f virtio_balloon: add legacy_only flag by Michael S. Tsirkin · 10 years ago
  66. b3bb62d virtio: add legacy feature table support by Michael S. Tsirkin · 10 years ago
  67. c102659 virtio: simplify feature bit handling by Michael S. Tsirkin · 10 years ago
  68. cb3f6d9 virtio: set FEATURES_OK by Michael S. Tsirkin · 10 years ago
  69. 8906265 virtio: allow transports to get avail/used addresses by Cornelia Huck · 10 years ago
  70. 00e6f3d virtio_ring: switch to new memory access APIs by Michael S. Tsirkin · 10 years ago
  71. 93d389f virtio: assert 32 bit features in transports by Michael S. Tsirkin · 10 years ago
  72. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  73. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  74. 5a10b7d virtio_balloon: free some memory from balloon on OOM by Raushaniya Maksudova · 10 years ago
  75. 1fd9c67 virtio_balloon: return the amount of freed memory from leak_balloon() by Raushaniya Maksudova · 10 years ago
  76. 257d6e5 virtio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  77. 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
  78. 486d2e6 virtio_balloon: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  79. 22b7050 virtio: defer config changed notifications by Michael S. Tsirkin · 10 years ago
  80. c6716ba virtio-pci: move freeze/restore to virtio core by Michael S. Tsirkin · 10 years ago
  81. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
  82. 6fbc198 virtio_pci: fix virtio spec compliance on restore by Michael S. Tsirkin · 10 years ago
  83. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  84. 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
  85. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  86. b25bd25 virtio_ring: unify direct/indirect code paths. by Rusty Russell · 10 years ago
  87. eeebf9b virtio_ring: assume sgs are always well-formed. by Rusty Russell · 10 years ago
  88. cef340e virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  89. e2dcdfe virtio: virtio_break_device() to mark all virtqueues broken. by Rusty Russell · 10 years ago
  90. 70670444c2 virtio: fail adding buffer on broken queues. by Rusty Russell · 10 years ago
  91. 4951cc9 virtio_balloon: don't crash if virtqueue is broken. by Rusty Russell · 10 years ago
  92. 1f74ef0 virtio_balloon: don't softlockup on huge balloon changes. by Rusty Russell · 10 years ago
  93. 5e37f67 virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  94. 6abb2dd tools/virtio: fix missing kmemleak_ignore symbol by Joel Stanley · 10 years ago
  95. 93b05cb Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  96. 05c54de drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c by Rashika Kheria · 10 years ago
  97. 3459f11 virtio_balloon: update_balloon_size(): update correct field by Luiz Capitulino · 11 years ago
  98. 7d2dddd virtio: pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  99. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  100. 4ae8537 virtio: mmio: fix signature checking for BE guests by Marc Zyngier · 11 years ago