Age | Commit message (Expand) | Author | Files | Lines |
2022-09-28 | virtio_test: fixup for vq reset | Xuan Zhuo | 2 | -0/+8 |
2022-08-11 | tools/virtio: fix build | Stefano Garzarella | 2 | -1/+2 |
2022-08-11 | virtio_ring: split: stop __vring_new_virtqueue as export symbol | Xuan Zhuo | 1 | -2/+2 |
2022-03-28 | tools/virtio: compile with -pthread | Michael S. Tsirkin | 1 | -1/+2 |
2022-03-28 | tools/virtio: fix after premapped buf support | Michael S. Tsirkin | 1 | -2/+2 |
2022-03-06 | tools/virtio: handle fallout from folio work | Michael S. Tsirkin | 1 | -0/+3 |
2022-03-06 | tools/virtio: fix virtio_test execution | Stefano Garzarella | 1 | -0/+1 |
2021-08-11 | tools/virtio: fix build | Michael S. Tsirkin | 3 | -1/+60 |
2020-12-19 | tools/virtio: add barrier for aarch64 | Peng Fan | 1 | -0/+10 |
2020-12-19 | tools/virtio: add krealloc_array | Peng Fan | 1 | -2/+11 |
2020-12-19 | tools/virtio: include asm/bug.h | Peng Fan | 1 | -0/+2 |
2020-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+3 |
2020-08-03 | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk | Michael S. Tsirkin | 1 | -2/+2 |
2020-08-03 | virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM | Michael S. Tsirkin | 1 | -1/+1 |
2020-07-16 | compiler: Remove uninitialized_var() macro | Kees Cook | 1 | -2/+0 |
2020-06-22 | tools/virtio: Use tools/include/list.h instead of stubs | Eugenio Pérez | 4 | -9/+6 |
2020-06-22 | tools/virtio: Reset index in virtio_test --reset. | Eugenio Pérez | 1 | -2/+24 |
2020-06-22 | tools/virtio: Extract virtqueue initialization in vq_reset | Eugenio Pérez | 1 | -7/+14 |
2020-06-22 | tools/virtio: Use __vring_new_virtqueue in virtio_test.c | Eugenio Pérez | 1 | -4/+3 |
2020-06-22 | tools/virtio: Add --reset | Eugenio Pérez | 1 | -4/+37 |
2020-06-22 | tools/virtio: Add --batch=random option | Eugenio Pérez | 1 | -4/+14 |
2020-06-22 | tools/virtio: Add --batch option | Eugenio Pérez | 1 | -10/+37 |
2020-04-17 | tools/virtio: make asm/barrier.h self contained | Michael S. Tsirkin | 1 | -0/+1 |
2020-04-17 | tools/virtio: define aligned attribute | Michael S. Tsirkin | 1 | -0/+1 |
2020-04-17 | virtio/test: fix up after IOTLB changes | Michael S. Tsirkin | 2 | -2/+3 |
2020-04-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+26 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-03-23 | tools/virtio: option to build an out of tree module | Michael S. Tsirkin | 1 | -1/+26 |
2019-10-13 | tools/virtio: xen stub | Michael S. Tsirkin | 1 | -0/+6 |
2019-10-11 | tools/virtio: more stubs | Michael S. Tsirkin | 2 | -0/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 | Thomas Gleixner | 4 | -4/+4 |
2019-06-03 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165 | Thomas Gleixner | 3 | -9/+3 |
2019-05-27 | virtio: add unlikely() to WARN_ON_ONCE() | Igor Stoppa | 1 | -1/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-12 | tools/virtio/ringtest: Remove bogus definition of BUG_ON() | Jonathan Neuschäfer | 1 | -1/+0 |
2018-12-20 | virtio: fix test build after uio.h change | Michael S. Tsirkin | 1 | -0/+4 |
2018-07-27 | tools/virtio: add kmalloc_array stub | Michael S. Tsirkin | 1 | -0/+5 |
2018-07-27 | tools/virtio: add dma barrier stubs | Michael S. Tsirkin | 1 | -2/+2 |
2018-06-29 | sg: remove ->sg_magic member | Jens Axboe | 1 | -18/+0 |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 1 | -2/+0 |
2018-03-20 | ptr_ring: fix build | Michael S. Tsirkin | 1 | -0/+5 |
2018-02-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -23/+31 |
2018-02-01 | ringtest: ring.c malloc & memset to calloc | Peter Malone | 1 | -4/+2 |
2018-01-31 | virtio/ringtest: virtio_ring: fix up need_event math | Michael S. Tsirkin | 1 | -10/+14 |
2018-01-31 | virtio/ringtest: fix up need_event math | Michael S. Tsirkin | 1 | -9/+15 |
2018-01-29 | tools/virtio: fix smp_mb on x86 | Michael S. Tsirkin | 1 | -1/+1 |
2018-01-29 | tools/virtio: copy READ/WRITE_ONCE | Michael S. Tsirkin | 1 | -0/+57 |
2018-01-29 | tools/virtio: more stubs to fix tools build | Michael S. Tsirkin | 2 | -1/+2 |
2018-01-29 | tools/virtio: switch to __ptr_ring_empty | Michael S. Tsirkin | 1 | -1/+1 |