summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-17/+7
|\
| * vsprintf: rework bitmap_list_stringYury Norov2022-01-151-17/+7
* | vsprintf: Use non-atomic bitmap API when applicableChristophe JAILLET2021-12-061-2/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-2/+1
|\
| * lib: uninline simple_strntoull() as wellAlexey Dobriyan2021-11-091-2/+1
* | Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek2021-11-021-2/+10
|\ \
| * | vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)2021-10-271-0/+8
| |/
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
| |\
| | * mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-081-1/+1
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
| |/
* / lib/vsprintf.c: Amend static asserts for format specifier flagsAndy Shevchenko2021-10-271-1/+2
|/
* module: add printk formats to add module build ID to stacktracesStephen Boyd2021-07-081-1/+7
* lib: fix spelling mistakesZhen Lei2021-07-081-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\
| * lib: uninline simple_strtoull()Alexey Dobriyan2021-07-011-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\|
| * slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd2021-06-291-1/+1
* | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-40/+70
|\ \ | |/ |/|
| * Merge branch 'for-5.14-vsprintf-scanf' into for-linusPetr Mladek2021-06-291-35/+53
| |\
| | * lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald2021-05-191-34/+48
| | * lib: vsprintf: scanf: Negative number must have field width > 1Richard Fitzgerald2021-05-191-1/+5
| * | lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko2021-05-171-5/+17
| |/
* | 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