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
/
Documentation
/
core-api
/
printk-formats.rst
Age
Commit message (
Expand
)
Author
2023-09-04
Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2023-07-18
docs: printk-formats: Treat char as always unsigned
Andy Shevchenko
2023-07-18
docs: printk-formats: Fix hex printing of signed values
Andy Shevchenko
2023-03-28
mm, printk: introduce new format %pGt for page_type
Hyeonggon Yoo
2022-09-28
vsprintf: add new `%pA` format specifier
Gary Guo
2021-11-01
vsprintf: Update %pGp documentation about that it prints hex value
Petr Mladek
2021-07-25
docs: printk-formats: fix build warning
Ioana Ciornei
2021-07-08
module: add printk formats to add module build ID to stacktraces
Stephen Boyd
2021-06-29
Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-06-14
docs: printk-formats: update size-casting examples
Carlos Llamas
2021-05-17
lib/vsprintf: Allow to override ISO 8601 date and time separator
Andy Shevchenko
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-04-27
Merge branch 'for-5.13-vsprintf-pgp' into for-linus
Petr Mladek
2021-04-07
printk: clarify the documentation for plain pointer printing
Vlastimil Babka
2021-03-19
vsprintf: dump full information of page flags in pGp
Yafang Shao
2021-02-17
lib/vsprintf: Add support for printing V4L2 and DRM fourccs
Sakari Ailus
2020-11-13
docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}mask
Geert Uytterhoeven
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