index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
tools/virtio: Fix control typo in trace agent comment
GuoHan Zhao
1
-1
/
+1
2026-08-19
tools/virtio: Fix userspace typo in vringh test comment
GuoHan Zhao
1
-1
/
+1
2026-08-19
tools/virtio: Remove unsupported --batch option from vhost_net_test
Yichong Chen
1
-5
/
+0
2026-07-01
tools/virtio: add missing compat definitions for vhost_net_test
Yichong Chen
6
-0
/
+111
2026-06-10
tools/virtio: fix build for kmalloc_obj API and missing stubs
Michael S. Tsirkin
3
-0
/
+9
2026-06-10
tools/virtio: check mmap return value in vringh_test
longlong yan
1
-0
/
+5
2025-12-24
tools/virtio: add device, device_driver stubs
Michael S. Tsirkin
1
-0
/
+8
2025-12-24
tools/virtio: fix up oot build
Michael S. Tsirkin
2
-2
/
+13
2025-12-24
tools/virtio: switch to kernel's virtio_config.h
Michael S. Tsirkin
1
-101
/
+1
2025-12-24
tools/virtio: stub might_sleep and synchronize_rcu
Michael S. Tsirkin
1
-0
/
+7
2025-12-24
tools/virtio: add struct cpumask to cpumask.h
Michael S. Tsirkin
1
-0
/
+4
2025-12-24
tools/virtio: pass KCFLAGS to module build
Michael S. Tsirkin
1
-1
/
+2
2025-12-24
tools/virtio: add ucopysize.h stub
Michael S. Tsirkin
1
-0
/
+21
2025-12-24
tools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubs
Michael S. Tsirkin
1
-0
/
+9
2025-12-24
tools/virtio: stub DMA mapping functions
Michael S. Tsirkin
1
-0
/
+4
2025-12-24
tools/virtio: add struct module forward declaration
Michael S. Tsirkin
1
-0
/
+2
2025-12-24
tools/virtio: use kernel's virtio.h
Michael S. Tsirkin
1
-72
/
+1
2025-12-24
tools/virtio: fix up compiler.h stub
Michael S. Tsirkin
1
-0
/
+6
2025-12-08
tools/virtio: replace "__auto_type" with "auto"
H. Peter Anvin
1
-1
/
+1
2025-09-12
kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
1
-1
/
+1
2025-02-25
tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.
Yufeng Wang
1
-0
/
+7
2025-02-25
tools: virtio/linux/compiler.h: Add data_race() define.
Yufeng Wang
1
-0
/
+25
2025-02-25
tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api define for virtio test
Yufeng Wang
1
-0
/
+13
2024-11-06
Fix typo in vringh_test.c
Shivam Chaudhary
1
-1
/
+1
2024-09-10
tools/virtio:Fix the wrong format specifier
Zhu Jun
1
-1
/
+1
2024-07-04
tools/virtio: creating pipe assertion in vringh_test
Yunseong Kim
1
-3
/
+6
2024-03-05
tools: virtio: introduce vhost_net_test
Yunsheng Lin
4
-3
/
+542
2023-10-16
tools/virtio: Add dma sync api for virtio test
Liming Wu
1
-0
/
+12
2023-06-27
tools/virtio: fix build break for aarch64
Peng Fan
1
-1
/
+12
2023-06-09
tools/virtio: use canonical ftrace path
Ross Zwisler
2
-5
/
+9
2023-06-08
tools/virtio: Add .gitignore for ringtest
Rong Tao
1
-0
/
+7
2023-06-08
tools/virtio: Fix arm64 ringtest compilation error
Rong Tao
1
-0
/
+11
2023-04-21
tools/virtio: fix build caused by virtio_ring changes
Shunsuke Mie
3
-13
/
+5
2023-04-21
tools/virtio: virtio_test -h,--help should return directly
Rong Tao
1
-5
/
+5
2023-04-21
tools/virtio: virtio_test: Fix indentation
Rong Tao
1
-1
/
+1
2023-04-04
tools/virtio: fix typo in README instructions
Ross Zwisler
1
-1
/
+1
2023-03-13
tools/virtio: Ignore virtio-trace/trace-agent
Rong Tao
1
-0
/
+1
2023-02-20
tools/virtio: enable to build with retpoline
Shunsuke Mie
1
-1
/
+1
2023-01-27
tools/virtio: fix the vringh test for virtio ring changes
Shunsuke Mie
8
-5
/
+45
2022-12-28
tools/virtio: remove smp_read_barrier_depends()
Davidlohr Bueso
1
-7
/
+10
2022-12-28
tools/virtio: remove stray characters
Davidlohr Bueso
1
-10
/
+10
2022-12-28
tools/virtio: Variable type completion
wangjianli
1
-1
/
+1
2022-12-28
tools: Delete the unneeded semicolon after curly braces
Shaomin Deng
1
-1
/
+1
2022-12-28
tools/virtio: initialize spinlocks in vring_test.c
Ricardo CaƱuelo
1
-0
/
+2
2022-09-27
virtio_test: fixup for vq reset
Xuan Zhuo
2
-0
/
+8
2022-08-11
tools/virtio: fix build
Stefano Garzarella
2
-1
/
+2
2022-08-11
virtio_ring: split: stop __vring_new_virtqueue as export symbol
Xuan Zhuo
1
-2
/
+2
2022-03-28
tools/virtio: compile with -pthread
Michael S. Tsirkin
1
-1
/
+2
2022-03-28
tools/virtio: fix after premapped buf support
Michael S. Tsirkin
1
-2
/
+2
2022-03-06
tools/virtio: handle fallout from folio work
Michael S. Tsirkin
1
-0
/
+3
[next]