aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/vsprintf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13vsnprintf: fix the number base for non-numeric formatsLinus Torvalds1-1/+2
2025-01-06vsnprintf: fix up kerneldoc for argument name changesLinus Torvalds1-3/+3
2024-12-23vsprintf: don't make the 'binary' version pack small integer argumentsLinus Torvalds1-23/+6
2024-12-23vsnprintf: collapse the number format state into one single stateLinus Torvalds1-71/+66
2024-12-23vsnprintf: mark the indirect width and precision cases unlikelyLinus Torvalds1-4/+4
2024-12-23vsnprintf: inline skip_atoi() againLinus Torvalds1-2/+1
2024-12-23vsprintf: deal with format specifiers with a lookup tableLinus Torvalds1-79/+54
2024-12-23vsprintf: deal with format flags with a simple lookup tableLinus Torvalds1-20/+21
2024-12-23vsprintf: associate the format state with the format pointerLinus Torvalds1-135/+157
2024-12-23vsprintf: fix calling convention for format_decode()Linus Torvalds1-20/+17
2024-12-23vsprintf: avoid nested switch statement on same variableLinus Torvalds1-52/+47
2024-12-23vsprintf: simplify number handlingLinus Torvalds1-102/+42
2024-11-30printf: Remove unused 'bprintf'Dr. David Alan Gilbert1-23/+0
2024-10-28printf: Add print format (%pra) for struct rangeIra Weiny1-6/+51
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)1-21/+0
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-05-02wrapper for access to ->bd_partnoAl Viro1-1/+1
2024-05-02Use bdev_is_paritition() instead of open-coding itAl Viro1-1/+1
2023-12-06lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina1-3/+8
2023-11-01vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan1-13/+12
2023-08-21lib/vsprintf: split out sprintf() and friendsAndy Shevchenko1-0/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+21
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko1-1/+1
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-0/+21
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-9/+5
2022-11-22vsprintf: initialize siphash key using notifierJason A. Donenfeld1-9/+5
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen1-1/+1
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-23/+28
2022-10-04Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek1-21/+26
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior1-19/+27
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior1-11/+8
2022-09-28vsprintf: add new `%pA` format specifierGary Guo1-0/+13
2022-08-25lib/vnsprintf: add const modifier for param 'bitmap'Jian Shen1-2/+2
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld1-2/+1
2022-05-19random: remove mostly unused async readiness notifierJason A. Donenfeld1-44/+22
2022-05-19random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld1-4/+3
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long1-3/+5
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-20/+29
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek1-5/+8
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld1-4/+6
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy1-15/+21
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko1-1/+2
2022-02-10vsprintf: Fix potential unaligned accessAndy Shevchenko1-5/+7
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-17/+7
2022-01-15vsprintf: rework bitmap_list_stringYury Norov1-17/+7
2021-12-06vsprintf: Use non-atomic bitmap API when applicableChristophe JAILLET1-2/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan1-2/+1
2021-11-02Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek1-2/+10