summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-091-1/+0
|\
| * lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven2019-02-281-1/+0
* | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes2019-03-071-2/+3
* | lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2018-12-101-0/+100
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+6
|\ \ | |/ |/|
| * vsprintf: print OF node name using full_nameRob Herring2018-09-071-1/+6
* | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-251-108/+108
|\ \
| * | lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven2018-10-121-5/+4
| * | lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven2018-10-121-1/+1
| * | lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven2018-10-121-103/+103
| * | lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven2018-10-121-1/+2
| |/
* | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-241-11/+9
|\ \
| * | doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven2018-10-121-11/+9
| |/
* / vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)2018-10-051-1/+1
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-151-1/+26
|\
| * vsprintf: Add command line option debug_boot_weak_hashTobin C. Harding2018-07-171-0/+17
| * vsprintf: Use hw RNG for ptr_keyTobin C. Harding2018-07-171-1/+9
* | lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche2018-08-071-0/+1
|/
* 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