index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ptr_ring.h
Age
Commit message (
Expand
)
Author
2020-07-21
include/linux: Remove smp_read_barrier_depends() from comments
Will Deacon
2020-01-13
ptr_ring: add include of linux/mm.h
Jesper Dangaard Brouer
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-02-17
ptr_ring: remove duplicated include from ptr_ring.h
YueHaibing
2019-01-01
ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
Cong Wang
2018-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-19
ptr_ring: Remove now-redundant smp_read_barrier_depends()
Andrea Parri
2018-02-11
ptr_ring: prevent integer overflow when calculating size
Jason Wang
2018-02-09
ptr_ring: try vmalloc() when kmalloc() fails
Jason Wang
2018-02-09
ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
Jason Wang
2018-01-29
ptr_ring: prevent queue load/store tearing
Michael S. Tsirkin
2018-01-29
Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
Michael S. Tsirkin
2018-01-29
ptr_ring: disallow lockless __ptr_ring_full
Michael S. Tsirkin
2018-01-29
ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
Michael S. Tsirkin
2018-01-29
ptr_ring: clean up documentation
Michael S. Tsirkin
2018-01-29
ptr_ring: keep consumer_head valid at all times
Michael S. Tsirkin
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-15
ptr_ring: document usage around __ptr_ring_peek
Michael S. Tsirkin
2018-01-02
net: ptr_ring: otherwise safe empty checks can overrun array bounds
John Fastabend
2017-12-11
ptr_ring: add barriers
Michael S. Tsirkin
2017-08-16
ptr_ring: use kmalloc_array()
Eric Dumazet
2017-05-18
ptr_ring: introduce batch dequeuing
Jason Wang
2017-05-18
ptr_ring: add ptr_ring_unconsume
Michael S. Tsirkin
2017-05-09
ptr_ring: batch ring zeroing
Michael S. Tsirkin
2017-02-20
ptr_ring: fix race conditions when resizing
Michael S. Tsirkin
2016-07-01
ptr_ring: support resizing multiple queues
Michael S. Tsirkin
2016-07-01
ptr_ring: support zero length ring
Jason Wang
2016-06-15
ptr_ring: resize support
Michael S. Tsirkin
2016-06-15
ptr_ring: array based FIFO for pointers
Michael S. Tsirkin