summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
3.y&id=e3f9f41757f5ce1e95ef3bc3bfb72bbcdb23ece2'>ptr_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