aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)Author
2021-02-15lib/vsprintf: no_hash_pointers prints all addresses as unhashedTimur Tabi
2020-11-19lib: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-09-25vsprintf: use bd_partno in bdev_nameChristoph Hellwig
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-01lib/vsprintf: Force type of flags value for gfp_tAndy Shevchenko
2020-08-01lib/vsprintf: Replace custom spec to print decimals with generic oneAndy Shevchenko
2020-08-01lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()Andy Shevchenko
2020-07-03Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-06-01Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek
2020-05-20lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-02-28lib/vsprintf: update comment about simple_strto<foo>() functionsAndy Shevchenko
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus
2019-10-11lib/vsprintf: OF nodes are first and foremost, struct device_nodesSakari Ailus
2019-10-11lib/vsprintf: Make use of fwnode API to obtain node names and separatorsSakari Ailus
2019-10-11lib/vsprintf: Add a note on re-using %pf or %pFSakari Ailus
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus
2019-08-15vsprintf: Prevent crash when dereferencing invalid pointers for %pDJia He
2019-07-09Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-07-04lib/vsprintf: Reinstate printing of legacy clock IDsGeert Uytterhoeven
2019-06-12vsprintf: fix data type of variable in string_nocheck()Youngmin Nam
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-10vsprintf: Do not break early boot with probing addressesPetr Mladek
2019-04-29lib/vsprintf: Make function pointer_string staticYueHaibing
2019-04-26vsprintf: Limit the length of inlined error messagesPetr Mladek
2019-04-26vsprintf: Avoid confusion between invalid address and valuePetr Mladek
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek
2019-04-26vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek
2019-04-26vsprintf: Factor out %pO handler as kobject_string()Petr Mladek
2019-04-26vsprintf: Factor out %pV handler as va_format()Petr Mladek
2019-04-26vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek
2019-04-26vsprintf: Do not check address of well-known stringsPetr Mladek
2019-04-26vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek
2019-04-26vsprintf: Shuffle restricted_pointer()Petr Mladek
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-07lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes
2019-02-28lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven
2018-10-12lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven