summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAge
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* vsprintf: Do not break early boot with probing addressesPetr Mladek2019-05-10
* lib/vsprintf: Make function pointer_string staticYueHaibing2019-04-29
* vsprintf: Limit the length of inlined error messagesPetr Mladek2019-04-26
* vsprintf: Avoid confusion between invalid address and valuePetr Mladek2019-04-26
* vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2019-04-26
* vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2019-04-26
* vsprintf: Factor out %pO handler as kobject_string()Petr Mladek2019-04-26
* vsprintf: Factor out %pV handler as va_format()Petr Mladek2019-04-26
* vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek2019-04-26
* vsprintf: Do not check address of well-known stringsPetr Mladek2019-04-26
* vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek2019-04-26
* vsprintf: Shuffle restricted_pointer()Petr Mladek2019-04-26
* Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-09
|\
| * lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven2019-02-28
* | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes2019-03-07
* | lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2018-12-10
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-26
|\ \ | |/ |/|
| * vsprintf: print OF node name using full_nameRob Herring2018-09-07
* | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-25
|\ \
| * | lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven2018-10-12
| * | lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven2018-10-12
| * | lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven2018-10-12
| * | lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven2018-10-12
| |/
* | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-24
|\ \
| * | doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven2018-10-12
| |/
* / vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)2018-10-05
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-16
|\
| * vsprintf: Add command line option debug_boot_weak_hashTobin C. Harding2018-07-17
| * vsprintf: Use hw RNG for ptr_keyTobin C. Harding2018-07-17
* | lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche2018-08-07
|/
* Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-06
|\
| * Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek2018-06-05
| |\
| | * lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-06-05
| * | vsprintf: Tweak pF/pf commentSergey Senozhatsky2018-04-18
| * | lib/vsprintf: Mark expected switch fall-throughAndy Shevchenko2018-04-11
| * | lib/vsprintf: Replace space with '_' before crng is readyShunyong Yang2018-04-11
| * | lib/vsprintf: Deduplicate pointer_string()Andy Shevchenko2018-04-11
| * | lib/vsprintf: Move pointer_string() upperAndy Shevchenko2018-04-11
| * | lib/vsprintf: Make flag_spec globalAndy Shevchenko2018-04-11
| * | lib/vsprintf: Make strspec globalAndy Shevchenko2018-04-11
| * | lib/vsprintf: Make dec_spec globalAndy Shevchenko2018-04-11
| |/
* | vsprintf: Replace memory barrier with static_key for random_ptr_key updateSteven Rostedt (VMware)2018-05-16
* | 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