1. 33635bd virtio_pci: don't kfree device on register failure by weiping zhang · 7 years ago
  2. ba74b6f virtio_pci: fix cpu affinity support by Christoph Hellwig · 7 years ago
  3. f94682d virtio: add context flag to find vqs by Michael S. Tsirkin · 8 years ago
  4. 2f8dc3a virtio-pci: Remove affinity hint before freeing the interrupt by Marc Zyngier · 8 years ago
  5. 0a9b3f4 Revert "virtio_pci: remove struct virtio_pci_vq_info" by Michael S. Tsirkin · 8 years ago
  6. 0b0f9dc Revert "virtio_pci: use shared interrupts for virtqueues" by Michael S. Tsirkin · 8 years ago
  7. 2008c15 Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev" by Michael S. Tsirkin · 8 years ago
  8. bf951b1 Revert "virtio_pci: simplify MSI-X setup" by Michael S. Tsirkin · 8 years ago
  9. 8f10d01 Revert "virtio_pci: fix out of bound access for msix_names" by Michael S. Tsirkin · 8 years ago
  10. de85ec8 virtio_pci: fix out of bound access for msix_names by Jason Wang · 8 years ago
  11. bbaba47 virtio: provide a method to get the IRQ affinity mask for a virtqueue by Christoph Hellwig · 8 years ago
  12. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago
  13. 52a6151 virtio_pci: simplify MSI-X setup by Christoph Hellwig · 8 years ago
  14. 53a020c virtio_pci: don't duplicate the msix_enable flag in struct pci_dev by Christoph Hellwig · 8 years ago
  15. 07ec5148 virtio_pci: use shared interrupts for virtqueues by Christoph Hellwig · 8 years ago
  16. 5c34d00 virtio_pci: remove struct virtio_pci_vq_info by Christoph Hellwig · 8 years ago
  17. a3cbec6 virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants by Christoph Hellwig · 8 years ago
  18. 66f2f55 virtio_pci: merge vp_free_vectors into vp_del_vqs by Christoph Hellwig · 8 years ago
  19. 9f8196c virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors by Christoph Hellwig · 8 years ago
  20. fa3a327 virtio_pci: use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  21. d417959 virtio: clean up handling of request_irq failure by Michael S. Tsirkin · 8 years ago
  22. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  23. caf02ab PCI: Add QEMU top-level IDs for (sub)vendor & device by Robin H. Johnson · 9 years ago
  24. 2989be0 virtio_pci: fix use after free on release by Michael S. Tsirkin · 9 years ago
  25. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 9 years ago
  26. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  27. 59a5b0f7 virtio-pci: alloc only resources actually used. by Gerd Hoffmann · 10 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 · 10 years ago
  29. 210d150 virtio_pci: Clear stale cpumask when setting irq affinity by Jiang Liu · 10 years ago
  30. c1f4d88 virtio_pci: drop pci_msi_off() call during probe by Michael S. Tsirkin · 10 years ago
  31. ac399d8 virtio_pci: add module param to force legacy mode by Michael S. Tsirkin · 10 years ago
  32. 1fcf051 virtio_pci: modern driver by Michael S. Tsirkin · 10 years ago
  33. ff31d2e virtio_pci: move probe/remove code to common by Michael S. Tsirkin · 10 years ago
  34. 945399a virtio_pci: device-specific release callback by Michael S. Tsirkin · 10 years ago
  35. 80e9541 virtio: make del_vqs idempotent by Michael S. Tsirkin · 10 years ago
  36. 5ff1611 virtio_pci: restore module attributes by Herbert Xu · 10 years ago
  37. 9a4253d virtio_pci: move probe to common file by Michael S. Tsirkin · 10 years ago
  38. 5f4c976 virtio_pci: rename virtio_pci -> virtio_pci_common by Michael S. Tsirkin · 10 years ago[Renamed (99%) from drivers/virtio/virtio_pci.c]
  39. a90fdce virtio_pci: update file descriptions and copyright by Michael S. Tsirkin · 10 years ago
  40. 38eb4a2 virtio_pci: split out legacy device support by Michael S. Tsirkin · 10 years ago
  41. 6f8f23d virtio_pci: setup config vector indirectly by Michael S. Tsirkin · 10 years ago
  42. b09f00b virtio_pci: setup vqs indirectly by Michael S. Tsirkin · 10 years ago
  43. 5386cef virtio_pci: delete vqs indirectly by Michael S. Tsirkin · 10 years ago
  44. f30eaf4 virtio_pci: use priv for vq notification by Michael S. Tsirkin · 10 years ago
  45. 3ec7a77 virtio_pci: free up vq->priv by Michael S. Tsirkin · 10 years ago
  46. f913dd4 virtio_pci: fix coding style for structs by Michael S. Tsirkin · 10 years ago
  47. af53572 virtio_pci: add isr field by Michael S. Tsirkin · 10 years ago
  48. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 10 years ago
  49. 93d389f virtio: assert 32 bit features in transports by Michael S. Tsirkin · 10 years ago
  50. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  51. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  52. c6716ba virtio-pci: move freeze/restore to virtio core by Michael S. Tsirkin · 10 years ago
  53. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
  54. 6fbc198 virtio_pci: fix virtio spec compliance on restore by Michael S. Tsirkin · 10 years ago
  55. cef340e virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  56. 5e37f67 virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  57. 7d2dddd virtio: pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  58. 46f9c2b virtio_ring: change host notification API by Heinz Graalfs · 11 years ago
  59. 9e266ec virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  60. f11335d virtio-pci: fix leaks of msix_affinity_masks by Andrew Vagin · 12 years ago
  61. 35cdc9e virtio: make pci_device_id const by Stephen Hemminger · 12 years ago
  62. 9350393 virtio: make config_ops const by Stephen Hemminger · 12 years ago
  63. 8590dbc Drivers: virtio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  64. 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 12 years ago
  65. 1ce6853 virtio-pci: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  66. 74a74b3 drivers/virtio/virtio_pci.c: fix error return code by Peter Senna Tschudin · 12 years ago
  67. 6457f12 virtio: support reserved vqs by Michael S. Tsirkin · 12 years ago
  68. 75a0a52 virtio: introduce an API to set affinity for a virtqueue by Jason Wang · 12 years ago
  69. 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 12 years ago
  70. f878d0b virtio-pci: switch to PM ops macro to initialise PM functions by Amit Shah · 13 years ago
  71. 04c2322 virtio-pci: S3 support by Amit Shah · 13 years ago
  72. 0517fdd virtio-pci: drop restore_common() by Amit Shah · 13 years ago
  73. f38f838 virtio: drop thaw PM operation by Amit Shah · 13 years ago
  74. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
  75. d077536 virtio: pci: switch to new PM API by Amit Shah · 13 years ago
  76. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
  77. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  78. e6af578 virtio-pci: make reset operation safer by Michael S. Tsirkin · 13 years ago
  79. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  80. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  81. 72103bd virtio-pci: fix use after free by Michael S. Tsirkin · 13 years ago
  82. 005b20a virtio: Dont add "config" to list for !per_vq_vector by Krishna Kumar · 13 years ago
  83. 31a3ddd virtio_pci: Prevent double-free of pci regions after device hot-unplug by Amit Shah · 14 years ago
  84. 8b3bb3e virtio: remove virtio-pci root device by Milton Miller · 14 years ago
  85. b03214d virtio-pci: disable msi at startup by Michael S. Tsirkin · 15 years ago
  86. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  88. 8839316 Fix typos in comments by Thomas Weber · 15 years ago
  89. bc505f3 virtio: set pci bus master enable bit by Michael S. Tsirkin · 15 years ago
  90. 3119815 virtio: fix out of range array access by Michael S. Tsirkin · 15 years ago
  91. 1f08b83 Add __devexit_p around reference to virtio_pci_remove by Jamie Lokier · 15 years ago
  92. 0b22bd0 virtio-pci: fix per-vq MSI-X request logic by Michael S. Tsirkin · 15 years ago
  93. f68d240 virtio_pci: minor MSI-X cleanups by Rusty Russell · 15 years ago
  94. e969fed virtio: refactor find_vqs by Michael S. Tsirkin · 15 years ago
  95. f6c8250 virtio: delete vq from list by Michael S. Tsirkin · 15 years ago
  96. ff52c3f virtio: fix memory leak on device removal by Michael S. Tsirkin · 15 years ago
  97. 4b892e6 virtio-pci: correctly unregister root device on error by Mark McLoughlin · 16 years ago
  98. 82af8ce virtio_pci: optional MSI-X support by Michael S. Tsirkin · 16 years ago
  99. 77cf5246 virtio_pci: split up vp_interrupt by Michael S. Tsirkin · 16 years ago
  100. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 16 years ago