index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
seq_buf.h
Age
Commit message (
Expand
)
Author
2024-02-15
seq_buf: Fix kernel documentation
Andy Shevchenko
2024-02-15
seq_buf: Don't use "proxy" headers
Andy Shevchenko
2024-01-18
seq_buf: Make DECLARE_SEQ_BUF() usable
Nathan Lynch
2023-10-28
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
Kees Cook
2023-10-20
seq_buf: fix a misleading comment
Jonathan Corbet
2023-10-20
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
2023-04-25
seq_buf: Add seq_buf_do_printk() helper
Sergey Senozhatsky
2021-03-18
seq_buf: Add seq_buf_terminate() API
Steven Rostedt (VMware)
2020-12-07
seq_buf: Avoid type mismatch for seq_buf_init
Arnd Bergmann
2019-11-14
seq_buf: Add printing formatted hex dumps
Piotr Maziarz
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2015-02-13
bitmap, cpumask, nodemask: remove dedicated formatting functions
Tejun Heo
2014-11-19
seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF
Steven Rostedt (Red Hat)
2014-11-19
tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions
Steven Rostedt (Red Hat)
2014-11-19
tracing: Have seq_buf use full buffer
Steven Rostedt (Red Hat)
2014-11-19
seq_buf: Create seq_buf_used() to find out how much was written
Steven Rostedt (Red Hat)
2014-11-19
tracing: Add a seq_buf_clear() helper and clear len and readpos in init
Steven Rostedt (Red Hat)
2014-11-19
tracing: Convert seq_buf fields to be like seq_file fields
Steven Rostedt (Red Hat)
2014-11-19
tracing: Convert seq_buf_path() to be like seq_path()
Steven Rostedt (Red Hat)
2014-11-19
tracing: Create seq_buf layer in trace_seq
Steven Rostedt (Red Hat)