1. 8590dbc Drivers: virtio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. 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
  3. 9a2bdcc virtio: add drv_to_virtio to make code clearly by Wanlong Gao · 12 years ago
  4. 9bffdca virtio: use dev_to_virtio wrapper in virtio by Wanlong Gao · 12 years ago
  5. 40f9938 virtio-mmio: Fix irq parsing in command line parameter by Pawel Moll · 12 years ago
  6. 800ba5e virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  7. 98e8c6b virtio: make virtqueue_add_buf() returning 0 on success, not capacity. by Rusty Russell · 12 years ago
  8. 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 12 years ago
  9. 1ce6853 virtio-pci: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  10. e225042 virtio_balloon: introduce migration primitives to balloon pages by Rafael Aquini · 12 years ago
  11. 237242b virtio: Don't access index after unregister. by Cornelia Huck · 12 years ago
  12. b92b1b8 virtio: force vring descriptors to be allocated from lowmem by Will Deacon · 12 years ago
  13. d78b519 virtio_mmio: Don't attempt to create empty virtqueues by Brian Foley · 12 years ago
  14. 3850d29 virtio_mmio: fix off by one error allocating queue by Brian Foley · 12 years ago
  15. 74a74b3 drivers/virtio/virtio_pci.c: fix error return code by Peter Senna Tschudin · 12 years ago
  16. 5543a6a virtio: don't crash when device is buggy by Michael S. Tsirkin · 12 years ago
  17. eccbb05 virtio: remove CONFIG_VIRTIO_RING by Rusty Russell · 12 years ago
  18. 387daf1 virtio: add help to CONFIG_VIRTIO option. by Rusty Russell · 12 years ago
  19. 6457f12 virtio: support reserved vqs by Michael S. Tsirkin · 12 years ago
  20. 75a0a52 virtio: introduce an API to set affinity for a virtqueue by Jason Wang · 12 years ago
  21. 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 12 years ago
  22. 7a23eb2 virtio_balloon: not EXPERIMENTAL any more. by Rusty Russell · 12 years ago
  23. 04679f3 virtio-balloon: dependency fix by Michael S. Tsirkin · 12 years ago
  24. 59057fb [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanning by Nicholas Bellinger · 12 years ago
  25. 9c378ab virtio-balloon: fix add/get API use by Michael S. Tsirkin · 12 years ago
  26. 81a054c virtio-mmio: Devices parameter parsing by Pawel Moll · 12 years ago
  27. 90e0320 virtio: Use ida to allocate virtio index by Asias He · 12 years ago
  28. c877bab virtio: balloon: separate out common code between remove and freeze functions by Amit Shah · 12 years ago
  29. c45b416 virtio: balloon: drop restore_common() by Amit Shah · 12 years ago
  30. b8ae0eb virtio: balloon: let host know of updated balloon size before module removal by Amit Shah · 12 years ago
  31. 3ccc937 virtio_balloon: fix handling of PAGE_SIZE != 4k by Michael S. Tsirkin · 12 years ago
  32. 1a87228 virtio_balloon: Fix endian bug by David Gibson · 12 years ago
  33. f878d0b virtio-pci: switch to PM ops macro to initialise PM functions by Amit Shah · 12 years ago
  34. 04c2322 virtio-pci: S3 support by Amit Shah · 12 years ago
  35. 0517fdd virtio-pci: drop restore_common() by Amit Shah · 12 years ago
  36. f38f838 virtio: drop thaw PM operation by Amit Shah · 12 years ago
  37. e47d854 virtio: balloon: Allow stats update after restore from S4 by Amit Shah · 12 years ago
  38. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  39. 4eb05d5 virtio: balloon: leak / fill balloon across S4 by Amit Shah · 12 years ago
  40. a72caae virtio: correct the memory barrier in virtqueue_kick_prepare() by Jason Wang · 12 years ago
  41. 4dbc5d9 virtio: fix typos of memory barriers by Jason Wang · 12 years ago
  42. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  43. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 13 years ago
  44. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
  45. d077536 virtio: pci: switch to new PM API by Amit Shah · 13 years ago
  46. e93300b virtio: add debugging if driver doesn't kick. by Rusty Russell · 13 years ago
  47. ee7cd89 virtio: expose added descriptors immediately. by Rusty Russell · 13 years ago
  48. 3b720b8 virtio: avoid modulus operation. by Rusty Russell · 13 years ago
  49. 41f0377 virtio: support unlocked queue kick by Rusty Russell · 13 years ago
  50. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  51. 5dfc176 virtio: document functions better. by Rusty Russell · 13 years ago
  52. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  53. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
  54. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  55. e6af578 virtio-pci: make reset operation safer by Michael S. Tsirkin · 13 years ago
  56. fe1a7fe virtio-mmio: Correct the name of the guest features selector by Sasha Levin · 13 years ago
  57. bd20817 virtio: add HAS_IOMEM dependency to MMIO platform bus driver by Heiko Carstens · 13 years ago
  58. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  59. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  60. 72103bd virtio-pci: fix use after free by Michael S. Tsirkin · 13 years ago
  61. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  62. edfd52e virtio: Add platform bus driver for memory mapped virtio device by Pawel Moll · 13 years ago
  63. 005b20a virtio: Dont add "config" to list for !per_vq_vector by Krishna Kumar · 13 years ago
  64. b5a2c4f virtio: Add module.h to drivers/virtio users. by Paul Gortmaker · 13 years ago
  65. 8f9f466 Add ethtool -g support to virtio_net by Rick Jones · 13 years ago
  66. e725421 virtio: expose for non-virtualization users too by Ohad Ben-Cohen · 13 years ago
  67. 7ab358c virtio: add api for delayed callbacks by Michael S. Tsirkin · 13 years ago
  68. a5c262c virtio_ring: support event idx feature by Michael S. Tsirkin · 13 years ago
  69. bf50e69 virtio balloon: kill tell-host-first logic by Dave Hansen · 13 years ago
  70. 31a3ddd virtio_pci: Prevent double-free of pci regions after device hot-unplug by Amit Shah · 13 years ago
  71. b3258ff virtio: Decrement avail idx on buffer detach by Amit Shah · 13 years ago
  72. 8b3bb3e virtio: remove virtio-pci root device by Milton Miller · 14 years ago
  73. be6528b virtio: fix format of sysfs driver/vendor files by Stephen Hemminger · 14 years ago
  74. 7ae4b86 virtio: return correct capacity to users by Michael S. Tsirkin · 14 years ago
  75. 1fe9b6f virtio: fix oops on OOM by Michael S. Tsirkin · 14 years ago
  76. b03214d virtio-pci: disable msi at startup by Michael S. Tsirkin · 14 years ago
  77. 686d363 virtio: return ENOMEM on out of memory by Michael S. Tsirkin · 14 years ago
  78. 1756ac3 Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  79. bbd603e virtio: add_buf_gfp by Michael S. Tsirkin · 14 years ago
  80. 7c5e9ed virtio_ring: remove a level of indirection by Michael S. Tsirkin · 14 years ago
  81. 946cfe0 virtio_balloon: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  82. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  83. 61fb06c virtio: Fix GFP flags passed from the virtio balloon driver by Balbir Singh · 14 years ago
  84. 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
  85. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  86. bc505f3 virtio: set pci bus master enable bit by Michael S. Tsirkin · 15 years ago
  87. 3119815 virtio: fix out of range array access by Michael S. Tsirkin · 14 years ago
  88. 3b87062 virtio: Initialize vq->data entries to NULL by Amit Shah · 14 years ago
  89. c021eac virtio: Add ability to detach unused buffers from vrings by Shirley Ma · 14 years ago
  90. d57ed95 virtio: use smp_XX barriers on SMP by Michael S. Tsirkin · 14 years ago
  91. 97a545a virtio: remove bogus barriers from DEBUG version of virtio_ring.c by Rusty Russell · 14 years ago
  92. 169c246 virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ by Rusty Russell · 14 years ago
  93. 1f34c71 virtio: Fix scheduling while atomic in virtio_balloon stats by Adam Litke · 15 years ago
  94. 9564e13 virtio: Add memory statistics reporting to the balloon driver (V4) by Adam Litke · 15 years ago
  95. 1f08b83 Add __devexit_p around reference to virtio_pci_remove by Jamie Lokier · 15 years ago
  96. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 14 years ago
  97. 2d61ba9 virtio: order used ring after used index read by Michael S. Tsirkin · 15 years ago
  98. 0b22bd0 virtio-pci: fix per-vq MSI-X request logic by Michael S. Tsirkin · 15 years ago
  99. 1e65175 move virtballoon_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  100. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago