summaryrefslogtreecommitdiffstats
path: root/tools/virtio
AgeCommit message (Expand)AuthorLines
2025-02-25tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.Yufeng Wang-0/+7
2025-02-25tools: virtio/linux/compiler.h: Add data_race() define.Yufeng Wang-0/+25
2025-02-25tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api define for virtio testYufeng Wang-0/+13
2024-11-06Fix typo in vringh_test.cShivam Chaudhary-1/+1
2024-09-10tools/virtio:Fix the wrong format specifierZhu Jun-1/+1
2024-07-04tools/virtio: creating pipe assertion in vringh_testYunseong Kim-3/+6
2024-03-05tools: virtio: introduce vhost_net_testYunsheng Lin-3/+542
2023-10-16tools/virtio: Add dma sync api for virtio testLiming Wu-0/+12
2023-06-27tools/virtio: fix build break for aarch64Peng Fan-1/+12
2023-06-09tools/virtio: use canonical ftrace pathRoss Zwisler-5/+9
2023-06-08tools/virtio: Add .gitignore for ringtestRong Tao-0/+7
2023-06-08tools/virtio: Fix arm64 ringtest compilation errorRong Tao-0/+11
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie-13/+5
2023-04-21tools/virtio: virtio_test -h,--help should return directlyRong Tao-5/+5
2023-04-21tools/virtio: virtio_test: Fix indentationRong Tao-1/+1
2023-04-04tools/virtio: fix typo in README instructionsRoss Zwisler-1/+1
2023-03-13tools/virtio: Ignore virtio-trace/trace-agentRong Tao-0/+1
2023-02-20tools/virtio: enable to build with retpolineShunsuke Mie-1/+1
2023-01-27tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie-5/+45
2022-12-28tools/virtio: remove smp_read_barrier_depends()Davidlohr Bueso-7/+10
2022-12-28tools/virtio: remove stray charactersDavidlohr Bueso-10/+10
2022-12-28tools/virtio: Variable type completionwangjianli-1/+1
2022-12-28tools: Delete the unneeded semicolon after curly bracesShaomin Deng-1/+1
2022-12-28tools/virtio: initialize spinlocks in vring_test.cRicardo Cañuelo-0/+2
2022-09-27virtio_test: fixup for vq resetXuan Zhuo-0/+8
2022-08-11tools/virtio: fix buildStefano Garzarella-1/+2
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo-2/+2
2022-03-28tools/virtio: compile with -pthreadMichael S. Tsirkin-1/+2
2022-03-28tools/virtio: fix after premapped buf supportMichael S. Tsirkin-2/+2
2022-03-06tools/virtio: handle fallout from folio workMichael S. Tsirkin-0/+3
2022-03-06tools/virtio: fix virtio_test executionStefano Garzarella-0/+1
2021-08-11tools/virtio: fix buildMichael S. Tsirkin-1/+60
2020-12-18tools/virtio: add barrier for aarch64Peng Fan-0/+10
2020-12-18tools/virtio: add krealloc_arrayPeng Fan-2/+11
2020-12-18tools/virtio: include asm/bug.hPeng Fan-0/+2
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+3
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin-2/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin-1/+1
2020-07-16compiler: Remove uninitialized_var() macroKees Cook-2/+0
2020-06-22tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez-9/+6
2020-06-22tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez-2/+24
2020-06-22tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez-7/+14
2020-06-22tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez-4/+3
2020-06-22tools/virtio: Add --resetEugenio Pérez-4/+37
2020-06-22tools/virtio: Add --batch=random optionEugenio Pérez-4/+14
2020-06-22tools/virtio: Add --batch optionEugenio Pérez-10/+37
2020-04-17tools/virtio: make asm/barrier.h self containedMichael S. Tsirkin-0/+1
2020-04-17tools/virtio: define aligned attributeMichael S. Tsirkin-0/+1
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin-2/+3
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+26