summaryrefslogtreecommitdiffstats
path: root/tools/virtio
Commit message (Expand)AuthorAgeFilesLines
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0
* ptr_ring: fix buildMichael S. Tsirkin2018-03-201-0/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-082-23/+31
|\
| * ringtest: ring.c malloc & memset to callocPeter Malone2018-02-011-4/+2
| * virtio/ringtest: virtio_ring: fix up need_event mathMichael S. Tsirkin2018-01-311-10/+14
| * virtio/ringtest: fix up need_event mathMichael S. Tsirkin2018-01-311-9/+15
* | tools/virtio: fix smp_mb on x86Michael S. Tsirkin2018-01-291-1/+1
* | tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin2018-01-291-0/+57
* | tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2018-01-292-1/+2
* | tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-12-151-6/+23
|\
| * ptr_ring: fix up after recent ptr_ring changesMichael S. Tsirkin2017-12-081-6/+23
* | locking/x86: Use LOCK ADD for smp_mb() instead of MFENCEMichael S. Tsirkin2017-11-101-0/+4
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0223-0/+23
* tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"Colin Ian King2017-05-091-1/+1
* ptr_ring: support testing different batching sizesMichael S. Tsirkin2017-05-091-0/+3
* ringtest: support test specific parametersMichael S. Tsirkin2017-05-092-0/+15
* tools/virtio: fix build breakageSekhar Nori2017-05-023-4/+6
* ringtest: fix an assert statementDan Carpenter2017-05-021-1/+1
* tools/virtio/ringtest: tweaks for s390Halil Pasic2017-01-191-0/+12
* tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic2017-01-191-2/+3
* tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland2016-12-161-4/+5
* tools/virtio: fix READ_ONCE()Mark Rutland2016-12-161-1/+1
* ringtest: poll for new buffers once before updating event indexPaolo Bonzini2016-10-311-2/+2
* ringtest: commonize implementation of poll_avail/poll_usedPaolo Bonzini2016-10-316-83/+43
* ringtest: use link-time optimizationPaolo Bonzini2016-10-312-4/+4
* tools/virtio: add dma stubsMichael S. Tsirkin2016-08-155-1/+52
* ringtest: test build fixMichael S. Tsirkin2016-08-151-0/+1
* ptr_ring: support resizing multiple queuesMichael S. Tsirkin2016-07-011-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-304-3/+78
|\
| * tools/virtio: add noring toolMichael S. Tsirkin2016-06-062-1/+72
| * tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpuMike Rapoport2016-06-061-2/+2
| * tools/virtio/ringtest: add usage example to READMEMike Rapoport2016-06-061-0/+4
* | ptr_ring: ring testMichael S. Tsirkin2016-06-152-1/+196
|/
* ringtest: pass buf != NULLMichael S. Tsirkin2016-05-221-1/+1
* virtio: add inorder optionMichael S. Tsirkin2016-05-223-2/+54
* virtio_ring: Support DMA APIsAndy Lutomirski2016-03-021-0/+17
* tools/virtio: add ringtest utilitiesMichael S. Tsirkin2016-01-268-0/+1123
* tools/virtio: use virt_xxx barriersMichael S. Tsirkin2016-01-263-9/+23
* tools/virtio: fix byteswap logicMichael S. Tsirkin2015-12-071-7/+13
* tools/virtio: move list macro stubsMichael S. Tsirkin2015-12-072-6/+6
* tools/virtio: propagate V=X to kernel buildMichael S. Tsirkin2015-09-161-1/+1
* tools/virtio: fix build after 4.2 changesMichael S. Tsirkin2015-09-093-0/+13
* tools/virtio: add virtio 1.0 in vringh_testMichael S. Tsirkin2014-12-151-0/+2
* tools/virtio: add virtio 1.0 in virtio_testMichael S. Tsirkin2014-12-151-1/+13
* tools/virtio: enable -WerrorMichael S. Tsirkin2014-12-151-1/+1
* tools/virtio: 64 bit featuresMichael S. Tsirkin2014-12-151-1/+1
* tools/virtio: fix vringh testMichael S. Tsirkin2014-12-151-0/+1
* tools/virtio: more stubsMichael S. Tsirkin2014-12-155-2/+79
* virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-091-1/+1