summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-0/+39
|\
| * Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-0/+39
| |\
| | * lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus2021-02-171-0/+39
* | | Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek2021-04-271-5/+61
|\ \ \
| * | | vsprintf: dump full information of page flags in pGpYafang Shao2021-03-191-5/+61
| |/ /
* | | lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()Rasmus Villemoes2021-04-231-2/+0
* | | printk: clarify the documentation for plain pointer printingVlastimil Babka2021-04-071-2/+5
* | | lib/vsprintf: do not show no_hash_pointers message multiple timesMarco Elver2021-03-191-0/+3
|/ /
* / lib/vsprintf: no_hash_pointers prints all addresses as unhashedTimur Tabi2021-02-151-2/+34
|/
* lib: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-191-0/+1
* Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-181-7/+7
* vsprintf: use bd_partno in bdev_nameChristoph Hellwig2020-09-251-2/+2
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-241-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-7/+8
* lib/vsprintf: Force type of flags value for gfp_tAndy Shevchenko2020-08-011-1/+1
* lib/vsprintf: Replace custom spec to print decimals with generic oneAndy Shevchenko2020-08-011-7/+1
* lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()Andy Shevchenko2020-08-011-1/+4
* Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov2020-07-031-1/+1
* 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
|\