index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/virtio: enable to build with retpoline
Shunsuke Mie
2023-02-20
1
-1
/
+1
*
tools/virtio: fix the vringh test for virtio ring changes
Shunsuke Mie
2023-01-27
8
-5
/
+45
*
tools/virtio: remove smp_read_barrier_depends()
Davidlohr Bueso
2022-12-28
1
-7
/
+10
*
tools/virtio: remove stray characters
Davidlohr Bueso
2022-12-28
1
-10
/
+10
*
tools/virtio: Variable type completion
wangjianli
2022-12-28
1
-1
/
+1
*
tools: Delete the unneeded semicolon after curly braces
Shaomin Deng
2022-12-28
1
-1
/
+1
*
tools/virtio: initialize spinlocks in vring_test.c
Ricardo Cañuelo
2022-12-28
1
-0
/
+2
*
virtio_test: fixup for vq reset
Xuan Zhuo
2022-09-27
2
-0
/
+8
*
tools/virtio: fix build
Stefano Garzarella
2022-08-11
2
-1
/
+2
*
virtio_ring: split: stop __vring_new_virtqueue as export symbol
Xuan Zhuo
2022-08-11
1
-2
/
+2
*
tools/virtio: compile with -pthread
Michael S. Tsirkin
2022-03-28
1
-1
/
+2
*
tools/virtio: fix after premapped buf support
Michael S. Tsirkin
2022-03-28
1
-2
/
+2
*
tools/virtio: handle fallout from folio work
Michael S. Tsirkin
2022-03-06
1
-0
/
+3
*
tools/virtio: fix virtio_test execution
Stefano Garzarella
2022-03-06
1
-0
/
+1
*
tools/virtio: fix build
Michael S. Tsirkin
2021-08-11
3
-1
/
+60
*
tools/virtio: add barrier for aarch64
Peng Fan
2020-12-18
1
-0
/
+10
*
tools/virtio: add krealloc_array
Peng Fan
2020-12-18
1
-2
/
+11
*
tools/virtio: include asm/bug.h
Peng Fan
2020-12-18
1
-0
/
+2
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-08-11
1
-3
/
+3
|
\
|
*
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
2020-08-03
1
-2
/
+2
|
*
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
2020-08-03
1
-1
/
+1
*
|
compiler: Remove uninitialized_var() macro
Kees Cook
2020-07-16
1
-2
/
+0
|
/
*
tools/virtio: Use tools/include/list.h instead of stubs
Eugenio Pérez
2020-06-22
4
-9
/
+6
*
tools/virtio: Reset index in virtio_test --reset.
Eugenio Pérez
2020-06-22
1
-2
/
+24
*
tools/virtio: Extract virtqueue initialization in vq_reset
Eugenio Pérez
2020-06-22
1
-7
/
+14
*
tools/virtio: Use __vring_new_virtqueue in virtio_test.c
Eugenio Pérez
2020-06-22
1
-4
/
+3
*
tools/virtio: Add --reset
Eugenio Pérez
2020-06-22
1
-4
/
+37
*
tools/virtio: Add --batch=random option
Eugenio Pérez
2020-06-22
1
-4
/
+14
*
tools/virtio: Add --batch option
Eugenio Pérez
2020-06-22
1
-10
/
+37
*
tools/virtio: make asm/barrier.h self contained
Michael S. Tsirkin
2020-04-17
1
-0
/
+1
*
tools/virtio: define aligned attribute
Michael S. Tsirkin
2020-04-17
1
-0
/
+1
*
virtio/test: fix up after IOTLB changes
Michael S. Tsirkin
2020-04-16
2
-2
/
+3
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-04-08
1
-1
/
+26
|
\
|
*
tools/virtio: option to build an out of tree module
Michael S. Tsirkin
2020-03-23
1
-1
/
+26
*
|
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
|
/
*
tools/virtio: xen stub
Michael S. Tsirkin
2019-10-13
1
-0
/
+6
*
tools/virtio: more stubs
Michael S. Tsirkin
2019-10-11
2
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
4
-4
/
+4
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2019-06-03
1
-1
/
+1
|
\
|
*
virtio: add unlikely() to WARN_ON_ONCE()
Igor Stoppa
2019-05-27
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165
Thomas Gleixner
2019-05-30
3
-9
/
+3
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
tools/virtio/ringtest: Remove bogus definition of BUG_ON()
Jonathan Neuschäfer
2019-05-12
1
-1
/
+0
*
virtio: fix test build after uio.h change
Michael S. Tsirkin
2018-12-19
1
-0
/
+4
*
tools/virtio: add kmalloc_array stub
Michael S. Tsirkin
2018-07-27
1
-0
/
+5
*
tools/virtio: add dma barrier stubs
Michael S. Tsirkin
2018-07-27
1
-2
/
+2
*
sg: remove ->sg_magic member
Jens Axboe
2018-06-29
1
-18
/
+0
*
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
2018-05-07
1
-2
/
+0
*
ptr_ring: fix build
Michael S. Tsirkin
2018-03-20
1
-0
/
+5
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-02-08
2
-23
/
+31
|
\
[next]