index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
virtio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-28
vduse: return internal vq group struct as map token
Eugenio Pérez
1
-3
/
+3
2026-01-02
virtio: add virtqueue_add_inbuf_cache_clean API
Michael S. Tsirkin
1
-0
/
+5
2025-12-24
virtio: make it self-contained
Michael S. Tsirkin
1
-0
/
+2
2025-11-27
virtio: clean up features qword/dword terms
Michael S. Tsirkin
1
-1
/
+1
2025-10-01
vduse: switch to use virtio map API instead of DMA API
Jason Wang
1
-0
/
+4
2025-10-01
virtio: introduce map ops in virtio core
Jason Wang
1
-0
/
+25
2025-10-01
virtio: introduce virtio_map container union
Jason Wang
1
-0
/
+5
2025-10-01
virtio: rename dma helpers
Jason Wang
1
-6
/
+6
2025-10-01
virtio_ring: constify virtqueue pointer for DMA helpers
Jason Wang
1
-6
/
+6
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2025-08-01
virtio-mmio: Remove virtqueue list from mmio device
Viresh Kumar
1
-1
/
+1
2025-07-08
virtio: introduce extended features
Paolo Abeni
1
-3
/
+6
2025-04-18
virtgpu: don't reset on shutdown
Michael S. Tsirkin
1
-0
/
+3
2025-01-27
virtio_pci: Add support for PCIe Function Level Reset
Israel Rukshin
1
-0
/
+8
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
1
-1
/
+2
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
1
-1
/
+2
2024-11-27
Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2024-11-15
virtio_ring: remove API virtqueue_set_dma_premapped
Xuan Zhuo
1
-2
/
+0
2024-11-15
virtio_ring: introduce add api for premapped
Xuan Zhuo
1
-0
/
+11
2024-11-13
virtio: Extend the admin command to include the result size
Yishai Hadas
1
-0
/
+1
2024-08-15
virtio: allow driver to disable the configure change notification
Jason Wang
1
-0
/
+7
2024-08-15
virtio: rename virtio_config_enabled to virtio_config_core_enabled
Jason Wang
1
-2
/
+2
2024-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+3
2024-07-17
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
1
-0
/
+3
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-4
/
+1
2024-04-26
virtio: add debugfs infrastructure to allow to debug virtio features
Jiri Pirko
1
-0
/
+35
2024-04-08
virtio: store owner from modules with register_virtio_driver()
Krzysztof Kozlowski
1
-2
/
+5
2023-12-19
virtio-pci: Introduce admin command sending function
Feng Liu
1
-0
/
+8
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
2023-09-03
virtio_ring: introduce dma sync api for virtqueue
Xuan Zhuo
1
-0
/
+8
2023-09-03
virtio_ring: introduce dma map api for virtqueue
Xuan Zhuo
1
-0
/
+8
2023-09-03
virtio_ring: introduce virtqueue_reset()
Xuan Zhuo
1
-0
/
+2
2023-09-03
virtio_ring: introduce virtqueue_dma_dev()
Xuan Zhuo
1
-0
/
+2
2023-09-03
virtio_ring: introduce virtqueue_set_dma_premapped()
Xuan Zhuo
1
-0
/
+2
2023-08-08
virtio: Remove PM #ifdef guards to fix i2c driver
Arnd Bergmann
1
-2
/
+0
2023-06-27
virtio: Add missing documentation for structure fields
Simon Horman
1
-1
/
+4
2023-04-21
virtio_ring: Use const to annotate read-only pointer params
Feng Liu
1
-7
/
+7
2023-04-21
virtio: Reorder fields in 'struct virtqueue'
Christophe JAILLET
1
-1
/
+1
2023-01-27
virtio: move dev_to_virtio() to use container_of_const()
Greg Kroah-Hartman
1
-4
/
+1
2022-08-16
virtio: kerneldocs fixes and enhancements
Ricardo Cañuelo
1
-3
/
+3
2022-08-11
virtio_ring: struct virtqueue introduce reset
Xuan Zhuo
1
-0
/
+2
2022-08-11
virtio: allow to unbreak/break virtqueue individually
Xuan Zhuo
1
-0
/
+3
2022-08-11
virtio_ring: introduce virtqueue_resize()
Xuan Zhuo
1
-0
/
+3
2022-08-11
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
1
-0
/
+2
2022-05-31
virtio: allow to unbreak virtqueue
Jason Wang
1
-0
/
+1
2022-03-04
virtio: unexport virtio_finalize_features
Michael S. Tsirkin
1
-1
/
+0
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-0
/
+1
2021-11-24
Revert "virtio_ring: validate used buffer length"
Michael S. Tsirkin
1
-2
/
+0
2021-11-01
virtio_ring: validate used buffer length
Jason Wang
1
-0
/
+2
2021-08-10
virtio: Protect vqs list access
Parav Pandit
1
-0
/
+1
[next]