summaryrefslogtreecommitdiffstats
path: root/tools/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165Thomas Gleixner2019-05-303-9/+3
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* tools/virtio/ringtest: Remove bogus definition of BUG_ON()Jonathan Neuschäfer2019-05-121-1/+0
* virtio: fix test build after uio.h changeMichael S. Tsirkin2018-12-191-0/+4
* tools/virtio: add kmalloc_array stubMichael S. Tsirkin2018-07-271-0/+5
* tools/virtio: add dma barrier stubsMichael S. Tsirkin2018-07-271-2/+2
* sg: remove ->sg_magic memberJens Axboe2018-06-291-18/+0
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0
* ptr_ring: fix buildMichael S. Tsirkin2018-03-201-0/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-082-23/+31
|\
| * ringtest: ring.c malloc & memset to callocPeter Malone2018-02-011-4/+2
| * virtio/ringtest: virtio_ring: fix up need_event mathMichael S. Tsirkin2018-01-311-10/+14
| * virtio/ringtest: fix up need_event mathMichael S. Tsirkin2018-01-311-9/+15
* | tools/virtio: fix smp_mb on x86Michael S. Tsirkin2018-01-291-1/+1
* | tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin2018-01-291-0/+57
* | tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2018-01-292-1/+2
* | tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
|/