summaryrefslogtreecommitdiffstats
path: root/include/linux/seq_buf.h
Commit message (Expand)AuthorAgeFilesLines
* seq_buf: Fix kernel documentationAndy Shevchenko2024-02-151-6/+6
* seq_buf: Don't use "proxy" headersAndy Shevchenko2024-02-151-1/+4
* seq_buf: Make DECLARE_SEQ_BUF() usableNathan Lynch2024-01-181-2/+1
* seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-4/+17
* seq_buf: fix a misleading commentJonathan Corbet2023-10-201-1/+1
* tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-201-4/+1
* seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky2023-04-251-0/+2
* seq_buf: Add seq_buf_terminate() APISteven Rostedt (VMware)2021-03-181-0/+25
* seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann2020-12-071-1/+1
* seq_buf: Add printing formatted hex dumpsPiotr Maziarz2019-11-141-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-3/+0
* seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)2014-11-191-2/+5
* tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)2014-11-191-0/+41
* tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)2014-11-191-3/+3
* seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)2014-11-191-0/+6
* tracing: Add a seq_buf_clear() helper and clear len and readpos in initSteven Rostedt (Red Hat)2014-11-191-2/+7
* tracing: Convert seq_buf fields to be like seq_file fieldsSteven Rostedt (Red Hat)2014-11-191-4/+4
* tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)2014-11-191-1/+1
* tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)2014-11-191-0/+81