index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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