summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-0/+136
|\
| * vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-271-0/+136
* | uuid: rename uuid typesChristoph Hellwig2017-06-051-2/+2
|/
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-081-0/+3
* kernel-api.rst: fix output of the vsnprintf() documentationmchehab@s-opensource.com2017-04-021-3/+3
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-4/+4
* lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-05-201-5/+4
* lib/vsprintf: simplify UUID printingAndy Shevchenko2016-05-201-8/+4
* sscanf: implement basic character setsJessica Yu2016-03-171-1/+58
* mm, printk: introduce new format string for flagsVlastimil Babka2016-03-151-0/+75
* vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld2016-02-111-13/+13
* lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko2016-01-161-9/+16
* lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko2016-01-161-26/+27
* lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes2016-01-161-4/+24
* lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes2016-01-161-12/+14
* lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes2016-01-161-20/+22
* lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes2016-01-161-19/+9
* lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes2016-01-161-31/+31
* lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes2016-01-161-15/+31
* lib/vsprintf: add %*pg format specifierDmitry Monakhov2016-01-061-0/+29
* lib/vsprintf.c: update documentationRasmus Villemoes2015-11-061-3/+4
* lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2015-11-061-1/+1
* lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2015-11-061-1/+1
* lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2015-11-061-10/+21
* printk: synchronize %p formatting documentationMartin Kletzander2015-11-061-32/+8
* lib/vsprintf.c: Include clk.hStephen Boyd2015-07-201-0/+1
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-171-6/+4
* lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2015-04-171-118/+128
* lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-2/+6
* lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2015-04-151-4/+12
* lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2015-04-151-0/+37
* lib/vsprintf.c: another small hackRasmus Villemoes2015-04-151-3/+4
* lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2015-04-151-5/+2
* lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2015-04-151-6/+1
* lib/vsprintf.c: eliminate some branchesRasmus Villemoes2015-04-151-19/+11
* lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2015-02-131-0/+94
* lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2015-02-121-1/+2
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2015-02-121-1/+1
* lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2015-02-121-4/+3
* lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2014-10-141-0/+71
* Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
* lib/vsprintf.c: fix comparison to boolFabian Frederick2014-06-041-2/+2
* vsprintf: remove %n handlingRyan Mallon2014-04-031-36/+9
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2014-02-261-4/+9
* vsprintf: add %pad extension for dma_addr_t useJoe Perches2014-01-231-6/+27
* vsprintf: ignore %n againKees Cook2013-11-151-11/+9
* lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2013-11-131-0/+2
* vsprintf: check real user/group id for %pKRyan Mallon2013-11-131-3/+30
* add formats for dentry/file pathnamesAl Viro2013-09-041-0/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-2/+122
|\
OpenPOWER on IntegriCloud