aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/printk-formats.rst
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2022-09-28vsprintf: add new `%pA` format specifierGary Guo
2021-11-01vsprintf: Update %pGp documentation about that it prints hex valuePetr Mladek
2021-07-25docs: printk-formats: fix build warningIoana Ciornei
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-14docs: printk-formats: update size-casting examplesCarlos Llamas
2021-05-17lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-27Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek
2021-04-07printk: clarify the documentation for plain pointer printingVlastimil Babka
2021-03-19vsprintf: dump full information of page flags in pGpYafang Shao
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus
2020-11-13docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}maskGeert Uytterhoeven
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-23docs: core-api/printk-formats.rst: use literal block syntaxDaniel W. S. Almeida
2020-07-03Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-05-20lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-04-20docs: pr_*() kerneldocs and basic printk docsRicardo CaƱuelo
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-07docs: printk-formats: add ptrdiff_t type to printk-formatsMiles Chen
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus
2019-09-14docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]Joe Perches
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab
2019-04-26vsprintf: Avoid confusion between invalid address and valuePetr Mladek
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-04printk/docs: Add extra integer types to printk-formatsLouis Taylor
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven
2018-10-12lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven
2018-06-05lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven
2018-03-23Documentation: Mention why %p prints ptrvalJoel Stanley
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-12-21doc: convert printk-formats.txt to rstTobin C. Harding