summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-80/+53
|\
| * Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek2018-06-051-3/+0
| |\
| | * lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-06-051-3/+0
| * | vsprintf: Tweak pF/pf commentSergey Senozhatsky2018-04-181-8/+4
| * | lib/vsprintf: Mark expected switch fall-throughAndy Shevchenko2018-04-111-0/+3
| * | lib/vsprintf: Replace space with '_' before crng is readyShunyong Yang2018-04-111-1/+2
| * | lib/vsprintf: Deduplicate pointer_string()Andy Shevchenko2018-04-111-20/+7
| * | lib/vsprintf: Move pointer_string() upperAndy Shevchenko2018-04-111-14/+14
| * | lib/vsprintf: Make flag_spec globalAndy Shevchenko2018-04-111-13/+8
| * | lib/vsprintf: Make strspec globalAndy Shevchenko2018-04-111-12/+9
| * | lib/vsprintf: Make dec_spec globalAndy Shevchenko2018-04-111-12/+9
| |/
* | vsprintf: Replace memory barrier with static_key for random_ptr_key updateSteven Rostedt (VMware)2018-05-161-11/+15
* | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-4/+14
* | vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)Steven Rostedt (VMware)2018-04-061-0/+4
|/
* vsprintf: avoid misleading "(null)" for %pxAdam Borowski2018-02-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\
| * symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-3/+2
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-011-13/+69
|\ \
| * | vsprintf: Do not have bprintf dereference pointersSteven Rostedt (VMware)2018-01-231-13/+69
* | | vsprintf: Fix a dangling documentation referenceJonathan Corbet2017-12-211-1/+1
* | | doc: convert printk-formats.txt to rstTobin C. Harding2017-12-211-1/+2
|/ /
* | vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds2017-11-291-0/+2
* | vsprintf: add printk specifier %pxTobin C. Harding2017-11-291-0/+18
* | printk: hash addresses printed with %pTobin C. Harding2017-11-291-7/+74
* | vsprintf: refactor %pK code out of pointer()Tobin C. Harding2017-11-291-43/+54
|/
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* 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
OpenPOWER on IntegriCloud