| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-21 | tools/virtio: fix build caused by virtio_ring changes | Shunsuke Mie | 3 | -13/+5 |
| 2023-04-21 | tools/virtio: virtio_test -h,--help should return directly | Rong Tao | 1 | -5/+5 |
| 2023-04-21 | tools/virtio: virtio_test: Fix indentation | Rong Tao | 1 | -1/+1 |
| 2023-04-04 | tools/virtio: fix typo in README instructions | Ross Zwisler | 1 | -1/+1 |
| 2023-03-13 | tools/virtio: Ignore virtio-trace/trace-agent | Rong Tao | 1 | -0/+1 |
| 2023-02-20 | tools/virtio: enable to build with retpoline | Shunsuke Mie | 1 | -1/+1 |
| 2023-01-27 | tools/virtio: fix the vringh test for virtio ring changes | Shunsuke Mie | 8 | -5/+45 |
| 2022-12-28 | tools/virtio: remove smp_read_barrier_depends() | Davidlohr Bueso | 1 | -7/+10 |
| 2022-12-28 | tools/virtio: remove stray characters | Davidlohr Bueso | 1 | -10/+10 |
| 2022-12-28 | tools/virtio: Variable type completion | wangjianli | 1 | -1/+1 |
| 2022-12-28 | tools: Delete the unneeded semicolon after curly braces | Shaomin Deng | 1 | -1/+1 |
| 2022-12-28 | tools/virtio: initialize spinlocks in vring_test.c | Ricardo Cañuelo | 1 | -0/+2 |
| 2022-09-27 | 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-18 | tools/virtio: add barrier for aarch64 | Peng Fan | 1 | -0/+10 |
| 2020-12-18 | tools/virtio: add krealloc_array | Peng Fan | 1 | -2/+11 |
| 2020-12-18 | tools/virtio: include asm/bug.h | Peng Fan | 1 | -0/+2 |
| 2020-08-11 | 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-16 | 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-19 | 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 |
| 2017-12-15 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -6/+23 |
| 2017-12-08 | ptr_ring: fix up after recent ptr_ring changes | Michael S. Tsirkin | 1 | -6/+23 |
| 2017-11-10 | locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE | Michael S. Tsirkin | 1 | -0/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 23 | -0/+23 |
| 2017-05-09 | tools/virtio: fix spelling mistake: "wakeus" -> "wakeups" | Colin Ian King | 1 | -1/+1 |
| 2017-05-09 | ptr_ring: support testing different batching sizes | Michael S. Tsirkin | 1 | -0/+3 |
| 2017-05-09 | ringtest: support test specific parameters | Michael S. Tsirkin | 2 | -0/+15 |
| 2017-05-02 | tools/virtio: fix build breakage | Sekhar Nori | 3 | -4/+6 |
| 2017-05-02 | ringtest: fix an assert statement | Dan Carpenter | 1 | -1/+1 |
| 2017-01-19 | tools/virtio/ringtest: tweaks for s390 | Halil Pasic | 1 | -0/+12 |
| 2017-01-19 | tools/virtio/ringtest: fix run-on-all.sh for offline cpus | Halil Pasic | 1 | -2/+3 |
| 2016-12-16 | tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h | Mark Rutland | 1 | -4/+5 |
| 2016-12-16 | tools/virtio: fix READ_ONCE() | Mark Rutland | 1 | -1/+1 |
| 2016-10-31 | ringtest: poll for new buffers once before updating event index | Paolo Bonzini | 1 | -2/+2 |
| 2016-10-31 | ringtest: commonize implementation of poll_avail/poll_used | Paolo Bonzini | 6 | -83/+43 |
| 2016-10-31 | ringtest: use link-time optimization | Paolo Bonzini | 2 | -4/+4 |
| 2016-08-15 | tools/virtio: add dma stubs | Michael S. Tsirkin | 5 | -1/+52 |
| 2016-08-15 | ringtest: test build fix | Michael S. Tsirkin | 1 | -0/+1 |
| 2016-07-01 | ptr_ring: support resizing multiple queues | Michael S. Tsirkin | 1 | -0/+5 |
| 2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -3/+78 |
| 2016-06-15 | ptr_ring: ring test | Michael S. Tsirkin | 2 | -1/+196 |
| 2016-06-06 | tools/virtio: add noring tool | Michael S. Tsirkin | 2 | -1/+72 |
| 2016-06-06 | tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu | Mike Rapoport | 1 | -2/+2 |
| 2016-06-06 | tools/virtio/ringtest: add usage example to README | Mike Rapoport | 1 | -0/+4 |
| 2016-05-22 | ringtest: pass buf != NULL | Michael S. Tsirkin | 1 | -1/+1 |
| 2016-05-22 | virtio: add inorder option | Michael S. Tsirkin | 3 | -2/+54 |
| 2016-03-02 | virtio_ring: Support DMA APIs | Andy Lutomirski | 1 | -0/+17 |
| 2016-01-26 | tools/virtio: add ringtest utilities | Michael S. Tsirkin | 8 | -0/+1123 |
| 2016-01-26 | tools/virtio: use virt_xxx barriers | Michael S. Tsirkin | 3 | -9/+23 |
| 2015-12-07 | tools/virtio: fix byteswap logic | Michael S. Tsirkin | 1 | -7/+13 |
| 2015-12-07 | tools/virtio: move list macro stubs | Michael S. Tsirkin | 2 | -6/+6 |
| 2015-09-16 | tools/virtio: propagate V=X to kernel build | Michael S. Tsirkin | 1 | -1/+1 |
| 2015-09-09 | tools/virtio: fix build after 4.2 changes | Michael S. Tsirkin | 3 | -0/+13 |
| 2014-12-15 | tools/virtio: add virtio 1.0 in vringh_test | Michael S. Tsirkin | 1 | -0/+2 |
| 2014-12-15 | tools/virtio: add virtio 1.0 in virtio_test | Michael S. Tsirkin | 1 | -1/+13 |
| 2014-12-15 | tools/virtio: enable -Werror | Michael S. Tsirkin | 1 | -1/+1 |
| 2014-12-15 | tools/virtio: 64 bit features | Michael S. Tsirkin | 1 | -1/+1 |
| 2014-12-15 | tools/virtio: fix vringh test | Michael S. Tsirkin | 1 | -0/+1 |
| 2014-12-15 | tools/virtio: more stubs | Michael S. Tsirkin | 5 | -2/+79 |
| 2014-12-09 | virtio: add support for 64 bit features. | Michael S. Tsirkin | 1 | -1/+1 |
| 2014-12-09 | virtio: use u32, not bitmap for features | Michael S. Tsirkin | 4 | -33/+12 |
| 2014-05-01 | tools: Consolidate types.h | Borislav Petkov | 2 | -35/+0 |
| 2014-05-01 | tools: Unify export.h | Borislav Petkov | 2 | -6/+1 |
| 2014-03-13 | tools/virtio: add a missing ) | Joel Stanley | 1 | -1/+1 |
| 2014-03-13 | tools/virtio: fix missing kmemleak_ignore symbol | Joel Stanley | 1 | -0/+3 |
| 2014-03-13 | tools/virtio: update internal copies of headers | Joel Stanley | 1 | -2/+2 |
| 2013-10-29 | virtio_test: verify if virtqueue_kick() succeeded | Heinz Graalfs | 1 | -1/+2 |
| 2013-10-29 | virtio_ring: change host notification API | Heinz Graalfs | 2 | -5/+11 |
| 2013-07-15 | virtio tools: add .gitignore | Ramkumar Ramachandra | 1 | -0/+3 |
| 2013-07-09 | tools/virtio: move module license stub to module.h | Michael S. Tsirkin | 2 | -3/+5 |
| 2013-03-20 | tools/virtio: remove virtqueue_add_buf() from tests. | Rusty Russell | 3 | -20/+15 |
| 2013-03-20 | tools/virtio: make vringh_test use inbuf/outbuf. | Rusty Russell | 2 | -4/+14 |
| 2013-03-20 | virtio_ring: virtqueue_add_sgs, to add multiple sgs. | Rusty Russell | 2 | -0/+23 |
| 2013-03-20 | tools/virtio: add vring_test. | Rusty Russell | 3 | -4/+747 |
| 2013-03-20 | tools/virtio: separate headers more. | Rusty Russell | 21 | -147/+450 |
| 2013-03-20 | tools/virtio: fix build for 3.8 | Michael S. Tsirkin | 3 | -3/+9 |
| 2012-12-20 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
| 2012-12-18 | virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0 | Rusty Russell | 1 | -2/+2 |
| 2012-12-06 | tools:virtio: fix compilation warning | Cong Ding | 1 | -1/+1 |
| 2012-09-28 | tools: Fix pthread flag for Makefile of trace-agent used by virtio-trace | Yoshihiro YUNOMAE | 1 | -4/+3 |
| 2012-09-28 | tools: Add guest trace agent as a user tool | Yoshihiro YUNOMAE | 6 | -0/+806 |
| 2012-05-02 | virtio/tools: add delayed interupt mode | Michael S. Tsirkin | 2 | -4/+23 |
| 2012-02-28 | tools/virtio: stub out strong barriers | Michael S. Tsirkin | 1 | -0/+3 |
| 2012-02-28 | tools/virtio: add linux/hrtimer.h stub | Michael S. Tsirkin | 1 | -0/+0 |
| 2012-02-28 | tools/virtio: add linux/module.h stub | Michael S. Tsirkin | 1 | -0/+0 |
| 2012-01-12 | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf | Rusty Russell | 2 | -16/+8 |
| 2012-01-12 | virtio: harsher barriers for rpmsg. | Rusty Russell | 2 | -1/+3 |
| 2011-05-30 | virtio_test: support event index | Michael S. Tsirkin | 1 | -2/+17 |
| 2010-12-09 | tools/virtio: virtio_test tool | Michael S. Tsirkin | 5 | -0/+487 |
| 2010-12-09 | vhost test module | Michael S. Tsirkin | 2 | -0/+3 |