aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio/ringtest
AgeCommit message (Expand)AuthorFilesLines
2023-06-08tools/virtio: Add .gitignore for ringtestGravatar Rong Tao 1-0/+7
2023-06-08tools/virtio: Fix arm64 ringtest compilation errorGravatar Rong Tao 1-0/+11
2022-12-28tools/virtio: remove smp_read_barrier_depends()Gravatar Davidlohr Bueso 1-7/+10
2022-12-28tools/virtio: remove stray charactersGravatar Davidlohr Bueso 1-10/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Gravatar Thomas Gleixner 4-4/+4
2019-05-12tools/virtio/ringtest: Remove bogus definition of BUG_ON()Gravatar Jonathan Neuschäfer 1-1/+0
2018-03-20ptr_ring: fix buildGravatar Michael S. Tsirkin 1-0/+5
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-23/+31
2018-02-01ringtest: ring.c malloc & memset to callocGravatar Peter Malone 1-4/+2
2018-01-31virtio/ringtest: virtio_ring: fix up need_event mathGravatar Michael S. Tsirkin 1-10/+14
2018-01-31virtio/ringtest: fix up need_event mathGravatar Michael S. Tsirkin 1-9/+15
2018-01-29tools/virtio: fix smp_mb on x86Gravatar Michael S. Tsirkin 1-1/+1
2018-01-29tools/virtio: copy READ/WRITE_ONCEGravatar Michael S. Tsirkin 1-0/+57
2018-01-29tools/virtio: switch to __ptr_ring_emptyGravatar Michael S. Tsirkin 1-1/+1
2017-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-6/+23
2017-12-08ptr_ring: fix up after recent ptr_ring changesGravatar Michael S. Tsirkin 1-6/+23
2017-11-10locking/x86: Use LOCK ADD for smp_mb() instead of MFENCEGravatar Michael S. Tsirkin 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
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-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-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-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-01-26tools/virtio: add ringtest utilitiesGravatar Michael S. Tsirkin 8-0/+1123