summaryrefslogtreecommitdiff
path: root/tools/virtio/linux
AgeCommit message (Expand)AuthorFilesLines
7 daystools/virtio: add device, device_driver stubsMichael S. Tsirkin1-0/+8
7 daystools/virtio: switch to kernel's virtio_config.hMichael S. Tsirkin1-101/+1
7 daystools/virtio: stub might_sleep and synchronize_rcuMichael S. Tsirkin1-0/+7
7 daystools/virtio: add struct cpumask to cpumask.hMichael S. Tsirkin1-0/+4
7 daystools/virtio: add ucopysize.h stubMichael S. Tsirkin1-0/+21
7 daystools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubsMichael S. Tsirkin1-0/+9
7 daystools/virtio: stub DMA mapping functionsMichael S. Tsirkin1-0/+4
7 daystools/virtio: add struct module forward declarationMichael S. Tsirkin1-0/+2
7 daystools/virtio: use kernel's virtio.hMichael S. Tsirkin1-72/+1
7 daystools/virtio: fix up compiler.h stubMichael S. Tsirkin1-0/+6
2025-12-09tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin1-1/+1
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky1-1/+1
2025-02-25tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.Yufeng Wang1-0/+7
2025-02-25tools: virtio/linux/compiler.h: Add data_race() define.Yufeng Wang1-0/+25
2025-02-25tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api define for virtio testYufeng Wang1-0/+13
2024-03-05tools: virtio: introduce vhost_net_testYunsheng Lin1-0/+4
2023-10-16tools/virtio: Add dma sync api for virtio testLiming Wu1-0/+12
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie3-13/+5
2023-01-27tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie8-5/+45
2022-09-28virtio_test: fixup for vq resetXuan Zhuo2-0/+8
2022-08-11tools/virtio: fix buildStefano Garzarella2-1/+2
2022-03-28tools/virtio: fix after premapped buf supportMichael S. Tsirkin1-2/+2
2022-03-06tools/virtio: handle fallout from folio workMichael S. Tsirkin1-0/+3
2021-08-11tools/virtio: fix buildMichael S. Tsirkin2-0/+58
2020-12-19tools/virtio: add krealloc_arrayPeng Fan1-2/+11
2020-12-19tools/virtio: include asm/bug.hPeng Fan1-0/+2
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-2/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-07-16compiler: Remove uninitialized_var() macroKees Cook1-2/+0
2020-06-22tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez2-9/+3
2020-04-17tools/virtio: define aligned attributeMichael S. Tsirkin1-0/+1
2019-10-11tools/virtio: more stubsMichael S. Tsirkin1-0/+2
2019-05-27virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa1-1/+1
2018-12-20virtio: 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-16tools/virtio: more stubsMichael S. Tsirkin3-2/+77