aboutsummaryrefslogtreecommitdiffstats
path: root/lib/seq_buf.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko1-17/+18
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko1-2/+12
2023-11-02seq_buf: Export seq_buf_puts()Christophe JAILLET1-0/+1
2023-11-02seq_buf: Export seq_buf_putc()Christophe JAILLET1-0/+1
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook1-3/+1
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)1-12/+10
2023-04-25seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky1-0/+32
2021-07-08lib: fix spelling mistakesZhen Lei1-1/+1
2021-06-26seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou1-1/+3
2021-06-26seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou1-1/+3
2020-06-15seq_buf: Export seq_buf_printfVaibhav Jain1-0/+1
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz1-0/+62
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