index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-01
virtio_ring: Fix error reporting in virtqueue_resize
Laurent Vivier
1
-2
/
+6
2025-04-14
virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
Zhongqiu Han
1
-1
/
+1
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
1
-1
/
+5
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
1
-1
/
+5
2024-11-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-106
/
+119
2024-11-15
virtio_ring: remove API virtqueue_set_dma_premapped
Xuan Zhuo
1
-48
/
+0
2024-11-15
virtio_ring: introduce add api for premapped
Xuan Zhuo
1
-0
/
+48
2024-11-15
virtio_ring: perform premapped operations based on per-buffer
Xuan Zhuo
1
-48
/
+53
2024-11-15
virtio_ring: packed: record extras for indirect buffers
Xuan Zhuo
1
-24
/
+36
2024-11-15
virtio_ring: split: record extras for indirect buffers
Xuan Zhuo
1
-60
/
+52
2024-11-15
virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
1
-15
/
+12
2024-11-12
virtio: Make vring_new_virtqueue support packed vring
Wenyu Huang
1
-106
/
+121
2024-09-25
virtio_ring: tag event_triggered as racy for KCSAN
Michael S. Tsirkin
1
-1
/
+1
2024-07-09
virtio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-07-04
virtio_ring: fix KMSAN error for premapped mode
Xuan Zhuo
1
-1
/
+3
2024-05-13
virtio_ring: enable premapped mode whatever use_dma_api
Xuan Zhuo
1
-6
/
+1
2024-03-19
virtio: packed: fix unmap leak for indirect desc table
Xuan Zhuo
1
-3
/
+3
2023-12-04
virtio_ring: fix syncs DMA memory with different direction
Xuan Zhuo
1
-4
/
+2
2023-09-03
virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
Yuan Yao
1
-1
/
+1
2023-09-03
virtio_ring: introduce dma sync api for virtqueue
Xuan Zhuo
1
-0
/
+76
2023-09-03
virtio_ring: introduce dma map api for virtqueue
Xuan Zhuo
1
-0
/
+69
2023-09-03
virtio_ring: introduce virtqueue_reset()
Xuan Zhuo
1
-0
/
+33
2023-09-03
virtio_ring: separate the logic of reset/enable from virtqueue_resize
Xuan Zhuo
1
-19
/
+39
2023-09-03
virtio_ring: correct the expression of the description of virtqueue_resize()
Xuan Zhuo
1
-1
/
+1
2023-09-03
virtio_ring: skip unmap for premapped
Xuan Zhuo
1
-14
/
+28
2023-09-03
virtio_ring: introduce virtqueue_dma_dev()
Xuan Zhuo
1
-0
/
+17
2023-09-03
virtio_ring: support add premapped buf
Xuan Zhuo
1
-2
/
+17
2023-09-03
virtio_ring: introduce virtqueue_set_dma_premapped()
Xuan Zhuo
1
-0
/
+53
2023-09-03
virtio_ring: put mapping error check in vring_map_one_sg
Xuan Zhuo
1
-15
/
+22
2023-09-03
virtio_ring: check use_dma_api before unmap desc for indirect
Xuan Zhuo
1
-2
/
+4
2023-04-21
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
1
-0
/
+19
2023-04-21
virtio_ring: don't update event idx on get_buf
Albert Huang
1
-6
/
+16
2023-04-21
virtio_ring: Use const to annotate read-only pointer params
Feng Liu
1
-18
/
+18
2023-04-21
virtio_ring: Avoid using inline for small functions
Feng Liu
1
-7
/
+7
2023-02-20
virtio_ring: per virtqueue dma device
Jason Wang
1
-40
/
+93
2022-12-28
virtio_ring: use helper function is_power_of_2()
Shaoqin Huang
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+9
2022-10-07
virtio_ring: make vring_alloc_queue_packed prettier
Deming Wang
1
-3
/
+3
2022-10-07
virtio_ring: split: Operators use unified style
Deming Wang
1
-1
/
+1
2022-10-03
virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
Alexander Potapenko
1
-1
/
+9
2022-08-16
virtio: kerneldocs fixes and enhancements
Ricardo CaƱuelo
1
-0
/
+8
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
/
+24
2022-08-11
virtio_ring: introduce virtqueue_resize()
Xuan Zhuo
1
-0
/
+69
2022-08-11
virtio_ring: packed: introduce virtqueue_resize_packed()
Xuan Zhuo
1
-0
/
+30
2022-08-11
virtio_ring: packed: introduce virtqueue_reinit_packed()
Xuan Zhuo
1
-0
/
+12
2022-08-11
virtio_ring: packed: extract the logic of attach vring
Xuan Zhuo
1
-15
/
+10
2022-08-11
virtio_ring: packed: extract the logic of vring init
Xuan Zhuo
1
-11
/
+17
2022-08-11
virtio_ring: packed: extract the logic of alloc state and extra
Xuan Zhuo
1
-14
/
+34
2022-08-11
virtio_ring: packed: extract the logic of alloc queue
Xuan Zhuo
1
-29
/
+51
[next]