summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-07-091-2/+2
|\
| * lib/vsprintf: Reinstate printing of legacy clock IDsGeert Uytterhoeven2019-07-041-1/+1
| * vsprintf: fix data type of variable in string_nocheck()Youngmin Nam2019-06-121-1/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* vsprintf: Do not break early boot with probing addressesPetr Mladek2019-05-101-7/+4Star
* lib/vsprintf: Make function pointer_string staticYueHaibing2019-04-291-2/+3
* vsprintf: Limit the length of inlined error messagesPetr Mladek2019-04-261-12/+27
* vsprintf: Avoid confusion between invalid address and valuePetr Mladek2019-04-261-1/+1
* vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2019-04-261-35/+101
* vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2019-04-261-11/+17
* vsprintf: Factor out %pO handler as kobject_string()Petr Mladek2019-04-261-5/+12
* vsprintf: Factor out %pV handler as va_format()Petr Mladek2019-04-261-9/+12
* vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek2019-04-261-22/+30
* vsprintf: Do not check address of well-known stringsPetr Mladek2019-04-261-37/+44
* vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek2019-04-261-4/+2Star
* vsprintf: Shuffle restricted_pointer()Petr Mladek2019-04-261-49/+49
* Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-091-1/+0Star
|\
| * lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven2019-02-281-1/+0Star
* | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes2019-03-081-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-261-108/+108
|\ \
| * | lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven2018-10-121-5/+4Star
| * | 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/+9Star
|\ \
| * | doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven2018-10-121-11/+9Star
| |/
* / 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-161-1/+26
|\
| * vsprintf: Add command line option debug_boot_weak_hashTobin C. Harding2018-07-181-0/+17
| * vsprintf: Use hw RNG for ptr_keyTobin C. Harding2018-07-181-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-071-80/+53Star
|\
| * Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek2018-06-051-3/+0Star
| |\
| | * lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-06-051-3/+0Star
| * | vsprintf: Tweak pF/pf commentSergey Senozhatsky2018-04-181-8/+4Star
| * | 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/+7Star
| * | lib/vsprintf: Move pointer_string() upperAndy Shevchenko2018-04-111-14/+14
| * | lib/vsprintf: Make flag_spec globalAndy Shevchenko2018-04-111-13/+8Star
| * | lib/vsprintf: Make strspec globalAndy Shevchenko2018-04-111-12/+9Star
| * | lib/vsprintf: Make dec_spec globalAndy Shevchenko2018-04-111-12/+9Star
| |/
* | 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/+2Star
|\