aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/seq_buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko1-6/+6
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko1-1/+4
2024-01-18seq_buf: Make DECLARE_SEQ_BUF() usableNathan Lynch1-2/+1
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook1-4/+17
2023-10-20seq_buf: fix a misleading commentJonathan Corbet1-1/+1
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)1-4/+1
2023-04-25seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky1-0/+2
2021-03-18seq_buf: Add seq_buf_terminate() APISteven Rostedt (VMware)1-0/+25
2020-12-07seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann1-1/+1
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-3/+0
2014-11-19seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)1-2/+5
2014-11-19tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)1-0/+41
2014-11-19tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)1-3/+3
2014-11-19seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)1-0/+6
2014-11-19tracing: Add a seq_buf_clear() helper and clear len and readpos in initSteven Rostedt (Red Hat)1-2/+7
2014-11-19tracing: Convert seq_buf fields to be like seq_file fieldsSteven Rostedt (Red Hat)1-4/+4
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)1-1/+1
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)1-0/+81