summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-29BACKPORT: vsprintf: add printk specifier %pxTobin C. Harding3-1/+58
2019-03-29BACKPORT: printk: hash addresses printed with %pTobin C. Harding3-45/+152
2019-03-29BACKPORT: docs: correct documentation for %pKTobin C. Harding1-1/+1
2018-07-03lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2-5/+1
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka5-14/+172
2016-01-16printk-formats.txt: remove unimplemented %pTRasmus Villemoes1-9/+0
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov2-0/+35
2015-11-07lib/vsprintf.c: update documentationRasmus Villemoes2-9/+10
2015-11-07printk: synchronize %p formatting documentationMartin Kletzander2-32/+37
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds40-778/+490
2015-04-15lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2-0/+49
2015-04-15lib/vsprintf: Move integer format types to the topGeert Uytterhoeven1-17/+15
2015-04-15lib/vsprintf: document %p parameters passed by referenceGeert Uytterhoeven1-0/+15
2015-03-20doc: printk-formats: Fix %pU descriptionRasmus Villemoes1-1/+1
2015-03-20Documentation: add print bitmap descriptionWang Long1-0/+9
2014-10-14lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2-0/+103
2014-05-05doc: printk-formats: do not mention casts for u64/s64Ilya Dryomov1-2/+2
2014-01-24vsprintf: add %pad extension for dma_addr_t useJoe Perches2-8/+36
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds106-204/+269
2013-09-04add formats for dentry/file pathnamesAl Viro2-0/+91
2013-08-27Documentation/printk-formats.txt: No casts needed for u64/s64Geert Uytterhoeven1-2/+2
2013-07-25Merge branch 'master' into for-nextJiri Kosina9636-301984/+754886
2013-07-08doc: printk-formats: fix format specifier to %p[Ii]4[hnbl]Daniel Borkmann1-1/+1
2013-07-02lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifierDaniel Borkmann2-2/+154
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+15
2013-04-30vsprintf: Add extension %pSR - print_symbol replacementJoe Perches2-5/+15
2013-03-08Randy has movedRandy Dunlap3-6/+5
2013-02-22lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko2-3/+18
2012-10-05lib/vsprintf: update documentation to cover all of %p[Mm][FR]Andy Shevchenko2-1/+5
2012-07-31vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2-0/+65
2012-07-31vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2-4/+24
2011-06-16Documentation: update printk-formats.txtAndrew Murray1-2/+117
2008-11-13DOC: add printk-formats.txtRandy Dunlap2-0/+37