1. 64ec45b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  2. 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
  3. 5ff1611 virtio_pci: restore module attributes by Herbert Xu · 10 years ago
  4. 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
  5. 9a4253d virtio_pci: move probe to common file by Michael S. Tsirkin · 10 years ago
  6. de2b48d virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY by Michael S. Tsirkin · 10 years ago
  7. 30683a8 virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore by Michael S. Tsirkin · 10 years ago
  8. 5f4c976 virtio_pci: rename virtio_pci -> virtio_pci_common by Michael S. Tsirkin · 10 years ago
  9. a90fdce virtio_pci: update file descriptions and copyright by Michael S. Tsirkin · 10 years ago
  10. 38eb4a2 virtio_pci: split out legacy device support by Michael S. Tsirkin · 10 years ago
  11. 6f8f23d virtio_pci: setup config vector indirectly by Michael S. Tsirkin · 10 years ago
  12. b09f00b virtio_pci: setup vqs indirectly by Michael S. Tsirkin · 10 years ago
  13. 5386cef virtio_pci: delete vqs indirectly by Michael S. Tsirkin · 10 years ago
  14. f30eaf4 virtio_pci: use priv for vq notification by Michael S. Tsirkin · 10 years ago
  15. 3ec7a77 virtio_pci: free up vq->priv by Michael S. Tsirkin · 10 years ago
  16. f913dd4 virtio_pci: fix coding style for structs by Michael S. Tsirkin · 10 years ago
  17. af53572 virtio_pci: add isr field by Michael S. Tsirkin · 10 years ago
  18. d71a6fc virtio: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  19. 63d9f218 virtio_balloon: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  20. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 10 years ago
  21. b6098c3 virtio: add API to detect legacy devices by Michael S. Tsirkin · 10 years ago
  22. 747ae34 virtio: make VIRTIO_F_VERSION_1 a transport bit by Michael S. Tsirkin · 10 years ago
  23. df1b57f virtio_balloon: add legacy_only flag by Michael S. Tsirkin · 10 years ago
  24. b3bb62d virtio: add legacy feature table support by Michael S. Tsirkin · 10 years ago
  25. c102659 virtio: simplify feature bit handling by Michael S. Tsirkin · 10 years ago
  26. cb3f6d9 virtio: set FEATURES_OK by Michael S. Tsirkin · 10 years ago
  27. 8906265 virtio: allow transports to get avail/used addresses by Cornelia Huck · 10 years ago
  28. 00e6f3d virtio_ring: switch to new memory access APIs by Michael S. Tsirkin · 10 years ago
  29. 93d389f virtio: assert 32 bit features in transports by Michael S. Tsirkin · 10 years ago
  30. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  31. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  32. 5a10b7d virtio_balloon: free some memory from balloon on OOM by Raushaniya Maksudova · 10 years ago
  33. 1fd9c67 virtio_balloon: return the amount of freed memory from leak_balloon() by Raushaniya Maksudova · 10 years ago
  34. 257d6e5 virtio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  35. 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
  36. 486d2e6 virtio_balloon: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  37. 22b7050 virtio: defer config changed notifications by Michael S. Tsirkin · 10 years ago
  38. c6716ba virtio-pci: move freeze/restore to virtio core by Michael S. Tsirkin · 10 years ago
  39. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
  40. 6fbc198 virtio_pci: fix virtio spec compliance on restore by Michael S. Tsirkin · 10 years ago
  41. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  42. 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
  43. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  44. b25bd25 virtio_ring: unify direct/indirect code paths. by Rusty Russell · 10 years ago
  45. eeebf9b virtio_ring: assume sgs are always well-formed. by Rusty Russell · 10 years ago
  46. cef340e virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  47. e2dcdfe virtio: virtio_break_device() to mark all virtqueues broken. by Rusty Russell · 10 years ago
  48. 70670444c2 virtio: fail adding buffer on broken queues. by Rusty Russell · 10 years ago
  49. 4951cc9 virtio_balloon: don't crash if virtqueue is broken. by Rusty Russell · 10 years ago
  50. 1f74ef0 virtio_balloon: don't softlockup on huge balloon changes. by Rusty Russell · 10 years ago
  51. 5e37f67 virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  52. 6abb2dd tools/virtio: fix missing kmemleak_ignore symbol by Joel Stanley · 10 years ago
  53. 93b05cb Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  54. 05c54de drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c by Rashika Kheria · 11 years ago
  55. 3459f11 virtio_balloon: update_balloon_size(): update correct field by Luiz Capitulino · 11 years ago
  56. 7d2dddd virtio: pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  57. 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
  58. 4ae8537 virtio: mmio: fix signature checking for BE guests by Marc Zyngier · 11 years ago
  59. 2342d6a virtio_ring: adapt to notify() returning bool by Heinz Graalfs · 11 years ago
  60. b3b32c9 virtio_ring: add new function virtqueue_is_broken() by Heinz Graalfs · 11 years ago
  61. 5b1bf7c virtio_ring: let virtqueue_{kick()/notify()} return a bool by Heinz Graalfs · 11 years ago
  62. 46f9c2b virtio_ring: change host notification API by Heinz Graalfs · 11 years ago
  63. 3736dab virtio: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  64. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  65. bb478d8 virtio_ring: plug kmemleak false positive. by Rusty Russell · 11 years ago
  66. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  67. 9e266ec virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  68. 5f12972 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  69. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  70. cc22988 virtio: support unlocked queue poll by Michael S. Tsirkin · 11 years ago
  71. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  72. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  73. 8c6bab4 virtio_balloon: leak_balloon(): only tell host if we got pages deflated by Luiz Capitulino · 11 years ago
  74. f11335d virtio-pci: fix leaks of msix_affinity_masks by Andrew Vagin · 11 years ago
  75. b3087e4 virtio: remove virtqueue_add_buf(). by Rusty Russell · 11 years ago
  76. 92549ab virtio_balloon: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  77. 282edb3 virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. by Rusty Russell · 11 years ago
  78. 13816c7 virtio_ring: virtqueue_add_sgs, to add multiple sgs. by Rusty Russell · 11 years ago
  79. a9a0fef virtio_ring: expose virtio barriers for use in vringh. by Rusty Russell · 11 years ago
  80. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  81. b2a1702 virtio: use module_virtio_driver. by Rusty Russell · 11 years ago
  82. 35cdc9e virtio: make pci_device_id const by Stephen Hemminger · 11 years ago
  83. 9350393 virtio: make config_ops const by Stephen Hemminger · 11 years ago
  84. 0d34cc2 virtio-mmio: fix wrong comment about register offset by Ryota Ozaki · 11 years ago
  85. d72c5a8 drivers/virtio: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  86. 8590dbc Drivers: virtio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  87. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  88. 9a2bdcc virtio: add drv_to_virtio to make code clearly by Wanlong Gao · 12 years ago
  89. 9bffdca virtio: use dev_to_virtio wrapper in virtio by Wanlong Gao · 12 years ago
  90. 40f9938 virtio-mmio: Fix irq parsing in command line parameter by Pawel Moll · 12 years ago
  91. 800ba5e virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  92. 98e8c6b virtio: make virtqueue_add_buf() returning 0 on success, not capacity. by Rusty Russell · 12 years ago
  93. 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 12 years ago
  94. 1ce6853 virtio-pci: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  95. e225042 virtio_balloon: introduce migration primitives to balloon pages by Rafael Aquini · 12 years ago
  96. 237242b virtio: Don't access index after unregister. by Cornelia Huck · 12 years ago
  97. b92b1b8 virtio: force vring descriptors to be allocated from lowmem by Will Deacon · 12 years ago
  98. d78b519 virtio_mmio: Don't attempt to create empty virtqueues by Brian Foley · 12 years ago
  99. 3850d29 virtio_mmio: fix off by one error allocating queue by Brian Foley · 12 years ago
  100. 74a74b3 drivers/virtio/virtio_pci.c: fix error return code by Peter Senna Tschudin · 12 years ago