summaryrefslogtreecommitdiffstats
path: root/lib/seq_buf.c
Commit message (Expand)AuthorAgeFilesLines
* lib: fix spelling mistakesZhen Lei2021-07-081-1/+1
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-06-261-1/+3
* seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou2021-06-261-1/+3
* seq_buf: Export seq_buf_printfVaibhav Jain2020-06-151-0/+1
* seq_buf: Add printing formatted hex dumpsPiotr Maziarz2019-11-141-0/+62
* seq_buf: Use size_t for len in seq_buf_puts()Michael Ellerman2018-12-221-1/+1
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2018-12-221-1/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar2015-12-231-2/+4
* seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)2015-03-041-1/+1
* seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)2015-03-041-1/+1
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-36/+0
* seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)2014-11-191-0/+359