aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19virtio: add_buf_gfpMichael S. Tsirkin1-9/+11
2010-05-19virtio_ring: remove a level of indirectionMichael S. Tsirkin1-20/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-24virtio: Initialize vq->data entries to NULLAmit Shah1-1/+4
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+25
2010-02-24virtio: use smp_XX barriers on SMPMichael S. Tsirkin1-4/+22
2010-02-24virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell1-2/+1
2009-10-29virtio: order used ring after used index readMichael S. Tsirkin1-0/+3
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+5
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin1-2/+73
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-7/+20
2009-03-30virtio: more neatening of virtio_ring macros.Rusty Russell1-3/+9
2009-03-30virtio: fix BAD_RING, START_US and END_USE macrosRoel Kluin1-8/+8
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell1-1/+2
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell1-0/+16
2008-07-25virtio: don't always force a notification when ring is fullRusty Russell1-2/+5
2008-05-30virtio: force callback on empty.Rusty Russell1-7/+0
2008-05-30virtio_net: another race with virtio_net and enable_cbChristian Borntraeger1-1/+0
2008-05-02virtio: ignore corrupted virtqueues rather than spinning.Rusty Russell1-0/+5
2008-04-07virtio: remove overzealous BUG_ON.Rusty Russell1-3/+0
2008-03-17virtio: fix race in enable_cbChristian Borntraeger1-1/+0
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell1-0/+4
2008-02-04virtio: Use the sg_phys convenience function.Rusty Russell1-4/+2
2008-02-04virtio: handle interrupts after callbacks turned offRusty Russell1-0/+7
2008-02-04virtio: reset functionRusty Russell1-11/+0
2008-02-04virtio: clarify NO_NOTIFY flag usageRusty Russell1-0/+2
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-5/+16
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell1-1/+7
2007-11-12virtio: Fix used_idx wrap-aroundAnthony Liguori1-1/+1
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell1-0/+313