index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_ring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
2023-04-21
1
-0
/
+19
*
virtio_ring: don't update event idx on get_buf
Albert Huang
2023-04-21
1
-6
/
+16
*
virtio_ring: Use const to annotate read-only pointer params
Feng Liu
2023-04-21
1
-18
/
+18
*
virtio_ring: Avoid using inline for small functions
Feng Liu
2023-04-21
1
-7
/
+7
*
virtio_ring: per virtqueue dma device
Jason Wang
2023-02-21
1
-40
/
+93
*
virtio_ring: use helper function is_power_of_2()
Shaoqin Huang
2022-12-28
1
-1
/
+1
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
1
-1
/
+9
|
\
|
*
virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
Alexander Potapenko
2022-10-03
1
-1
/
+9
*
|
virtio_ring: make vring_alloc_queue_packed prettier
Deming Wang
2022-10-07
1
-3
/
+3
*
|
virtio_ring: split: Operators use unified style
Deming Wang
2022-10-07
1
-1
/
+1
|
/
*
virtio: kerneldocs fixes and enhancements
Ricardo CaƱuelo
2022-08-16
1
-0
/
+8
*
virtio_ring: struct virtqueue introduce reset
Xuan Zhuo
2022-08-11
1
-0
/
+2
*
virtio: allow to unbreak/break virtqueue individually
Xuan Zhuo
2022-08-11
1
-0
/
+24
*
virtio_ring: introduce virtqueue_resize()
Xuan Zhuo
2022-08-11
1
-0
/
+69
*
virtio_ring: packed: introduce virtqueue_resize_packed()
Xuan Zhuo
2022-08-11
1
-0
/
+30
*
virtio_ring: packed: introduce virtqueue_reinit_packed()
Xuan Zhuo
2022-08-11
1
-0
/
+12
*
virtio_ring: packed: extract the logic of attach vring
Xuan Zhuo
2022-08-11
1
-15
/
+10
*
virtio_ring: packed: extract the logic of vring init
Xuan Zhuo
2022-08-11
1
-11
/
+17
*
virtio_ring: packed: extract the logic of alloc state and extra
Xuan Zhuo
2022-08-11
1
-14
/
+34
*
virtio_ring: packed: extract the logic of alloc queue
Xuan Zhuo
2022-08-11
1
-29
/
+51
*
virtio_ring: packed: introduce vring_free_packed
Xuan Zhuo
2022-08-11
1
-0
/
+22
*
virtio_ring: split: introduce virtqueue_resize_split()
Xuan Zhuo
2022-08-11
1
-0
/
+34
*
virtio_ring: split: reserve vring_align, may_reduce_num
Xuan Zhuo
2022-08-11
1
-0
/
+10
*
virtio_ring: split: introduce virtqueue_reinit_split()
Xuan Zhuo
2022-08-11
1
-0
/
+23
*
virtio_ring: split: extract the logic of attach vring
Xuan Zhuo
2022-08-11
1
-13
/
+10
*
virtio_ring: split: extract the logic of vring init
Xuan Zhuo
2022-08-11
1
-10
/
+21
*
virtio_ring: split: extract the logic of alloc state and extra
Xuan Zhuo
2022-08-11
1
-16
/
+36
*
virtio_ring: split: extract the logic of alloc queue
Xuan Zhuo
2022-08-11
1
-25
/
+40
*
virtio_ring: split: introduce vring_free_split()
Xuan Zhuo
2022-08-11
1
-0
/
+11
*
virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
Xuan Zhuo
2022-08-11
1
-14
/
+15
*
virtio_ring: split: stop __vring_new_virtqueue as export symbol
Xuan Zhuo
2022-08-11
1
-9
/
+16
*
virtio_ring: introduce virtqueue_init()
Xuan Zhuo
2022-08-11
1
-16
/
+22
*
virtio_ring: split vring_virtqueue
Xuan Zhuo
2022-08-11
1
-56
/
+60
*
virtio_ring: extract the logic of freeing vring
Xuan Zhuo
2022-08-11
1
-5
/
+13
*
virtio_ring: update the document of the virtqueue_detach_unused_buf for queue...
Xuan Zhuo
2022-08-11
1
-2
/
+2
*
virtio_ring: remove the arg vq of vring_alloc_desc_extra()
Xuan Zhuo
2022-08-11
1
-4
/
+3
*
virtio_ring: make vring_create_virtqueue_split prettier
Deming Wang
2022-06-27
1
-1
/
+1
*
virtio: disable notification hardening by default
Jason Wang
2022-06-24
1
-0
/
+12
*
virtio_ring : keep used_wrap_counter in vq->last_used_idx
huangjie.albert
2022-06-24
1
-28
/
+47
*
virtio: harden vring IRQ
Jason Wang
2022-05-31
1
-4
/
+7
*
virtio: allow to unbreak virtqueue
Jason Wang
2022-05-31
1
-0
/
+22
*
virtio: Replace unsigned with unsigned int
Solomon Tan
2022-05-31
1
-6
/
+6
*
virtio_ring: add unlikely annotation for free descs check
Xianting Tian
2022-05-31
1
-1
/
+1
*
virtio_ring: remove unnecessary to_vvq call in vring hot path
Xianting Tian
2022-05-31
1
-5
/
+3
*
virtio_ring: remove flags check for unmap packed indirect desc
Xuan Zhuo
2022-03-28
1
-13
/
+5
*
virtio_ring: remove flags check for unmap split indirect desc
Xuan Zhuo
2022-03-28
1
-13
/
+5
*
virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()
Xuan Zhuo
2022-03-28
1
-9
/
+8
*
virtio_ring: mark ring unused on error
Michael S. Tsirkin
2022-01-15
1
-1
/
+3
*
virtio_ring: Fix querying of maximum DMA mapping size for virtio device
Will Deacon
2021-12-08
1
-1
/
+1
*
Revert "virtio_ring: validate used buffer length"
Michael S. Tsirkin
2021-11-25
1
-60
/
+0
[next]