1. 7ab358c virtio: add api for delayed callbacks by Michael S. Tsirkin · 13 years ago
  2. a5c262c virtio_ring: support event idx feature by Michael S. Tsirkin · 13 years ago
  3. b3258ff virtio: Decrement avail idx on buffer detach by Amit Shah · 13 years ago
  4. 7ae4b86 virtio: return correct capacity to users by Michael S. Tsirkin · 14 years ago
  5. 1fe9b6f virtio: fix oops on OOM by Michael S. Tsirkin · 14 years ago
  6. 686d363 virtio: return ENOMEM on out of memory by Michael S. Tsirkin · 14 years ago
  7. bbd603e virtio: add_buf_gfp by Michael S. Tsirkin · 14 years ago
  8. 7c5e9ed virtio_ring: remove a level of indirection by Michael S. Tsirkin · 14 years ago
  9. 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
  10. 3b87062 virtio: Initialize vq->data entries to NULL by Amit Shah · 14 years ago
  11. c021eac virtio: Add ability to detach unused buffers from vrings by Shirley Ma · 15 years ago
  12. d57ed95 virtio: use smp_XX barriers on SMP by Michael S. Tsirkin · 15 years ago
  13. 97a545a virtio: remove bogus barriers from DEBUG version of virtio_ring.c by Rusty Russell · 14 years ago
  14. 2d61ba9 virtio: order used ring after used index read by Michael S. Tsirkin · 15 years ago
  15. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  16. 9fa29b9d virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) by Mark McLoughlin · 15 years ago
  17. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  18. c5f841f virtio: more neatening of virtio_ring macros. by Rusty Russell · 15 years ago
  19. 3a35ce7 virtio: fix BAD_RING, START_US and END_USE macros by Roel Kluin · 16 years ago
  20. 87c7d57 virtio: hand virtio ring alignment as argument to vring_new_virtqueue by Rusty Russell · 16 years ago
  21. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  22. 44653ea virtio: don't always force a notification when ring is full by Rusty Russell · 16 years ago
  23. b4f68be virtio: force callback on empty. by Rusty Russell · 16 years ago
  24. 52a3a05 virtio_net: another race with virtio_net and enable_cb by Christian Borntraeger · 16 years ago
  25. 5ef8275 virtio: ignore corrupted virtqueues rather than spinning. by Rusty Russell · 16 years ago
  26. 2557a93 virtio: remove overzealous BUG_ON. by Rusty Russell · 16 years ago
  27. 4265f16 virtio: fix race in enable_cb by Christian Borntraeger · 16 years ago
  28. c6fd470 virtio: Allow virtio to be modular and used by modules by Rusty Russell · 17 years ago
  29. 15f9c89 virtio: Use the sg_phys convenience function. by Rusty Russell · 17 years ago
  30. 81a8dea virtio: handle interrupts after callbacks turned off by Rusty Russell · 17 years ago
  31. 6e5aa7e virtio: reset function by Rusty Russell · 17 years ago
  32. 426e3e0 virtio: clarify NO_NOTIFY flag usage by Rusty Russell · 17 years ago
  33. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 17 years ago
  34. 42b36cc virtio: Force use of power-of-two for descriptor ring sizes by Rusty Russell · 17 years ago
  35. 1bc4953 virtio: Fix used_idx wrap-around by Anthony Liguori · 17 years ago
  36. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 17 years ago