index
:
linux-bcache.git
acall
aio
aio-attributes-upstream
aio-fix
aio-ida
aio-new-abi
bcache-3.10-stable
bcache-continue-on-btree-node-error
bcache-dev-february
bcache-dev-wip
bcache-transactions
bcache-vmalloc-fallback
bcache_uuid_debug
bcachefs-v0
blk-flush-torture-test
block_discard_fix
block_stuff
block_stuff_1
dynamic_faults
idr
idr-array-alloc
idr-performance-hacks
pagecache_iter
pagecache_iter-4.6
per-cpu-tags
percpu-ida
percpu-tag-allocator
rbtree
treebitvec
wait_events
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
virtio_ring.h
Age
Commit message (
Expand
)
Author
2013-03-20
virtio_ring: expose virtio barriers for use in vringh.
Rusty Russell
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-09-28
virtio-ring: move queue_index to vring_virtqueue
Jason Wang
2012-01-12
virtio: harsher barriers for rpmsg.
Rusty Russell
2011-11-02
virtio: modify vring_init and vring_size to take account of the layout contai...
Wang Sheng-Hui
2011-05-30
virtio ring: inline function to check for events
Michael S. Tsirkin
2011-05-30
virtio: event index interface
Michael S. Tsirkin
2011-05-30
virtio: add full three-clause BSD text to headers.
Rusty Russell
2009-07-30
lguest and virtio: cleanup struct definitions to Linux style.
Rusty Russell
2009-06-12
virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
Mark McLoughlin
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2008-12-30
virtio: hand virtio ring alignment as argument to vring_new_virtqueue
Rusty Russell
2008-12-30
virtio: rename 'pagesize' arg to vring_init/vring_size
Rusty Russell
2008-07-25
virtio: Add transport feature handling stub for virtio_ring.
Rusty Russell
2008-02-04
virtio: clarify NO_NOTIFY flag usage
Rusty Russell
2008-02-04
virtio: Fix vring_init/vring_size to take unsigned long
Anthony Liguori
2008-02-04
virtio: explicit enable_cb/disable_cb rather than callback return.
Rusty Russell
2007-11-12
virtio: Force use of power-of-two for descriptor ring sizes
Rusty Russell
2007-11-12
virtio: fix vring_init for 64 bits
Anthony Liguori
2007-10-23
Virtio helper routines for a descriptor ringbuffer implementation
Rusty Russell