summaryrefslogtreecommitdiffstats
path: root/tools/virtio
Commit message (Expand)AuthorAgeFilesLines
* tools: virtio: introduce vhost_net_testYunsheng Lin2024-03-054-3/+542
* tools/virtio: Add dma sync api for virtio testLiming Wu2023-10-161-0/+12
* tools/virtio: fix build break for aarch64Peng Fan2023-06-271-1/+12
* tools/virtio: use canonical ftrace pathRoss Zwisler2023-06-092-5/+9
* tools/virtio: Add .gitignore for ringtestRong Tao2023-06-081-0/+7
* tools/virtio: Fix arm64 ringtest compilation errorRong Tao2023-06-081-0/+11
* tools/virtio: fix build caused by virtio_ring changesShunsuke Mie2023-04-213-13/+5
* tools/virtio: virtio_test -h,--help should return directlyRong Tao2023-04-211-5/+5
* tools/virtio: virtio_test: Fix indentationRong Tao2023-04-211-1/+1
* tools/virtio: fix typo in README instructionsRoss Zwisler2023-04-041-1/+1
* tools/virtio: Ignore virtio-trace/trace-agentRong Tao2023-03-131-0/+1
* tools/virtio: enable to build with retpolineShunsuke Mie2023-02-201-1/+1
* tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie2023-01-278-5/+45
* tools/virtio: remove smp_read_barrier_depends()Davidlohr Bueso2022-12-281-7/+10
* tools/virtio: remove stray charactersDavidlohr Bueso2022-12-281-10/+10
* tools/virtio: Variable type completionwangjianli2022-12-281-1/+1
* tools: Delete the unneeded semicolon after curly bracesShaomin Deng2022-12-281-1/+1
* tools/virtio: initialize spinlocks in vring_test.cRicardo Cañuelo2022-12-281-0/+2
* virtio_test: fixup for vq resetXuan Zhuo2022-09-272-0/+8
* tools/virtio: fix buildStefano Garzarella2022-08-112-1/+2
* virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo2022-08-111-2/+2
* tools/virtio: compile with -pthreadMichael S. Tsirkin2022-03-281-1/+2
* tools/virtio: fix after premapped buf supportMichael S. Tsirkin2022-03-281-2/+2
* tools/virtio: handle fallout from folio workMichael S. Tsirkin2022-03-061-0/+3
* tools/virtio: fix virtio_test executionStefano Garzarella2022-03-061-0/+1
* tools/virtio: fix buildMichael S. Tsirkin2021-08-113-1/+60
* tools/virtio: add barrier for aarch64Peng Fan2020-12-181-0/+10
* tools/virtio: add krealloc_arrayPeng Fan2020-12-181-2/+11
* tools/virtio: include asm/bug.hPeng Fan2020-12-181-0/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-3/+3
|\
| * virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-031-2/+2
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* | compiler: Remove uninitialized_var() macroKees Cook2020-07-161-2/+0
|/
* tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez2020-06-224-9/+6
* tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez2020-06-221-2/+24
* tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez2020-06-221-7/+14
* tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez2020-06-221-4/+3
* tools/virtio: Add --resetEugenio Pérez2020-06-221-4/+37
* tools/virtio: Add --batch=random optionEugenio Pérez2020-06-221-4/+14
* tools/virtio: Add --batch optionEugenio Pérez2020-06-221-10/+37
* tools/virtio: make asm/barrier.h self containedMichael S. Tsirkin2020-04-171-0/+1
* tools/virtio: define aligned attributeMichael S. Tsirkin2020-04-171-0/+1
* virtio/test: fix up after IOTLB changesMichael S. Tsirkin2020-04-162-2/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-1/+26
|\
| * tools/virtio: option to build an out of tree moduleMichael S. Tsirkin2020-03-231-1/+26
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
|/
* tools/virtio: xen stubMichael S. Tsirkin2019-10-131-0/+6
* tools/virtio: more stubsMichael S. Tsirkin2019-10-112-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-194-4/+4
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-06-031-1/+1
|\