summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)Author
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-28vsnprintf: Silence false positive GCC warning for va_format()Andy Shevchenko
2025-03-28vsnprintf: Drop unused const char fmt * in va_format()Andy Shevchenko
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp
2025-01-13vsnprintf: fix the number base for non-numeric formatsLinus Torvalds
2025-01-06vsnprintf: fix up kerneldoc for argument name changesLinus Torvalds
2024-12-23vsprintf: don't make the 'binary' version pack small integer argumentsLinus Torvalds
2024-12-23vsnprintf: collapse the number format state into one single stateLinus Torvalds
2024-12-23vsnprintf: mark the indirect width and precision cases unlikelyLinus Torvalds
2024-12-23vsnprintf: inline skip_atoi() againLinus Torvalds
2024-12-23vsprintf: deal with format specifiers with a lookup tableLinus Torvalds
2024-12-23vsprintf: deal with format flags with a simple lookup tableLinus Torvalds
2024-12-23vsprintf: associate the format state with the format pointerLinus Torvalds
2024-12-23vsprintf: fix calling convention for format_decode()Linus Torvalds
2024-12-23vsprintf: avoid nested switch statement on same variableLinus Torvalds
2024-12-23vsprintf: simplify number handlingLinus Torvalds
2024-11-30printf: Remove unused 'bprintf'Dr. David Alan Gilbert
2024-10-28printf: Add print format (%pra) for struct rangeIra Weiny
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds
2024-05-02wrapper for access to ->bd_partnoAl Viro
2024-05-02Use bdev_is_paritition() instead of open-coding itAl Viro
2023-12-06lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina
2023-11-01vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan
2023-08-21lib/vsprintf: split out sprintf() and friendsAndy Shevchenko
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-22vsprintf: initialize siphash key using notifierJason A. Donenfeld
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-10-04Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior
2022-09-28vsprintf: add new `%pA` format specifierGary Guo
2022-08-25lib/vnsprintf: add const modifier for param 'bitmap'Jian Shen
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld
2022-05-19random: remove mostly unused async readiness notifierJason A. Donenfeld
2022-05-19random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko