summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAge
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-11
* vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)Steven Rostedt (VMware)2018-04-06
* vsprintf: avoid misleading "(null)" for %pxAdam Borowski2018-02-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\
| * symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-09
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-01
|\ \
| * | vsprintf: Do not have bprintf dereference pointersSteven Rostedt (VMware)2018-01-23
* | | vsprintf: Fix a dangling documentation referenceJonathan Corbet2017-12-21
* | | doc: convert printk-formats.txt to rstTobin C. Harding2017-12-21
|/ /
* | vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds2017-11-29
* | vsprintf: add printk specifier %pxTobin C. Harding2017-11-29
* | printk: hash addresses printed with %pTobin C. Harding2017-11-29
* | vsprintf: refactor %pK code out of pointer()Tobin C. Harding2017-11-29
|/
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-07
|\
| * vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-27
* | uuid: rename uuid typesChristoph Hellwig2017-06-05
|/
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-08
* kernel-api.rst: fix output of the vsnprintf() documentationmchehab@s-opensource.com2017-04-02
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-05-20
* lib/vsprintf: simplify UUID printingAndy Shevchenko2016-05-20
* sscanf: implement basic character setsJessica Yu2016-03-17
* mm, printk: introduce new format string for flagsVlastimil Babka2016-03-15
* vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld2016-02-11
* lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko2016-01-16
* lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko2016-01-16
* lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes2016-01-16
* lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes2016-01-16
* lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes2016-01-16
* lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes2016-01-16
* lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes2016-01-16
* lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes2016-01-16
* lib/vsprintf: add %*pg format specifierDmitry Monakhov2016-01-06
* lib/vsprintf.c: update documentationRasmus Villemoes2015-11-06
* lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2015-11-06
* lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2015-11-06
* lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2015-11-06
* printk: synchronize %p formatting documentationMartin Kletzander2015-11-06
* 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