summaryrefslogtreecommitdiffstats
path: root/tools/virtio
AgeCommit message (Expand)AuthorLines
2025-12-24tools/virtio: add device, device_driver stubsMichael S. Tsirkin-0/+8
2025-12-24tools/virtio: fix up oot buildMichael S. Tsirkin-2/+13
2025-12-24tools/virtio: switch to kernel's virtio_config.hMichael S. Tsirkin-101/+1
2025-12-24tools/virtio: stub might_sleep and synchronize_rcuMichael S. Tsirkin-0/+7
2025-12-24tools/virtio: add struct cpumask to cpumask.hMichael S. Tsirkin-0/+4
2025-12-24tools/virtio: pass KCFLAGS to module buildMichael S. Tsirkin-1/+2
2025-12-24tools/virtio: add ucopysize.h stubMichael S. Tsirkin-0/+21
2025-12-24tools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubsMichael S. Tsirkin-0/+9
2025-12-24tools/virtio: stub DMA mapping functionsMichael S. Tsirkin-0/+4
2025-12-24tools/virtio: add struct module forward declarationMichael S. Tsirkin-0/+2
2025-12-24tools/virtio: use kernel's virtio.hMichael S. Tsirkin-72/+1
2025-12-24tools/virtio: fix up compiler.h stubMichael S. Tsirkin-0/+6
2025-12-08tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin-1/+1
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky-1/+1
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