summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)Author
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd
2021-07-08lib: fix spelling mistakesZhen Lei
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01lib: uninline simple_strtoull()Alexey Dobriyan
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd
2021-06-29Merge branch 'for-5.14-vsprintf-scanf' into for-linusPetr Mladek
2021-05-19lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald
2021-05-19lib: vsprintf: scanf: Negative number must have field width > 1Richard Fitzgerald
2021-05-17lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-27Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek
2021-04-23lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()Rasmus Villemoes
2021-04-07printk: clarify the documentation for plain pointer printingVlastimil Babka
2021-03-19vsprintf: dump full information of page flags in pGpYafang Shao
2021-03-19lib/vsprintf: do not show no_hash_pointers message multiple timesMarco Elver
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus
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