1. c6716ba virtio-pci: move freeze/restore to virtio core by Michael S. Tsirkin · 10 years ago
  2. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
  3. 6fbc198 virtio_pci: fix virtio spec compliance on restore by Michael S. Tsirkin · 10 years ago
  4. cef340e virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  5. 5e37f67 virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  6. 7d2dddd virtio: pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  7. 46f9c2b virtio_ring: change host notification API by Heinz Graalfs · 11 years ago
  8. 9e266ec virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  9. f11335d virtio-pci: fix leaks of msix_affinity_masks by Andrew Vagin · 11 years ago
  10. 35cdc9e virtio: make pci_device_id const by Stephen Hemminger · 11 years ago
  11. 9350393 virtio: make config_ops const by Stephen Hemminger · 11 years ago
  12. 8590dbc Drivers: virtio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  13. 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 12 years ago
  14. 1ce6853 virtio-pci: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  15. 74a74b3 drivers/virtio/virtio_pci.c: fix error return code by Peter Senna Tschudin · 12 years ago
  16. 6457f12 virtio: support reserved vqs by Michael S. Tsirkin · 12 years ago
  17. 75a0a52 virtio: introduce an API to set affinity for a virtqueue by Jason Wang · 12 years ago
  18. 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 12 years ago
  19. f878d0b virtio-pci: switch to PM ops macro to initialise PM functions by Amit Shah · 12 years ago
  20. 04c2322 virtio-pci: S3 support by Amit Shah · 12 years ago
  21. 0517fdd virtio-pci: drop restore_common() by Amit Shah · 12 years ago
  22. f38f838 virtio: drop thaw PM operation by Amit Shah · 12 years ago
  23. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
  24. d077536 virtio: pci: switch to new PM API by Amit Shah · 13 years ago
  25. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 12 years ago
  26. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  27. e6af578 virtio-pci: make reset operation safer by Michael S. Tsirkin · 13 years ago
  28. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  29. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  30. 72103bd virtio-pci: fix use after free by Michael S. Tsirkin · 13 years ago
  31. 005b20a virtio: Dont add "config" to list for !per_vq_vector by Krishna Kumar · 13 years ago
  32. 31a3ddd virtio_pci: Prevent double-free of pci regions after device hot-unplug by Amit Shah · 13 years ago
  33. 8b3bb3e virtio: remove virtio-pci root device by Milton Miller · 14 years ago
  34. b03214d virtio-pci: disable msi at startup by Michael S. Tsirkin · 14 years ago
  35. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  38. bc505f3 virtio: set pci bus master enable bit by Michael S. Tsirkin · 15 years ago
  39. 3119815 virtio: fix out of range array access by Michael S. Tsirkin · 14 years ago
  40. 1f08b83 Add __devexit_p around reference to virtio_pci_remove by Jamie Lokier · 15 years ago
  41. 0b22bd0 virtio-pci: fix per-vq MSI-X request logic by Michael S. Tsirkin · 15 years ago
  42. f68d240 virtio_pci: minor MSI-X cleanups by Rusty Russell · 15 years ago
  43. e969fed virtio: refactor find_vqs by Michael S. Tsirkin · 15 years ago
  44. f6c8250 virtio: delete vq from list by Michael S. Tsirkin · 15 years ago
  45. ff52c3f virtio: fix memory leak on device removal by Michael S. Tsirkin · 15 years ago
  46. 4b892e6 virtio-pci: correctly unregister root device on error by Mark McLoughlin · 15 years ago
  47. 82af8ce virtio_pci: optional MSI-X support by Michael S. Tsirkin · 15 years ago
  48. 77cf5246 virtio_pci: split up vp_interrupt by Michael S. Tsirkin · 15 years ago
  49. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  50. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  51. 3fff017 virtio-pci: do not oops on config change if driver not loaded by Mark McLoughlin · 15 years ago
  52. 63d1255 virtio: do not statically allocate root device by Mark McLoughlin · 16 years ago
  53. 29f9f12 virtio: add PCI device release() function by Mark McLoughlin · 16 years ago
  54. 87c7d57 virtio: hand virtio ring alignment as argument to vring_new_virtqueue by Rusty Russell · 16 years ago
  55. 498af14 virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci. by Rusty Russell · 16 years ago
  56. 480daab virtio: Don't use PAGE_SIZE in virtio_pci.c by Rusty Russell · 16 years ago
  57. 99e0b6c virtio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  58. 13b1eb3 virtio-pci queue allocation not page-aligned by Hollis Blanchard · 16 years ago
  59. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  60. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  61. b769f57 virtio: set device index in common code. by Rusty Russell · 16 years ago
  62. 5610bd1 virtio: virtio_pci should not set bus_id. by Rusty Russell · 16 years ago
  63. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 16 years ago
  64. 597d56e virtio: fix sparse return void-valued expression warnings by Harvey Harrison · 16 years ago
  65. 9796835 virtio_pci iomem annotations by Al Viro · 16 years ago
  66. bd6c269 virtio_pci: unregister virtio device at device remove by Anthony Liguori · 16 years ago
  67. 27ebe30 virtio: Use spin_lock_irqsave/restore for virtio-pci by Anthony Liguori · 16 years ago
  68. 55a7c06 virtio: Use PCI revision field to indicate virtio PCI ABI version by Anthony Liguori · 16 years ago
  69. 3343660 virtio: PCI device by Anthony Liguori · 17 years ago