Age | Commit message (Expand) | Author |
2021-08-11 | tools/virtio: fix build | Michael S. Tsirkin |
2020-12-18 | tools/virtio: add barrier for aarch64 | Peng Fan |
2020-12-18 | tools/virtio: add krealloc_array | Peng Fan |
2020-12-18 | tools/virtio: include asm/bug.h | Peng Fan |
2020-08-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-08-03 | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk | Michael S. Tsirkin |
2020-08-03 | virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM | Michael S. Tsirkin |
2020-07-16 | compiler: Remove uninitialized_var() macro | Kees Cook |
2020-06-22 | tools/virtio: Use tools/include/list.h instead of stubs | Eugenio Pérez |
2020-06-22 | tools/virtio: Reset index in virtio_test --reset. | Eugenio Pérez |
2020-06-22 | tools/virtio: Extract virtqueue initialization in vq_reset | Eugenio Pérez |
2020-06-22 | tools/virtio: Use __vring_new_virtqueue in virtio_test.c | Eugenio Pérez |
2020-06-22 | tools/virtio: Add --reset | Eugenio Pérez |
2020-06-22 | tools/virtio: Add --batch=random option | Eugenio Pérez |
2020-06-22 | tools/virtio: Add --batch option | Eugenio Pérez |
2020-04-17 | tools/virtio: make asm/barrier.h self contained | Michael S. Tsirkin |
2020-04-17 | tools/virtio: define aligned attribute | Michael S. Tsirkin |
2020-04-16 | virtio/test: fix up after IOTLB changes | Michael S. Tsirkin |
2020-04-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-03-23 | tools/virtio: option to build an out of tree module | Michael S. Tsirkin |
2019-10-13 | tools/virtio: xen stub | Michael S. Tsirkin |
2019-10-11 | tools/virtio: more stubs | Michael S. Tsirkin |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 | Thomas Gleixner |
2019-06-03 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165 | Thomas Gleixner |
2019-05-27 | virtio: add unlikely() to WARN_ON_ONCE() | Igor Stoppa |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-12 | tools/virtio/ringtest: Remove bogus definition of BUG_ON() | Jonathan Neuschäfer |
2018-12-19 | virtio: fix test build after uio.h change | Michael S. Tsirkin |
2018-07-27 | tools/virtio: add kmalloc_array stub | Michael S. Tsirkin |
2018-07-27 | tools/virtio: add dma barrier stubs | Michael S. Tsirkin |
2018-06-29 | sg: remove ->sg_magic member | Jens Axboe |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig |
2018-03-20 | ptr_ring: fix build | Michael S. Tsirkin |
2018-02-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2018-02-01 | ringtest: ring.c malloc & memset to calloc | Peter Malone |
2018-01-31 | virtio/ringtest: virtio_ring: fix up need_event math | Michael S. Tsirkin |
2018-01-31 | virtio/ringtest: fix up need_event math | Michael S. Tsirkin |
2018-01-29 | tools/virtio: fix smp_mb on x86 | Michael S. Tsirkin |
2018-01-29 | tools/virtio: copy READ/WRITE_ONCE | Michael S. Tsirkin |
2018-01-29 | tools/virtio: more stubs to fix tools build | Michael S. Tsirkin |
2018-01-29 | tools/virtio: switch to __ptr_ring_empty | Michael S. Tsirkin |
2017-12-15 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2017-12-08 | ptr_ring: fix up after recent ptr_ring changes | Michael S. Tsirkin |
2017-11-10 | locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE | Michael S. Tsirkin |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-05-09 | tools/virtio: fix spelling mistake: "wakeus" -> "wakeups" | Colin Ian King |
2017-05-09 | ptr_ring: support testing different batching sizes | Michael S. Tsirkin |
2017-05-09 | ringtest: support test specific parameters | Michael S. Tsirkin |