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