index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ptr_ring.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/linux: Remove smp_read_barrier_depends() from comments
Will Deacon
2020-07-21
1
-1
/
+1
*
ptr_ring: add include of linux/mm.h
Jesper Dangaard Brouer
2020-01-13
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
ptr_ring: remove duplicated include from ptr_ring.h
YueHaibing
2019-02-17
1
-1
/
+0
*
ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
Cong Wang
2019-01-01
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-19
1
-1
/
+1
|
\
|
*
ptr_ring: prevent integer overflow when calculating size
Jason Wang
2018-02-11
1
-1
/
+1
*
|
ptr_ring: Remove now-redundant smp_read_barrier_depends()
Andrea Parri
2018-02-19
1
-3
/
+4
|
/
*
ptr_ring: try vmalloc() when kmalloc() fails
Jason Wang
2018-02-09
1
-5
/
+8
*
ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
Jason Wang
2018-02-09
1
-0
/
+2
*
ptr_ring: prevent queue load/store tearing
Michael S. Tsirkin
2018-01-29
1
-2
/
+2
*
Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
Michael S. Tsirkin
2018-01-29
1
-6
/
+1
*
ptr_ring: disallow lockless __ptr_ring_full
Michael S. Tsirkin
2018-01-29
1
-3
/
+4
*
ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
Michael S. Tsirkin
2018-01-29
1
-3
/
+8
*
ptr_ring: clean up documentation
Michael S. Tsirkin
2018-01-29
1
-16
/
+18
*
ptr_ring: keep consumer_head valid at all times
Michael S. Tsirkin
2018-01-29
1
-9
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-4
/
+10
|
\
|
*
ptr_ring: document usage around __ptr_ring_peek
Michael S. Tsirkin
2018-01-15
1
-4
/
+10
*
|
net: ptr_ring: otherwise safe empty checks can overrun array bounds
John Fastabend
2018-01-02
1
-1
/
+6
|
/
*
ptr_ring: add barriers
Michael S. Tsirkin
2017-12-11
1
-0
/
+9
*
ptr_ring: use kmalloc_array()
Eric Dumazet
2017-08-16
1
-4
/
+5
*
ptr_ring: introduce batch dequeuing
Jason Wang
2017-05-18
1
-0
/
+65
*
ptr_ring: add ptr_ring_unconsume
Michael S. Tsirkin
2017-05-18
1
-0
/
+55
*
ptr_ring: batch ring zeroing
Michael S. Tsirkin
2017-05-09
1
-9
/
+54
*
ptr_ring: fix race conditions when resizing
Michael S. Tsirkin
2017-02-20
1
-5
/
+31
*
ptr_ring: support resizing multiple queues
Michael S. Tsirkin
2016-07-01
1
-9
/
+62
*
ptr_ring: support zero length ring
Jason Wang
2016-07-01
1
-2
/
+4
*
ptr_ring: resize support
Michael S. Tsirkin
2016-06-15
1
-14
/
+143
*
ptr_ring: array based FIFO for pointers
Michael S. Tsirkin
2016-06-15
1
-0
/
+264