Age | Commit message (Expand) | Author | Files | Lines |
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 |