summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_ring.c
AgeCommit message (Expand)AuthorLines
2008-05-30virtio: force callback on empty.Rusty Russell-7/+0
2008-05-30virtio_net: another race with virtio_net and enable_cbChristian Borntraeger-1/+0
2008-05-02virtio: ignore corrupted virtqueues rather than spinning.Rusty Russell-0/+5
2008-04-07virtio: remove overzealous BUG_ON.Rusty Russell-3/+0
2008-03-17virtio: fix race in enable_cbChristian Borntraeger-1/+0
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell-0/+4
2008-02-04virtio: Use the sg_phys convenience function.Rusty Russell-4/+2
2008-02-04virtio: handle interrupts after callbacks turned offRusty Russell-0/+7
2008-02-04virtio: reset functionRusty Russell-11/+0
2008-02-04virtio: clarify NO_NOTIFY flag usageRusty Russell-0/+2
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell-5/+16
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell-1/+7
2007-11-12virtio: Fix used_idx wrap-aroundAnthony Liguori-1/+1
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell-0/+313