aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio
AgeCommit message (Expand)Author
2022-03-28tools/virtio: compile with -pthreadMichael S. Tsirkin
2022-03-28tools/virtio: fix after premapped buf supportMichael S. Tsirkin
2022-03-06tools/virtio: handle fallout from folio workMichael S. Tsirkin
2022-03-06tools/virtio: fix virtio_test executionStefano Garzarella
2021-08-11tools/virtio: fix buildMichael S. Tsirkin
2020-12-18tools/virtio: add barrier for aarch64Peng Fan
2020-12-18tools/virtio: add krealloc_arrayPeng Fan
2020-12-18tools/virtio: include asm/bug.hPeng Fan
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-07-16compiler: Remove uninitialized_var() macroKees Cook
2020-06-22tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez
2020-06-22tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez
2020-06-22tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez
2020-06-22tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez
2020-06-22tools/virtio: Add --resetEugenio Pérez
2020-06-22tools/virtio: Add --batch=random optionEugenio Pérez
2020-06-22tools/virtio: Add --batch optionEugenio Pérez
2020-04-17tools/virtio: make asm/barrier.h self containedMichael S. Tsirkin
2020-04-17tools/virtio: define aligned attributeMichael S. Tsirkin
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-23tools/virtio: option to build an out of tree moduleMichael S. Tsirkin
2019-10-13tools/virtio: xen stubMichael S. Tsirkin
2019-10-11tools/virtio: more stubsMichael S. Tsirkin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165Thomas Gleixner
2019-05-27virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-12tools/virtio/ringtest: Remove bogus definition of BUG_ON()Jonathan Neuschäfer
2018-12-19virtio: fix test build after uio.h changeMichael S. Tsirkin
2018-07-27tools/virtio: add kmalloc_array stubMichael S. Tsirkin
2018-07-27tools/virtio: add dma barrier stubsMichael S. Tsirkin
2018-06-29sg: remove ->sg_magic memberJens Axboe
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-03-20ptr_ring: fix buildMichael S. Tsirkin
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01ringtest: ring.c malloc & memset to callocPeter Malone
2018-01-31virtio/ringtest: virtio_ring: fix up need_event mathMichael S. Tsirkin
2018-01-31virtio/ringtest: fix up need_event mathMichael S. Tsirkin
2018-01-29tools/virtio: fix smp_mb on x86Michael S. Tsirkin
2018-01-29tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin
2018-01-29tools/virtio: more stubs to fix tools buildMichael S. Tsirkin
2018-01-29tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin
2017-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-12-08ptr_ring: fix up after recent ptr_ring changesMichael S. Tsirkin
2017-11-10locking/x86: Use LOCK ADD for smp_mb() instead of MFENCEMichael S. Tsirkin