summaryrefslogtreecommitdiffstats
path: root/lib/seq_buf.c
Commit message (Expand)AuthorAgeFilesLines
* seq_buf: Fix kernel documentationAndy Shevchenko2024-02-151-17/+18
* seq_buf: Don't use "proxy" headersAndy Shevchenko2024-02-151-2/+12
* seq_buf: Export seq_buf_puts()Christophe JAILLET2023-11-021-0/+1
* seq_buf: Export seq_buf_putc()Christophe JAILLET2023-11-021-0/+1
* seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-3/+1
* tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-201-12/+10
* seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky2023-04-251-0/+32
* 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