1. 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
  2. bbd603e virtio: add_buf_gfp by Michael S. Tsirkin · 14 years ago
  3. 7c5e9ed virtio_ring: remove a level of indirection by Michael S. Tsirkin · 14 years ago
  4. 946cfe0 virtio_balloon: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  5. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  6. 61fb06c virtio: Fix GFP flags passed from the virtio balloon driver by Balbir Singh · 14 years ago
  7. 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
  8. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  9. bc505f3 virtio: set pci bus master enable bit by Michael S. Tsirkin · 15 years ago
  10. 3119815 virtio: fix out of range array access by Michael S. Tsirkin · 14 years ago
  11. 3b87062 virtio: Initialize vq->data entries to NULL by Amit Shah · 14 years ago
  12. c021eac virtio: Add ability to detach unused buffers from vrings by Shirley Ma · 14 years ago
  13. d57ed95 virtio: use smp_XX barriers on SMP by Michael S. Tsirkin · 14 years ago
  14. 97a545a virtio: remove bogus barriers from DEBUG version of virtio_ring.c by Rusty Russell · 14 years ago
  15. 169c246 virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ by Rusty Russell · 14 years ago
  16. 1f34c71 virtio: Fix scheduling while atomic in virtio_balloon stats by Adam Litke · 15 years ago
  17. 9564e13 virtio: Add memory statistics reporting to the balloon driver (V4) by Adam Litke · 15 years ago
  18. 1f08b83 Add __devexit_p around reference to virtio_pci_remove by Jamie Lokier · 15 years ago
  19. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 14 years ago
  20. 2d61ba9 virtio: order used ring after used index read by Michael S. Tsirkin · 15 years ago
  21. 0b22bd0 virtio-pci: fix per-vq MSI-X request logic by Michael S. Tsirkin · 15 years ago
  22. 1e65175 move virtballoon_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  23. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  24. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  25. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  26. f68d240 virtio_pci: minor MSI-X cleanups by Rusty Russell · 15 years ago
  27. e969fed virtio: refactor find_vqs by Michael S. Tsirkin · 15 years ago
  28. f6c8250 virtio: delete vq from list by Michael S. Tsirkin · 15 years ago
  29. ff52c3f virtio: fix memory leak on device removal by Michael S. Tsirkin · 15 years ago
  30. 4b892e6 virtio-pci: correctly unregister root device on error by Mark McLoughlin · 15 years ago
  31. e335385 virtio: enhance id_matching for virtio drivers by Christian Borntraeger · 15 years ago
  32. c89e801 virtio: fix id_matching for virtio drivers by Christian Borntraeger · 15 years ago
  33. 9fa29b9d virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) by Mark McLoughlin · 15 years ago
  34. a928928 virtio: expose features in sysfs by Rusty Russell · 15 years ago
  35. 82af8ce virtio_pci: optional MSI-X support by Michael S. Tsirkin · 15 years ago
  36. 77cf5246 virtio_pci: split up vp_interrupt by Michael S. Tsirkin · 15 years ago
  37. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  38. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  39. ef688e1 virtio: meet virtio spec by finalizing features before using device by Rusty Russell · 15 years ago
  40. 84a139a virtio: fix suspend when using virtio_balloon by Marcelo Tosatti · 15 years ago
  41. c5f841f virtio: more neatening of virtio_ring macros. by Rusty Russell · 15 years ago
  42. 3a35ce7 virtio: fix BAD_RING, START_US and END_USE macros by Roel Kluin · 15 years ago
  43. 3fff017 virtio-pci: do not oops on config change if driver not loaded by Mark McLoughlin · 15 years ago
  44. 63d1255 virtio: do not statically allocate root device by Mark McLoughlin · 16 years ago
  45. 29f9f12 virtio: add PCI device release() function by Mark McLoughlin · 16 years ago
  46. 1b4aa2f virtio: avoid implicit use of Linux page size in balloon interface by Hollis Blanchard · 16 years ago
  47. 87c7d57 virtio: hand virtio ring alignment as argument to vring_new_virtqueue by Rusty Russell · 16 years ago
  48. 498af14 virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci. by Rusty Russell · 16 years ago
  49. 480daab virtio: Don't use PAGE_SIZE in virtio_pci.c by Rusty Russell · 16 years ago
  50. 99e0b6c virtio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  51. 13b1eb3 virtio-pci queue allocation not page-aligned by Hollis Blanchard · 16 years ago
  52. 532a608 virtio_balloon: fix towards_target when deflating balloon by Anthony Liguori · 16 years ago
  53. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  54. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  55. dd7c7bc virtio: Formally reserve bits 28-31 to be 'transport' features. by Rusty Russell · 16 years ago
  56. e962fa66 virtio: Use bus_type probe and remove methods by Mark McLoughlin · 16 years ago
  57. 44653ea virtio: don't always force a notification when ring is full by Rusty Russell · 16 years ago
  58. b92dea6 virtio: Complete feature negotation before updating status by Mark McLoughlin · 16 years ago
  59. b4f68be virtio: force callback on empty. by Rusty Russell · 16 years ago
  60. 52a3a05 virtio_net: another race with virtio_net and enable_cb by Christian Borntraeger · 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. 2ad3cfb virtio: bus_id for devices should contain 'virtio' by Rusty Russell · 16 years ago
  64. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 16 years ago
  65. 72e61eb virtio: change config to guest endian. by Rusty Russell · 16 years ago
  66. 597d56e virtio: fix sparse return void-valued expression warnings by Harvey Harrison · 16 years ago
  67. 5ef8275 virtio: ignore corrupted virtqueues rather than spinning. by Rusty Russell · 16 years ago
  68. 2557a93 virtio: remove overzealous BUG_ON. by Rusty Russell · 16 years ago
  69. 9796835 virtio_pci iomem annotations by Al Viro · 16 years ago
  70. bd6c269 virtio_pci: unregister virtio device at device remove by Anthony Liguori · 16 years ago
  71. 4265f16 virtio: fix race in enable_cb by Christian Borntraeger · 16 years ago
  72. bdc1681 virtio: handle > 2 billion page balloon targets by Rusty Russell · 16 years ago
  73. 27ebe30 virtio: Use spin_lock_irqsave/restore for virtio-pci by Anthony Liguori · 16 years ago
  74. 6659a0f virtio: add missing #include <linux/delay.h> by Johann Felix Soden · 16 years ago
  75. 6b35e40 virtio: balloon driver by Rusty Russell · 16 years ago
  76. 55a7c06 virtio: Use PCI revision field to indicate virtio PCI ABI version by Anthony Liguori · 16 years ago
  77. 3343660 virtio: PCI device by Anthony Liguori · 17 years ago
  78. c6fd470 virtio: Allow virtio to be modular and used by modules by Rusty Russell · 16 years ago
  79. 15f9c89 virtio: Use the sg_phys convenience function. by Rusty Russell · 16 years ago
  80. 81a8dea virtio: handle interrupts after callbacks turned off by Rusty Russell · 16 years ago
  81. 6e5aa7e virtio: reset function by Rusty Russell · 16 years ago
  82. 426e3e0 virtio: clarify NO_NOTIFY flag usage by Rusty Russell · 16 years ago
  83. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 16 years ago
  84. a586d4f virtio: simplify config mechanism. by Rusty Russell · 16 years ago
  85. 74b2553 virtio: fix module/device unloading by Rusty Russell · 17 years ago
  86. 42b36cc virtio: Force use of power-of-two for descriptor ring sizes by Rusty Russell · 17 years ago
  87. 1bc4953 virtio: Fix used_idx wrap-around by Anthony Liguori · 17 years ago
  88. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 17 years ago
  89. b01d9f2 Module autoprobing support for virtio drivers. by Rusty Russell · 17 years ago
  90. ec3d41c Virtio interface by Rusty Russell · 17 years ago