1. e82df67 virtio_ring: fix num_free handling in error case by Tiwei Bie · 7 years ago
  2. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  3. 44ed808 scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN. by Richard W.M. Jones · 8 years ago
  4. 87646a3 virtio_ring: allow to store zero as the ctx by Jason Wang · 8 years ago
  5. 5a08b04 virtio: allow extra context per descriptor by Michael S. Tsirkin · 8 years ago
  6. f94682d virtio: add context flag to find vqs by Michael S. Tsirkin · 8 years ago
  7. 0d5415b Revert "vring: Force use of DMA API for ARM-based systems with legacy devices" by Michael S. Tsirkin · 9 years ago
  8. c707061 vring: Force use of DMA API for ARM-based systems with legacy devices by Will Deacon · 9 years ago
  9. 0c7eaf5 virtio_ring: fix description of virtqueue_get_buf by Felipe Franciosi · 9 years ago
  10. c60923c virtio_ring: fix complaint by sparse by Gonglei · 9 years ago
  11. 75bfa81 virtio_ring: mark vring_dma_dev inline by Michael S. Tsirkin · 9 years ago
  12. 0ea1e4a virtio_ring: Make interrupt suppression spec compliant by Ladi Prosek · 9 years ago
  13. af7c1be virtio: mark vring_dma_dev() static by Baoyou Xie · 9 years ago
  14. 3cc36f6 virtio: fix error handling for debug builds by Michael S. Tsirkin · 9 years ago
  15. 58625ed virtio: fix memory leak in virtqueue_add() by Wei Yongjun · 9 years ago
  16. 1a93769 virtio: new feature to detect IOMMU device quirk by Michael S. Tsirkin · 9 years ago
  17. e00f7bd virtio: Silence uninitialized variable warning by Dan Carpenter · 9 years ago
  18. 78fe398 vring: Use the DMA API on Xen by Andy Lutomirski · 10 years ago
  19. 2a2d138 virtio: Add improved queue allocation API by Andy Lutomirski · 10 years ago
  20. 780bc79 virtio_ring: Support DMA APIs by Andy Lutomirski · 10 years ago
  21. d26c96c vring: Introduce vring_use_dma_api() by Andy Lutomirski · 10 years ago
  22. 788e5b3 virtio_ring: use virt_store_mb by Michael S. Tsirkin · 10 years ago
  23. f277ec4 virtio_ring: shadow available ring flags & index by Venkatesh Srinivas · 10 years ago
  24. 8210753 virtio: Do not drop __GFP_HIGH in alloc_indirect by Michal Hocko · 10 years ago
  25. 5e05bf5 virtio: Avoid possible kernel panic if DEBUG is enabled. by Tetsuo Handa · 10 years ago
  26. 43b4f72 virtio_ring: coding style fix by Michael S. Tsirkin · 11 years ago
  27. 747ae34 virtio: make VIRTIO_F_VERSION_1 a transport bit by Michael S. Tsirkin · 11 years ago
  28. 8906265 virtio: allow transports to get avail/used addresses by Cornelia Huck · 11 years ago
  29. 00e6f3d virtio_ring: switch to new memory access APIs by Michael S. Tsirkin · 11 years ago
  30. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 11 years ago
  31. b25bd25 virtio_ring: unify direct/indirect code paths. by Rusty Russell · 11 years ago
  32. eeebf9b virtio_ring: assume sgs are always well-formed. by Rusty Russell · 11 years ago
  33. e2dcdfe virtio: virtio_break_device() to mark all virtqueues broken. by Rusty Russell · 11 years ago
  34. 7067044 virtio: fail adding buffer on broken queues. by Rusty Russell · 11 years ago
  35. 6abb2dd tools/virtio: fix missing kmemleak_ignore symbol by Joel Stanley · 11 years ago
  36. 2342d6a virtio_ring: adapt to notify() returning bool by Heinz Graalfs · 12 years ago
  37. b3b32c9 virtio_ring: add new function virtqueue_is_broken() by Heinz Graalfs · 12 years ago
  38. 5b1bf7c virtio_ring: let virtqueue_{kick()/notify()} return a bool by Heinz Graalfs · 12 years ago
  39. 46f9c2b virtio_ring: change host notification API by Heinz Graalfs · 12 years ago
  40. bb478d8 virtio_ring: plug kmemleak false positive. by Rusty Russell · 12 years ago
  41. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  42. cc22988 virtio: support unlocked queue poll by Michael S. Tsirkin · 12 years ago
  43. b3087e4 virtio: remove virtqueue_add_buf(). by Rusty Russell · 12 years ago
  44. 282edb3 virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. by Rusty Russell · 12 years ago
  45. 13816c7 virtio_ring: virtqueue_add_sgs, to add multiple sgs. by Rusty Russell · 12 years ago
  46. a9a0fef virtio_ring: expose virtio barriers for use in vringh. by Rusty Russell · 12 years ago
  47. 98e8c6b virtio: make virtqueue_add_buf() returning 0 on success, not capacity. by Rusty Russell · 13 years ago
  48. 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 13 years ago
  49. b92b1b8 virtio: force vring descriptors to be allocated from lowmem by Will Deacon · 13 years ago
  50. 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 13 years ago
  51. a72caae virtio: correct the memory barrier in virtqueue_kick_prepare() by Jason Wang · 14 years ago
  52. 4dbc5d9 virtio: fix typos of memory barriers by Jason Wang · 14 years ago
  53. e93300b virtio: add debugging if driver doesn't kick. by Rusty Russell · 14 years ago
  54. ee7cd89 virtio: expose added descriptors immediately. by Rusty Russell · 14 years ago
  55. 3b720b8 virtio: avoid modulus operation. by Rusty Russell · 14 years ago
  56. 41f0377 virtio: support unlocked queue kick by Rusty Russell · 14 years ago
  57. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 14 years ago
  58. 5dfc176 virtio: document functions better. by Rusty Russell · 14 years ago
  59. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 14 years ago
  60. b5a2c4f virtio: Add module.h to drivers/virtio users. by Paul Gortmaker · 14 years ago
  61. 8f9f466 Add ethtool -g support to virtio_net by Rick Jones · 14 years ago
  62. 7ab358c virtio: add api for delayed callbacks by Michael S. Tsirkin · 14 years ago
  63. a5c262c virtio_ring: support event idx feature by Michael S. Tsirkin · 14 years ago
  64. b3258ff virtio: Decrement avail idx on buffer detach by Amit Shah · 14 years ago
  65. 7ae4b86 virtio: return correct capacity to users by Michael S. Tsirkin · 15 years ago
  66. 1fe9b6f virtio: fix oops on OOM by Michael S. Tsirkin · 15 years ago
  67. 686d363 virtio: return ENOMEM on out of memory by Michael S. Tsirkin · 15 years ago
  68. bbd603e virtio: add_buf_gfp by Michael S. Tsirkin · 15 years ago
  69. 7c5e9ed virtio_ring: remove a level of indirection by Michael S. Tsirkin · 15 years ago
  70. 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
  71. 3b87062 virtio: Initialize vq->data entries to NULL by Amit Shah · 15 years ago
  72. c021eac virtio: Add ability to detach unused buffers from vrings by Shirley Ma · 16 years ago
  73. d57ed95 virtio: use smp_XX barriers on SMP by Michael S. Tsirkin · 16 years ago
  74. 97a545a virtio: remove bogus barriers from DEBUG version of virtio_ring.c by Rusty Russell · 15 years ago
  75. 2d61ba9 virtio: order used ring after used index read by Michael S. Tsirkin · 16 years ago
  76. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 16 years ago
  77. 9fa29b9d virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) by Mark McLoughlin · 16 years ago
  78. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 16 years ago
  79. c5f841f virtio: more neatening of virtio_ring macros. by Rusty Russell · 16 years ago
  80. 3a35ce7 virtio: fix BAD_RING, START_US and END_USE macros by Roel Kluin · 17 years ago
  81. 87c7d57 virtio: hand virtio ring alignment as argument to vring_new_virtqueue by Rusty Russell · 17 years ago
  82. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 17 years ago
  83. 44653ea virtio: don't always force a notification when ring is full by Rusty Russell · 17 years ago
  84. b4f68be virtio: force callback on empty. by Rusty Russell · 17 years ago
  85. 52a3a05 virtio_net: another race with virtio_net and enable_cb by Christian Borntraeger · 17 years ago
  86. 5ef8275 virtio: ignore corrupted virtqueues rather than spinning. by Rusty Russell · 17 years ago
  87. 2557a93 virtio: remove overzealous BUG_ON. by Rusty Russell · 17 years ago
  88. 4265f16 virtio: fix race in enable_cb by Christian Borntraeger · 17 years ago
  89. c6fd470 virtio: Allow virtio to be modular and used by modules by Rusty Russell · 18 years ago
  90. 15f9c89 virtio: Use the sg_phys convenience function. by Rusty Russell · 18 years ago
  91. 81a8dea virtio: handle interrupts after callbacks turned off by Rusty Russell · 18 years ago
  92. 6e5aa7e virtio: reset function by Rusty Russell · 18 years ago
  93. 426e3e0 virtio: clarify NO_NOTIFY flag usage by Rusty Russell · 18 years ago
  94. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 18 years ago
  95. 42b36cc virtio: Force use of power-of-two for descriptor ring sizes by Rusty Russell · 18 years ago
  96. 1bc4953 virtio: Fix used_idx wrap-around by Anthony Liguori · 18 years ago
  97. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 18 years ago