aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio
AgeCommit message (Expand)AuthorFilesLines
2017-05-09tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"Gravatar Colin Ian King 1-1/+1
2017-05-09ptr_ring: support testing different batching sizesGravatar Michael S. Tsirkin 1-0/+3
2017-05-09ringtest: support test specific parametersGravatar Michael S. Tsirkin 2-0/+15
2017-05-02tools/virtio: fix build breakageGravatar Sekhar Nori 3-4/+6
2017-05-02ringtest: fix an assert statementGravatar Dan Carpenter 1-1/+1
2017-01-19tools/virtio/ringtest: tweaks for s390Gravatar Halil Pasic 1-0/+12
2017-01-19tools/virtio/ringtest: fix run-on-all.sh for offline cpusGravatar Halil Pasic 1-2/+3
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hGravatar Mark Rutland 1-4/+5
2016-12-16tools/virtio: fix READ_ONCE()Gravatar Mark Rutland 1-1/+1
2016-10-31ringtest: poll for new buffers once before updating event indexGravatar Paolo Bonzini 1-2/+2
2016-10-31ringtest: commonize implementation of poll_avail/poll_usedGravatar Paolo Bonzini 6-83/+43
2016-10-31ringtest: use link-time optimizationGravatar Paolo Bonzini 2-4/+4
2016-08-15tools/virtio: add dma stubsGravatar Michael S. Tsirkin 5-1/+52
2016-08-15ringtest: test build fixGravatar Michael S. Tsirkin 1-0/+1
2016-07-01ptr_ring: support resizing multiple queuesGravatar Michael S. Tsirkin 1-0/+5
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-3/+78
2016-06-15ptr_ring: ring testGravatar Michael S. Tsirkin 2-1/+196
2016-06-06tools/virtio: add noring toolGravatar Michael S. Tsirkin 2-1/+72
2016-06-06tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpuGravatar Mike Rapoport 1-2/+2
2016-06-06tools/virtio/ringtest: add usage example to READMEGravatar Mike Rapoport 1-0/+4
2016-05-22ringtest: pass buf != NULLGravatar Michael S. Tsirkin 1-1/+1
2016-05-22virtio: add inorder optionGravatar Michael S. Tsirkin 3-2/+54
2016-03-02virtio_ring: Support DMA APIsGravatar Andy Lutomirski 1-0/+17
2016-01-26tools/virtio: add ringtest utilitiesGravatar Michael S. Tsirkin 8-0/+1123
2016-01-26tools/virtio: use virt_xxx barriersGravatar Michael S. Tsirkin 3-9/+23
2015-12-07tools/virtio: fix byteswap logicGravatar Michael S. Tsirkin 1-7/+13
2015-12-07tools/virtio: move list macro stubsGravatar Michael S. Tsirkin 2-6/+6
2015-09-16tools/virtio: propagate V=X to kernel buildGravatar Michael S. Tsirkin 1-1/+1
2015-09-09tools/virtio: fix build after 4.2 changesGravatar Michael S. Tsirkin 3-0/+13
2014-12-15tools/virtio: add virtio 1.0 in vringh_testGravatar Michael S. Tsirkin 1-0/+2
2014-12-15tools/virtio: add virtio 1.0 in virtio_testGravatar Michael S. Tsirkin 1-1/+13
2014-12-15tools/virtio: enable -WerrorGravatar Michael S. Tsirkin 1-1/+1
2014-12-15tools/virtio: 64 bit featuresGravatar Michael S. Tsirkin 1-1/+1
2014-12-15tools/virtio: fix vringh testGravatar Michael S. Tsirkin 1-0/+1
2014-12-15tools/virtio: more stubsGravatar Michael S. Tsirkin 5-2/+79
2014-12-09virtio: add support for 64 bit features.Gravatar Michael S. Tsirkin 1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresGravatar Michael S. Tsirkin 4-33/+12
2014-05-01tools: Consolidate types.hGravatar Borislav Petkov 2-35/+0
2014-05-01tools: Unify export.hGravatar Borislav Petkov 2-6/+1
2014-03-13tools/virtio: add a missing )Gravatar Joel Stanley 1-1/+1
2014-03-13tools/virtio: fix missing kmemleak_ignore symbolGravatar Joel Stanley 1-0/+3
2014-03-13tools/virtio: update internal copies of headersGravatar Joel Stanley 1-2/+2
2013-10-29virtio_test: verify if virtqueue_kick() succeededGravatar Heinz Graalfs 1-1/+2
2013-10-29virtio_ring: change host notification APIGravatar Heinz Graalfs 2-5/+11
2013-07-15virtio tools: add .gitignoreGravatar Ramkumar Ramachandra 1-0/+3
2013-07-09tools/virtio: move module license stub to module.hGravatar Michael S. Tsirkin 2-3/+5
2013-03-20tools/virtio: remove virtqueue_add_buf() from tests.Gravatar Rusty Russell 3-20/+15
2013-03-20tools/virtio: make vringh_test use inbuf/outbuf.Gravatar Rusty Russell 2-4/+14
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Gravatar Rusty Russell 2-0/+23
2013-03-20tools/virtio: add vring_test.Gravatar Rusty Russell 3-4/+747