aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_ring.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Add ethtool -g support to virtio_netGravatar Rick Jones 1-0/+10
2011-05-30virtio: add api for delayed callbacksGravatar Michael S. Tsirkin 1-0/+27
2011-05-30virtio_ring: support event idx featureGravatar Michael S. Tsirkin 1-2/+24
2011-04-21virtio: Decrement avail idx on buffer detachGravatar Amit Shah 1-0/+1
2010-11-24virtio: return correct capacity to usersGravatar Michael S. Tsirkin 1-3/+0
2010-07-26virtio: fix oops on OOMGravatar Michael S. Tsirkin 1-2/+3
2010-06-23virtio: return ENOMEM on out of memoryGravatar Michael S. Tsirkin 1-1/+1
2010-05-19virtio: add_buf_gfpGravatar Michael S. Tsirkin 1-9/+11
2010-05-19virtio_ring: remove a level of indirectionGravatar Michael S. Tsirkin 1-20/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-24virtio: Initialize vq->data entries to NULLGravatar Amit Shah 1-1/+4
2010-02-24virtio: Add ability to detach unused buffers from vringsGravatar Shirley Ma 1-0/+25
2010-02-24virtio: use smp_XX barriers on SMPGravatar Michael S. Tsirkin 1-4/+22
2010-02-24virtio: remove bogus barriers from DEBUG version of virtio_ring.cGravatar Rusty Russell 1-2/+1
2009-10-29virtio: order used ring after used index readGravatar Michael S. Tsirkin 1-0/+3
2009-09-23virtio: make add_buf return capacity remainingGravatar Rusty Russell 1-1/+5
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Gravatar Mark McLoughlin 1-2/+73
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Gravatar Rusty Russell 1-7/+20
2009-03-30virtio: more neatening of virtio_ring macros.Gravatar Rusty Russell 1-3/+9
2009-03-30virtio: fix BAD_RING, START_US and END_USE macrosGravatar Roel Kluin 1-8/+8
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueGravatar Rusty Russell 1-1/+2
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Gravatar Rusty Russell 1-0/+16
2008-07-25virtio: don't always force a notification when ring is fullGravatar Rusty Russell 1-2/+5
2008-05-30virtio: force callback on empty.Gravatar Rusty Russell 1-7/+0
2008-05-30virtio_net: another race with virtio_net and enable_cbGravatar Christian Borntraeger 1-1/+0
2008-05-02virtio: ignore corrupted virtqueues rather than spinning.Gravatar Rusty Russell 1-0/+5
2008-04-07virtio: remove overzealous BUG_ON.Gravatar Rusty Russell 1-3/+0
2008-03-17virtio: fix race in enable_cbGravatar Christian Borntraeger 1-1/+0
2008-02-04virtio: Allow virtio to be modular and used by modulesGravatar Rusty Russell 1-0/+4
2008-02-04virtio: Use the sg_phys convenience function.Gravatar Rusty Russell 1-4/+2
2008-02-04virtio: handle interrupts after callbacks turned offGravatar Rusty Russell 1-0/+7
2008-02-04virtio: reset functionGravatar Rusty Russell 1-11/+0
2008-02-04virtio: clarify NO_NOTIFY flag usageGravatar Rusty Russell 1-0/+2
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Gravatar Rusty Russell 1-5/+16
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesGravatar Rusty Russell 1-1/+7
2007-11-12virtio: Fix used_idx wrap-aroundGravatar Anthony Liguori 1-1/+1
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationGravatar Rusty Russell 1-0/+313