summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
AgeCommit message (Expand)AuthorLines
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+61
2025-08-04Merge branch 'for-6.17-hash_pointers' into for-linusPetr Mladek-4/+57
2025-08-04Merge branch 'for-6.15-printf-attribute' into for-linusPetr Mladek-5/+4
2025-06-09slab: Decouple slab_debug and no_hash_pointersKees Cook-4/+57
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-6/+34
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli-8/+2
2025-04-29vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host orderingPetr Mladek-3/+8
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin-6/+29
2025-04-10vsprintf: Use __diag macros to disable '-Wsuggest-attribute=format'Nathan Chancellor-5/+4
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+7
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-3/+0
2025-03-28vsnprintf: Silence false positive GCC warning for va_format()Andy Shevchenko-0/+5
2025-03-28vsnprintf: Drop unused const char fmt * in va_format()Andy Shevchenko-2/+2
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl-3/+0
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl-1/+1
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp-0/+7
2025-01-13vsnprintf: fix the number base for non-numeric formatsLinus Torvalds-1/+2
2025-01-06vsnprintf: fix up kerneldoc for argument name changesLinus Torvalds-3/+3
2024-12-23vsprintf: don't make the 'binary' version pack small integer argumentsLinus Torvalds-23/+6
2024-12-23vsnprintf: collapse the number format state into one single stateLinus Torvalds-71/+66
2024-12-23vsnprintf: mark the indirect width and precision cases unlikelyLinus Torvalds-4/+4
2024-12-23vsnprintf: inline skip_atoi() againLinus Torvalds-2/+1
2024-12-23vsprintf: deal with format specifiers with a lookup tableLinus Torvalds-79/+54
2024-12-23vsprintf: deal with format flags with a simple lookup tableLinus Torvalds-20/+21
2024-12-23vsprintf: associate the format state with the format pointerLinus Torvalds-135/+157
2024-12-23vsprintf: fix calling convention for format_decode()Linus Torvalds-20/+17
2024-12-23vsprintf: avoid nested switch statement on same variableLinus Torvalds-52/+47
2024-12-23vsprintf: simplify number handlingLinus Torvalds-102/+42
2024-11-30printf: Remove unused 'bprintf'Dr. David Alan Gilbert-23/+0
2024-10-28printf: Add print format (%pra) for struct rangeIra Weiny-6/+51
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)-21/+0
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds-1/+1
2024-05-02wrapper for access to ->bd_partnoAl Viro-1/+1
2024-05-02Use bdev_is_paritition() instead of open-coding itAl Viro-1/+1
2023-12-06lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina-3/+8
2023-11-01vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan-13/+12
2023-08-21lib/vsprintf: split out sprintf() and friendsAndy Shevchenko-0/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+21
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko-1/+1
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo-0/+21
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+5
2022-11-22vsprintf: initialize siphash key using notifierJason A. Donenfeld-9/+5
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen-1/+1
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-23/+28
2022-10-04Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek-21/+26
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior-19/+27
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior-11/+8
2022-09-28vsprintf: add new `%pA` format specifierGary Guo-0/+13
2022-08-25lib/vnsprintf: add const modifier for param 'bitmap'Jian Shen-2/+2