| Commit message (Expand) | Author | Age | Files | Lines |
* | ptr_ring: support resizing multiple queues | Michael S. Tsirkin | 2016-07-01 | 1 | -0/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 4 | -3/+78 |
|\ |
|
| * | tools/virtio: add noring tool | Michael S. Tsirkin | 2016-06-06 | 2 | -1/+72 |
| * | tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu | Mike Rapoport | 2016-06-06 | 1 | -2/+2 |
| * | tools/virtio/ringtest: add usage example to README | Mike Rapoport | 2016-06-06 | 1 | -0/+4 |
* | | ptr_ring: ring test | Michael S. Tsirkin | 2016-06-15 | 2 | -1/+196 |
|/ |
|
* | ringtest: pass buf != NULL | Michael S. Tsirkin | 2016-05-22 | 1 | -1/+1 |
* | virtio: add inorder option | Michael S. Tsirkin | 2016-05-22 | 3 | -2/+54 |
* | virtio_ring: Support DMA APIs | Andy Lutomirski | 2016-03-02 | 1 | -0/+17 |
* | tools/virtio: add ringtest utilities | Michael S. Tsirkin | 2016-01-26 | 8 | -0/+1123 |
* | tools/virtio: use virt_xxx barriers | Michael S. Tsirkin | 2016-01-26 | 3 | -9/+23 |
* | tools/virtio: fix byteswap logic | Michael S. Tsirkin | 2015-12-07 | 1 | -7/+13 |
* | tools/virtio: move list macro stubs | Michael S. Tsirkin | 2015-12-07 | 2 | -6/+6 |
* | tools/virtio: propagate V=X to kernel build | Michael S. Tsirkin | 2015-09-16 | 1 | -1/+1 |
* | tools/virtio: fix build after 4.2 changes | Michael S. Tsirkin | 2015-09-09 | 3 | -0/+13 |
* | tools/virtio: add virtio 1.0 in vringh_test | Michael S. Tsirkin | 2014-12-15 | 1 | -0/+2 |
* | tools/virtio: add virtio 1.0 in virtio_test | Michael S. Tsirkin | 2014-12-15 | 1 | -1/+13 |
* | tools/virtio: enable -Werror | Michael S. Tsirkin | 2014-12-15 | 1 | -1/+1 |
* | tools/virtio: 64 bit features | Michael S. Tsirkin | 2014-12-15 | 1 | -1/+1 |
* | tools/virtio: fix vringh test | Michael S. Tsirkin | 2014-12-15 | 1 | -0/+1 |
* | tools/virtio: more stubs | Michael S. Tsirkin | 2014-12-15 | 5 | -2/+79 |
* | virtio: add support for 64 bit features. | Michael S. Tsirkin | 2014-12-09 | 1 | -1/+1 |
* | virtio: use u32, not bitmap for features | Michael S. Tsirkin | 2014-12-09 | 4 | -33/+12 |
* | tools: Consolidate types.h | Borislav Petkov | 2014-05-01 | 2 | -35/+0 |
* | tools: Unify export.h | Borislav Petkov | 2014-05-01 | 2 | -6/+1 |
* | tools/virtio: add a missing ) | Joel Stanley | 2014-03-13 | 1 | -1/+1 |
* | tools/virtio: fix missing kmemleak_ignore symbol | Joel Stanley | 2014-03-13 | 1 | -0/+3 |
* | tools/virtio: update internal copies of headers | Joel Stanley | 2014-03-13 | 1 | -2/+2 |
* | virtio_test: verify if virtqueue_kick() succeeded | Heinz Graalfs | 2013-10-29 | 1 | -1/+2 |
* | virtio_ring: change host notification API | Heinz Graalfs | 2013-10-29 | 2 | -5/+11 |
* | virtio tools: add .gitignore | Ramkumar Ramachandra | 2013-07-15 | 1 | -0/+3 |
* | tools/virtio: move module license stub to module.h | Michael S. Tsirkin | 2013-07-09 | 2 | -3/+5 |
* | tools/virtio: remove virtqueue_add_buf() from tests. | Rusty Russell | 2013-03-20 | 3 | -20/+15 |
* | tools/virtio: make vringh_test use inbuf/outbuf. | Rusty Russell | 2013-03-20 | 2 | -4/+14 |
* | virtio_ring: virtqueue_add_sgs, to add multiple sgs. | Rusty Russell | 2013-03-20 | 2 | -0/+23 |
* | tools/virtio: add vring_test. | Rusty Russell | 2013-03-20 | 3 | -4/+747 |
* | tools/virtio: separate headers more. | Rusty Russell | 2013-03-20 | 21 | -147/+450 |
* | tools/virtio: fix build for 3.8 | Michael S. Tsirkin | 2013-03-20 | 3 | -3/+9 |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -2/+2 |
|\ |
|
| * | virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0 | Rusty Russell | 2012-12-18 | 1 | -2/+2 |
* | | tools:virtio: fix compilation warning | Cong Ding | 2012-12-06 | 1 | -1/+1 |
|/ |
|
* | tools: Fix pthread flag for Makefile of trace-agent used by virtio-trace | Yoshihiro YUNOMAE | 2012-09-28 | 1 | -4/+3 |
* | tools: Add guest trace agent as a user tool | Yoshihiro YUNOMAE | 2012-09-28 | 6 | -0/+806 |
* | virtio/tools: add delayed interupt mode | Michael S. Tsirkin | 2012-05-02 | 2 | -4/+23 |
* | tools/virtio: stub out strong barriers | Michael S. Tsirkin | 2012-02-28 | 1 | -0/+3 |
* | tools/virtio: add linux/hrtimer.h stub | Michael S. Tsirkin | 2012-02-28 | 1 | -0/+0 |
* | tools/virtio: add linux/module.h stub | Michael S. Tsirkin | 2012-02-28 | 1 | -0/+0 |
* | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf | Rusty Russell | 2012-01-12 | 2 | -16/+8 |
* | virtio: harsher barriers for rpmsg. | Rusty Russell | 2012-01-12 | 2 | -1/+3 |
* | virtio_test: support event index | Michael S. Tsirkin | 2011-05-30 | 1 | -2/+17 |