summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-011-6/+33
|\
| * Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek2020-06-011-2/+29
| |\
| | * lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko2020-05-201-2/+29
| * | lib/vsprintf: update comment about simple_strto<foo>() functionsAndy Shevchenko2020-02-281-4/+4
| |/
* | vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2020-05-191-0/+7
* | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-0/+12
|/
* rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)2019-12-011-11/+29
* Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-37/+56
|\
| * lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus2019-10-111-0/+36
| * lib/vsprintf: OF nodes are first and foremost, struct device_nodesSakari Ailus2019-10-111-12/+4
| * lib/vsprintf: Make use of fwnode API to obtain node names and separatorsSakari Ailus2019-10-111-22/+17
| * lib/vsprintf: Add a note on re-using %pf or %pFSakari Ailus2019-10-111-0/+2
| * lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus2019-10-111-8/+2
* | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-171-0/+27
|/
* vsprintf: Prevent crash when dereferencing invalid pointers for %pDJia He2019-08-151-3/+10
* 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/+4
* 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/+2
* 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/+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
|\