aboutsummaryrefslogtreecommitdiffstats
path: root/lib/seq_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-22seq_buf: Use size_t for len in seq_buf_puts()Michael Ellerman1-1/+1
2018-12-22seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-12-23tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar1-2/+4
2015-03-04seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)1-1/+1
2015-03-04seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)1-1/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-36/+0
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)1-0/+359