summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_ring.c
AgeCommit message (Expand)Author
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell
2008-02-04virtio: Use the sg_phys convenience function.Rusty Russell
2008-02-04virtio: handle interrupts after callbacks turned offRusty Russell
2008-02-04virtio: reset functionRusty Russell
2008-02-04virtio: clarify NO_NOTIFY flag usageRusty Russell
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell
2007-11-12virtio: Fix used_idx wrap-aroundAnthony Liguori
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell