aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio
AgeCommit message (Expand)AuthorFilesLines
2024-03-05tools: virtio: introduce vhost_net_testYunsheng Lin4-3/+542
2023-10-16tools/virtio: Add dma sync api for virtio testLiming Wu1-0/+12
2023-06-27tools/virtio: fix build break for aarch64Peng Fan1-1/+12
2023-06-09tools/virtio: use canonical ftrace pathRoss Zwisler2-5/+9
2023-06-08tools/virtio: Add .gitignore for ringtestRong Tao1-0/+7
2023-06-08tools/virtio: Fix arm64 ringtest compilation errorRong Tao1-0/+11
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie3-13/+5
2023-04-21tools/virtio: virtio_test -h,--help should return directlyRong Tao1-5/+5
2023-04-21tools/virtio: virtio_test: Fix indentationRong Tao1-1/+1
2023-04-04tools/virtio: fix typo in README instructionsRoss Zwisler1-1/+1
2023-03-13tools/virtio: Ignore virtio-trace/trace-agentRong Tao1-0/+1
2023-02-20tools/virtio: enable to build with retpolineShunsuke Mie1-1/+1
2023-01-27tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie8-5/+45
2022-12-28tools/virtio: remove smp_read_barrier_depends()Davidlohr Bueso1-7/+10
2022-12-28tools/virtio: remove stray charactersDavidlohr Bueso1-10/+10
2022-12-28tools/virtio: Variable type completionwangjianli1-1/+1
2022-12-28tools: Delete the unneeded semicolon after curly bracesShaomin Deng1-1/+1
2022-12-28tools/virtio: initialize spinlocks in vring_test.cRicardo Cañuelo1-0/+2
2022-09-27virtio_test: fixup for vq resetXuan Zhuo2-0/+8
2022-08-11tools/virtio: fix buildStefano Garzarella2-1/+2
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo1-2/+2
2022-03-28tools/virtio: compile with -pthreadMichael S. Tsirkin1-1/+2
2022-03-28tools/virtio: fix after premapped buf supportMichael S. Tsirkin1-2/+2
2022-03-06tools/virtio: handle fallout from folio workMichael S. Tsirkin1-0/+3
2022-03-06tools/virtio: fix virtio_test executionStefano Garzarella1-0/+1
2021-08-11tools/virtio: fix buildMichael S. Tsirkin3-1/+60
2020-12-18tools/virtio: add barrier for aarch64Peng Fan1-0/+10
2020-12-18tools/virtio: add krealloc_arrayPeng Fan1-2/+11
2020-12-18tools/virtio: include asm/bug.hPeng Fan1-0/+2
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-2/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-07-16compiler: Remove uninitialized_var() macroKees Cook1-2/+0
2020-06-22tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez4-9/+6
2020-06-22tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez1-2/+24
2020-06-22tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez1-7/+14
2020-06-22tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez1-4/+3
2020-06-22tools/virtio: Add --resetEugenio Pérez1-4/+37
2020-06-22tools/virtio: Add --batch=random optionEugenio Pérez1-4/+14
2020-06-22tools/virtio: Add --batch optionEugenio Pérez1-10/+37
2020-04-17tools/virtio: make asm/barrier.h self containedMichael S. Tsirkin1-0/+1
2020-04-17tools/virtio: define aligned attributeMichael S. Tsirkin1-0/+1
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin2-2/+3
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+26
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23tools/virtio: option to build an out of tree moduleMichael S. Tsirkin1-1/+26
2019-10-13tools/virtio: xen stubMichael S. Tsirkin1-0/+6
2019-10-11tools/virtio: more stubsMichael S. Tsirkin2-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner4-4/+4
2019-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165Thomas Gleixner3-9/+3
2019-05-27virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-12tools/virtio/ringtest: Remove bogus definition of BUG_ON()Jonathan Neuschäfer1-1/+0
2018-12-19virtio: fix test build after uio.h changeMichael S. Tsirkin1-0/+4
2018-07-27tools/virtio: add kmalloc_array stubMichael S. Tsirkin1-0/+5
2018-07-27tools/virtio: add dma barrier stubsMichael S. Tsirkin1-2/+2
2018-06-29sg: remove ->sg_magic memberJens Axboe1-18/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-2/+0
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
2014-05-01tools: Consolidate types.hBorislav Petkov2-35/+0
2014-05-01tools: Unify export.hBorislav Petkov2-6/+1
2014-03-13tools/virtio: add a missing )Joel Stanley1-1/+1
2014-03-13tools/virtio: fix missing kmemleak_ignore symbolJoel Stanley1-0/+3
2014-03-13tools/virtio: update internal copies of headersJoel Stanley1-2/+2
2013-10-29virtio_test: verify if virtqueue_kick() succeededHeinz Graalfs1-1/+2
2013-10-29virtio_ring: change host notification APIHeinz Graalfs2-5/+11
2013-07-15virtio tools: add .gitignoreRamkumar Ramachandra1-0/+3
2013-07-09tools/virtio: move module license stub to module.hMichael S. Tsirkin2-3/+5
2013-03-20tools/virtio: remove virtqueue_add_buf() from tests.Rusty Russell3-20/+15
2013-03-20tools/virtio: make vringh_test use inbuf/outbuf.Rusty Russell2-4/+14
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell2-0/+23
2013-03-20tools/virtio: add vring_test.Rusty Russell3-4/+747
2013-03-20tools/virtio: separate headers more.Rusty Russell21-147/+450
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin3-3/+9
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2012-12-18virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-2/+2
2012-12-06tools:virtio: fix compilation warningCong Ding1-1/+1
2012-09-28tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE1-4/+3
2012-09-28tools: Add guest trace agent as a user toolYoshihiro YUNOMAE6-0/+806
2012-05-02virtio/tools: add delayed interupt modeMichael S. Tsirkin2-4/+23
2012-02-28tools/virtio: stub out strong barriersMichael S. Tsirkin1-0/+3
2012-02-28tools/virtio: add linux/hrtimer.h stubMichael S. Tsirkin1-0/+0
2012-02-28tools/virtio: add linux/module.h stubMichael S. Tsirkin1-0/+0
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2-16/+8
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell2-1/+3
2011-05-30virtio_test: support event indexMichael S. Tsirkin1-2/+17
2010-12-09tools/virtio: virtio_test toolMichael S. Tsirkin5-0/+487
2010-12-09vhost test moduleMichael S. Tsirkin2-0/+3