index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
virtio_config.h
Age
Commit message (
Expand
)
Author
2013-10-17
virtio_config: remove virtio_config_val
Rusty Russell
2013-10-17
virtio_config: introduce size-based accessors.
Rusty Russell
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-09-28
virtio: support reserved vqs
Michael S. Tsirkin
2012-09-28
virtio: introduce an API to set affinity for a virtqueue
Jason Wang
2012-05-22
virtio: fix typo in comment
Chen Baozi
2012-03-04
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2011-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-11-24
virtio-pci: make reset operation safer
Michael S. Tsirkin
2011-11-16
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
2011-11-02
virtio_config: Add virtio_config_val_len()
Sasha Levin
2011-05-30
virtio: add full three-clause BSD text to headers.
Rusty Russell
2011-01-24
Remove MAYBE_BUILD_BUG_ON
Rusty Russell
2009-09-23
BUILD_BUG_ON(): fix it and a couple of bogus uses of it
Jan Beulich
2009-07-30
lguest and virtio: cleanup struct definitions to Linux style.
Rusty Russell
2009-06-12
virtio: teach virtio_has_feature() about transport features
Mark McLoughlin
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2008-07-25
virtio: Rename set_features to finalize_features
Rusty Russell
2008-07-25
virtio: Formally reserve bits 28-31 to be 'transport' features.
Rusty Russell
2008-07-25
virtio: clarify that ABI is usable by any implementations
Rusty Russell
2008-05-30
virtio: force callback on empty.
Rusty Russell
2008-05-30
virtio_config: fix len calculation of config elements
Christian Borntraeger
2008-05-02
virtio: explicit advertisement of driver features
Rusty Russell
2008-05-02
virtio: change config to guest endian.
Rusty Russell
2008-02-04
virtio: reset function
Rusty Russell
2008-02-04
virtio: explicit enable_cb/disable_cb rather than callback return.
Rusty Russell
2008-02-04
virtio: simplify config mechanism.
Rusty Russell
2007-10-23
Virtio interface
Rusty Russell