aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptr_ring.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21include/linux: Remove smp_read_barrier_depends() from commentsWill Deacon1-1/+1
2020-01-13ptr_ring: add include of linux/mm.hJesper Dangaard Brouer1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-17ptr_ring: remove duplicated include from ptr_ring.hYueHaibing1-1/+0
2019-01-01ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang1-0/+2
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-19ptr_ring: Remove now-redundant smp_read_barrier_depends()Andrea Parri1-3/+4
2018-02-11ptr_ring: prevent integer overflow when calculating sizeJason Wang1-1/+1
2018-02-09ptr_ring: try vmalloc() when kmalloc() failsJason Wang1-5/+8
2018-02-09ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang1-0/+2
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin1-2/+2
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin1-6/+1
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin1-3/+4
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin1-3/+8
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin1-16/+18
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin1-9/+16
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2018-01-15ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin1-4/+10
2018-01-02net: ptr_ring: otherwise safe empty checks can overrun array boundsJohn Fastabend1-1/+6
2017-12-11ptr_ring: add barriersMichael S. Tsirkin1-0/+9
2017-08-16ptr_ring: use kmalloc_array()Eric Dumazet1-4/+5
2017-05-18ptr_ring: introduce batch dequeuingJason Wang1-0/+65
2017-05-18ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin1-0/+55
2017-05-09ptr_ring: batch ring zeroingMichael S. Tsirkin1-9/+54
2017-02-20ptr_ring: fix race conditions when resizingMichael S. Tsirkin1-5/+31
2016-07-01ptr_ring: support resizing multiple queuesMichael S. Tsirkin1-9/+62
2016-07-01ptr_ring: support zero length ringJason Wang1-2/+4
2016-06-15ptr_ring: resize supportMichael S. Tsirkin1-14/+143
2016-06-15ptr_ring: array based FIFO for pointersMichael S. Tsirkin1-0/+264