aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/printk-formats.rst
AgeCommit message (Expand)Author
2020-05-20bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
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