index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-13
tools/virtio: xen stub
Michael S. Tsirkin
1
-0
/
+6
2019-10-11
tools/virtio: more stubs
Michael S. Tsirkin
2
-0
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
4
-4
/
+4
2019-06-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165
Thomas Gleixner
3
-9
/
+3
2019-05-27
virtio: add unlikely() to WARN_ON_ONCE()
Igor Stoppa
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-12
tools/virtio/ringtest: Remove bogus definition of BUG_ON()
Jonathan Neuschäfer
1
-1
/
+0
2018-12-19
virtio: fix test build after uio.h change
Michael S. Tsirkin
1
-0
/
+4
2018-07-27
tools/virtio: add kmalloc_array stub
Michael S. Tsirkin
1
-0
/
+5
2018-07-27
tools/virtio: add dma barrier stubs
Michael S. Tsirkin
1
-2
/
+2
2018-06-29
sg: remove ->sg_magic member
Jens Axboe
1
-18
/
+0
2018-05-07
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
1
-2
/
+0
2018-03-20
ptr_ring: fix build
Michael S. Tsirkin
1
-0
/
+5
2018-02-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-23
/
+31
2018-02-01
ringtest: ring.c malloc & memset to calloc
Peter Malone
1
-4
/
+2
2018-01-31
virtio/ringtest: virtio_ring: fix up need_event math
Michael S. Tsirkin
1
-10
/
+14
2018-01-31
virtio/ringtest: fix up need_event math
Michael S. Tsirkin
1
-9
/
+15
2018-01-29
tools/virtio: fix smp_mb on x86
Michael S. Tsirkin
1
-1
/
+1
2018-01-29
tools/virtio: copy READ/WRITE_ONCE
Michael S. Tsirkin
1
-0
/
+57
2018-01-29
tools/virtio: more stubs to fix tools build
Michael S. Tsirkin
2
-1
/
+2
2018-01-29
tools/virtio: switch to __ptr_ring_empty
Michael S. Tsirkin
1
-1
/
+1
2017-12-15
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-6
/
+23
2017-12-08
ptr_ring: fix up after recent ptr_ring changes
Michael S. Tsirkin
1
-6
/
+23
2017-11-10
locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE
Michael S. Tsirkin
1
-0
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
23
-0
/
+23
2017-05-09
tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
Colin Ian King
1
-1
/
+1
2017-05-09
ptr_ring: support testing different batching sizes
Michael S. Tsirkin
1
-0
/
+3
2017-05-09
ringtest: support test specific parameters
Michael S. Tsirkin
2
-0
/
+15
2017-05-02
tools/virtio: fix build breakage
Sekhar Nori
3
-4
/
+6
2017-05-02
ringtest: fix an assert statement
Dan Carpenter
1
-1
/
+1
2017-01-19
tools/virtio/ringtest: tweaks for s390
Halil Pasic
1
-0
/
+12
2017-01-19
tools/virtio/ringtest: fix run-on-all.sh for offline cpus
Halil Pasic
1
-2
/
+3
2016-12-16
tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h
Mark Rutland
1
-4
/
+5
2016-12-16
tools/virtio: fix READ_ONCE()
Mark Rutland
1
-1
/
+1
2016-10-31
ringtest: poll for new buffers once before updating event index
Paolo Bonzini
1
-2
/
+2
2016-10-31
ringtest: commonize implementation of poll_avail/poll_used
Paolo Bonzini
6
-83
/
+43
2016-10-31
ringtest: use link-time optimization
Paolo Bonzini
2
-4
/
+4
2016-08-15
tools/virtio: add dma stubs
Michael S. Tsirkin
5
-1
/
+52
2016-08-15
ringtest: test build fix
Michael S. Tsirkin
1
-0
/
+1
2016-07-01
ptr_ring: support resizing multiple queues
Michael S. Tsirkin
1
-0
/
+5
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-3
/
+78
2016-06-15
ptr_ring: ring test
Michael S. Tsirkin
2
-1
/
+196
2016-06-06
tools/virtio: add noring tool
Michael S. Tsirkin
2
-1
/
+72
2016-06-06
tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
Mike Rapoport
1
-2
/
+2
2016-06-06
tools/virtio/ringtest: add usage example to README
Mike Rapoport
1
-0
/
+4
2016-05-22
ringtest: pass buf != NULL
Michael S. Tsirkin
1
-1
/
+1
2016-05-22
virtio: add inorder option
Michael S. Tsirkin
3
-2
/
+54
2016-03-02
virtio_ring: Support DMA APIs
Andy Lutomirski
1
-0
/
+17
2016-01-26
tools/virtio: add ringtest utilities
Michael S. Tsirkin
8
-0
/
+1123
[next]