summaryrefslogtreecommitdiff
path: root/include/linux/ptr_ring.h
AgeCommit message (Expand)Author
2020-07-21include/linux: Remove smp_read_barrier_depends() from commentsWill Deacon
2020-01-13ptr_ring: add include of linux/mm.hJesper Dangaard Brouer
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-17ptr_ring: remove duplicated include from ptr_ring.hYueHaibing
2019-01-01ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-19ptr_ring: Remove now-redundant smp_read_barrier_depends()Andrea Parri
2018-02-11ptr_ring: prevent integer overflow when calculating sizeJason Wang
2018-02-09ptr_ring: try vmalloc() when kmalloc() failsJason Wang
2018-02-09ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-15ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin
2018-01-02net: ptr_ring: otherwise safe empty checks can overrun array boundsJohn Fastabend
2017-12-11ptr_ring: add barriersMichael S. Tsirkin
2017-08-16ptr_ring: use kmalloc_array()Eric Dumazet
2017-05-18ptr_ring: introduce batch dequeuingJason Wang
2017-05-18ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin
2017-05-09ptr_ring: batch ring zeroingMichael S. Tsirkin
2017-02-20ptr_ring: fix race conditions when resizingMichael S. Tsirkin
2016-07-01ptr_ring: support resizing multiple queuesMichael S. Tsirkin
2016-07-01ptr_ring: support zero length ringJason Wang
2016-06-15ptr_ring: resize supportMichael S. Tsirkin
2016-06-15ptr_ring: array based FIFO for pointersMichael S. Tsirkin