summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAge
* lib/vsprintf.c: Include clk.hStephen Boyd2015-07-20
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-17
* lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2015-04-17
* lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-15
* lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2015-04-15
* lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2015-04-15
* lib/vsprintf.c: another small hackRasmus Villemoes2015-04-15
* lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2015-04-15
* lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2015-04-15
* lib/vsprintf.c: eliminate some branchesRasmus Villemoes2015-04-15
* lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2015-02-13
* lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2015-02-12
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2015-02-12
* lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2015-02-12
* lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2014-10-14
* Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-09
* lib/vsprintf.c: fix comparison to boolFabian Frederick2014-06-04
* vsprintf: remove %n handlingRyan Mallon2014-04-03
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2014-02-26
* vsprintf: add %pad extension for dma_addr_t useJoe Perches2014-01-23
* vsprintf: ignore %n againKees Cook2013-11-15
* lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2013-11-13
* vsprintf: check real user/group id for %pKRyan Mallon2013-11-13
* add formats for dentry/file pathnamesAl Viro2013-09-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09
|\
| * lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifierDaniel Borkmann2013-07-01
* | sprintf: hex_string(): fix commentSteven Rostedt2013-05-29
|/
* vsprintf: Add extension %pSR - print_symbol replacementJoe Perches2013-04-30
* lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko2013-02-21
* simple_strto*: annotate function as obsoleteEldad Zack2012-12-17
* sscanf: don't ignore field widths for numeric conversionsJan Beulich2012-12-17
* lib/vsprintf.c: fix handling of %zd when using ssize_tJason Gunthorpe2012-12-17
* lib/vsprintf.c: improve standard conformance of sscanf()Jan Beulich2012-10-06
* lib/vsprintf: update documentation to cover all of %p[Mm][FR]Andy Shevchenko2012-10-06
* lib: vsprintf: fix broken commentsGeorge Spelvin2012-10-06
* lib: vsprintf: optimize put_dec_trunc8()George Spelvin2012-10-06
* lib: vsprintf: optimize division by 10000George Spelvin2012-10-06
* lib: vsprintf: optimize division by 10 for small integersGeorge Spelvin2012-10-06
* vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2012-07-30
* lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2012-07-30
* lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton2012-07-30
* vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2012-07-30
* vsprintf: further optimize decimal conversionDenys Vlasenko2012-05-31
* vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely2012-05-31
* lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier2012-05-29
* vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd2012-05-29
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-23
* | vsprintf: make %pV handling compatible with kasprintf()Jan Beulich2012-03-06
|/