aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20ptr_ring: fix buildMichael S. Tsirkin1-0/+5
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-23/+31
2018-02-01ringtest: ring.c malloc & memset to callocPeter Malone1-4/+2
2018-01-31virtio/ringtest: virtio_ring: fix up need_event mathMichael S. Tsirkin1-10/+14
2018-01-31virtio/ringtest: fix up need_event mathMichael S. Tsirkin1-9/+15
2018-01-29tools/virtio: fix smp_mb on x86Michael S. Tsirkin1-1/+1
2018-01-29tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin1-0/+57
2018-01-29tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2-1/+2
2018-01-29tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin1-1/+1
2017-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+23
2017-12-08ptr_ring: fix up after recent ptr_ring changesMichael S. Tsirkin1-6/+23
2017-11-10locking/x86: Use LOCK ADD for smp_mb() instead of MFENCEMichael S. Tsirkin1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-05-09tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"Colin Ian King1-1/+1
2017-05-09ptr_ring: support testing different batching sizesMichael S. Tsirkin1-0/+3
2017-05-09ringtest: support test specific parametersMichael S. Tsirkin2-0/+15
2017-05-02tools/virtio: fix build breakageSekhar Nori3-4/+6
2017-05-02ringtest: fix an assert statementDan Carpenter1-1/+1
2017-01-19tools/virtio/ringtest: tweaks for s390Halil Pasic1-0/+12
2017-01-19tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic1-2/+3
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1
2016-10-31ringtest: poll for new buffers once before updating event indexPaolo Bonzini1-2/+2
2016-10-31ringtest: commonize implementation of poll_avail/poll_usedPaolo Bonzini6-83/+43
2016-10-31ringtest: use link-time optimizationPaolo Bonzini2-4/+4
2016-08-15tools/virtio: add dma stubsMichael S. Tsirkin5-1/+52
2016-08-15ringtest: test build fixMichael S. Tsirkin1-0/+1
2016-07-01ptr_ring: support resizing multiple queuesMichael S. Tsirkin1-0/+5
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+78
2016-06-15ptr_ring: ring testMichael S. Tsirkin2-1/+196
2016-06-06tools/virtio: add noring toolMichael S. Tsirkin2-1/+72
2016-06-06tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpuMike Rapoport1-2/+2
2016-06-06tools/virtio/ringtest: add usage example to READMEMike Rapoport1-0/+4
2016-05-22ringtest: pass buf != NULLMichael S. Tsirkin1-1/+1
2016-05-22virtio: add inorder optionMichael S. Tsirkin3-2/+54
2016-03-02virtio_ring: Support DMA APIsAndy Lutomirski1-0/+17
2016-01-26tools/virtio: add ringtest utilitiesMichael S. Tsirkin8-0/+1123
2016-01-26tools/virtio: use virt_xxx barriersMichael S. Tsirkin3-9/+23
2015-12-07tools/virtio: fix byteswap logicMichael S. Tsirkin1-7/+13
2015-12-07tools/virtio: move list macro stubsMichael S. Tsirkin2-6/+6
2015-09-16tools/virtio: propagate V=X to kernel buildMichael S. Tsirkin1-1/+1
2015-09-09tools/virtio: fix build after 4.2 changesMichael S. Tsirkin3-0/+13
2014-12-15tools/virtio: add virtio 1.0 in vringh_testMichael S. Tsirkin1-0/+2
2014-12-15tools/virtio: add virtio 1.0 in virtio_testMichael S. Tsirkin1-1/+13
2014-12-15tools/virtio: enable -WerrorMichael S. Tsirkin1-1/+1
2014-12-15tools/virtio: 64 bit featuresMichael S. Tsirkin1-1/+1
2014-12-15tools/virtio: fix vringh testMichael S. Tsirkin1-0/+1
2014-12-15tools/virtio: more stubsMichael S. Tsirkin5-2/+79
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin4-33/+12