aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19virtio: fix test build after uio.h changeMichael S. Tsirkin1-0/+4
2018-07-27tools/virtio: add kmalloc_array stubMichael S. Tsirkin1-0/+5
2018-06-29sg: remove ->sg_magic memberJens Axboe1-18/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-2/+0
2018-01-29tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-05-02tools/virtio: fix build breakageSekhar Nori1-0/+1
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1
2016-08-15tools/virtio: add dma stubsMichael S. Tsirkin5-1/+52
2016-03-02virtio_ring: Support DMA APIsAndy Lutomirski1-0/+17
2016-01-26tools/virtio: use virt_xxx barriersMichael S. Tsirkin2-0/+10
2015-12-07tools/virtio: fix byteswap logicMichael S. Tsirkin1-7/+13
2015-12-07tools/virtio: move list macro stubsMichael S. Tsirkin2-6/+6
2015-09-09tools/virtio: fix build after 4.2 changesMichael S. Tsirkin2-0/+11
2014-12-15tools/virtio: more stubsMichael S. Tsirkin3-2/+77
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin2-22/+2
2014-05-01tools: Consolidate types.hBorislav Petkov2-35/+0
2014-05-01tools: Unify export.hBorislav Petkov1-5/+0
2014-03-13tools/virtio: fix missing kmemleak_ignore symbolJoel Stanley1-0/+3
2014-03-13tools/virtio: update internal copies of headersJoel Stanley1-2/+2
2013-07-09tools/virtio: move module license stub to module.hMichael S. Tsirkin2-3/+5
2013-03-20tools/virtio: remove virtqueue_add_buf() from tests.Rusty Russell1-7/+0
2013-03-20tools/virtio: make vringh_test use inbuf/outbuf.Rusty Russell1-0/+10
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell2-0/+23
2013-03-20tools/virtio: add vring_test.Rusty Russell1-0/+2
2013-03-20tools/virtio: separate headers more.Rusty Russell16-147/+426
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin1-1/+6
2012-05-02virtio/tools: add delayed interupt modeMichael S. Tsirkin1-0/+1
2012-02-28tools/virtio: stub out strong barriersMichael S. Tsirkin1-0/+3
2012-02-28tools/virtio: add linux/hrtimer.h stubMichael S. Tsirkin1-0/+0
2012-02-28tools/virtio: add linux/module.h stubMichael S. Tsirkin1-0/+0
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-15/+6
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell1-0/+1
2010-12-09tools/virtio: virtio_test toolMichael S. Tsirkin3-0/+227