aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+34
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli1-8/+2
2025-04-29vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host orderingPetr Mladek1-3/+8
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin1-6/+29
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+7
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-3/+0
2025-03-28vsnprintf: Silence false positive GCC warning for va_format()Andy Shevchenko1-0/+5
2025-03-28vsnprintf: Drop unused const char fmt * in va_format()Andy Shevchenko1-2/+2
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl1-3/+0
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl1-1/+1
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp1-0/+7
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