summaryrefslogtreecommitdiff
path: root/tools/virtio
AgeCommit message (Expand)AuthorFilesLines
12 daystools/virtio: add device, device_driver stubsMichael S. Tsirkin1-0/+8
12 daystools/virtio: fix up oot buildMichael S. Tsirkin2-2/+13
12 daystools/virtio: switch to kernel's virtio_config.hMichael S. Tsirkin1-101/+1
12 daystools/virtio: stub might_sleep and synchronize_rcuMichael S. Tsirkin1-0/+7
12 daystools/virtio: add struct cpumask to cpumask.hMichael S. Tsirkin1-0/+4
12 daystools/virtio: pass KCFLAGS to module buildMichael S. Tsirkin1-1/+2
12 daystools/virtio: add ucopysize.h stubMichael S. Tsirkin1-0/+21
12 daystools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubsMichael S. Tsirkin1-0/+9
12 daystools/virtio: stub DMA mapping functionsMichael S. Tsirkin1-0/+4
12 daystools/virtio: add struct module forward declarationMichael S. Tsirkin1-0/+2
12 daystools/virtio: use kernel's virtio.hMichael S. Tsirkin1-72/+1
12 daystools/virtio: fix up compiler.h stubMichael S. Tsirkin1-0/+6
2025-12-09tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin1-1/+1
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky1-1/+1
2025-02-25tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.Yufeng Wang1-0/+7
2025-02-25tools: virtio/linux/compiler.h: Add data_race() define.Yufeng Wang1-0/+25
2025-02-25tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api define for virtio testYufeng Wang1-0/+13
2024-11-06Fix typo in vringh_test.cShivam Chaudhary1-1/+1
2024-09-10tools/virtio:Fix the wrong format specifierZhu Jun1-1/+1
2024-07-04tools/virtio: creating pipe assertion in vringh_testYunseong Kim1-3/+6
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-21tools/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-28virtio_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-19tools/virtio: add barrier for aarch64Peng Fan1-0/+10
2020-12-19tools/virtio: add krealloc_arrayPeng Fan1-2/+11
2020-12-19tools/virtio: include asm/bug.hPeng Fan1-0/+2
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3