index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
core-api
/
printk-formats.rst
Age
Commit message (
Expand
)
Author
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-07-23
docs: core-api/printk-formats.rst: use literal block syntax
Daniel W. S. Almeida
2020-07-03
Replace HTTP links with HTTPS ones: vsprintf
Alexander A. Klimov
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2020-06-01
Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-05-20
lib/vsprintf: Print time64_t in human readable format
Andy Shevchenko
2020-05-15
bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier
Daniel Borkmann
2020-04-20
docs: pr_*() kerneldocs and basic printk docs
Ricardo CaƱuelo
2019-12-02
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
Linus Torvalds
2019-11-26
Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-11-07
docs: printk-formats: add ptrdiff_t type to printk-formats
Miles Chen
2019-10-17
printf: add support for printing symbolic error names
Rasmus Villemoes
2019-10-11
lib/vsprintf: Add %pfw conversion specifier for printing fwnode names
Sakari Ailus
2019-10-11
lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
Sakari Ailus
2019-09-14
docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]
Joe Perches
2019-07-15
docs: admin-guide: move sysctl directory to it
Mauro Carvalho Chehab
2019-07-15
docs: sysctl: convert to ReST
Mauro Carvalho Chehab
2019-04-26
vsprintf: Avoid confusion between invalid address and value
Petr Mladek
2019-04-26
vsprintf: Prevent crash when dereferencing invalid pointers
Petr Mladek
2019-03-09
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-03-04
printk/docs: Add extra integer types to printk-formats
Louis Taylor
2018-12-10
lib/vsprintf: Print time and date in human readable format via %pt
Andy Shevchenko
2018-10-25
Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-12
doc: printk-formats: Remove bogus kobject references for device nodes
Geert Uytterhoeven
2018-10-12
lib/vsprintf: Hash legacy clock addresses
Geert Uytterhoeven
2018-06-05
lib/vsprintf: Remove atomic-unsafe support for %pCr
Geert Uytterhoeven
2018-03-23
Documentation: Mention why %p prints ptrval
Joel Stanley
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2017-12-21
doc: convert printk-formats.txt to rst
Tobin C. Harding