summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)Author
12 daysMerge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
12 daysMerge branch 'for-7.2-vsprintf-pmM-uppercase' into for-linusPetr Mladek
12 daysMerge branch 'for-7.2-vsprintf-size-checks' into for-linusPetr Mladek
2026-06-12vsprintf: Add upper case flavour to %p[mM]Andy Shevchenko
2026-06-03lib/vsprintf: replace min_t/max_t with min/maxThorsten Blum
2026-05-26lib/vsprintf: Require exact hash_pointers mode matchesKaitao Cheng
2026-05-21vsprintf: Add test for restricted kernel pointersThomas Weißschuh
2026-05-21vsprintf: Only export no_hash_pointers to test moduleThomas Weißschuh
2026-05-21vsprintf: Revert "add simple_strntoul"Andy Shevchenko
2026-05-05lib/vsprintf: Limit the returning size to INT_MAXMasami Hiramatsu (Google)
2026-05-05lib/vsprintf: Fix to check field_width and precisionMasami Hiramatsu (Google)
2026-04-20Merge branch 'for-7.1-printf-kunit-build' into for-linusPetr Mladek
2026-04-14lib/vsprintf: use bool for local decode variableThorsten Blum
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-12-01Merge branch 'for-6.19-vsprintf-timespec64' into for-linusPetr Mladek
2025-11-24lib/vsprintf: Unify FORMAT_STATE_NUM handlersAndy Shevchenko
2025-11-19lib/vsprintf: Add specifier for printing struct timespec64Andy Shevchenko
2025-11-19lib/vsprintf: Deduplicate special hex number specifier dataAndy Shevchenko
2025-11-12lib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko
2025-11-03lib/vsprintf: Improve vsprintf + sprintf function commentsThorsten Blum
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-08-04Merge branch 'for-6.17-hash_pointers' into for-linusPetr Mladek
2025-08-04Merge branch 'for-6.15-printf-attribute' into for-linusPetr Mladek
2025-06-09slab: Decouple slab_debug and no_hash_pointersKees Cook
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli
2025-04-29vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host orderingPetr Mladek
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin
2025-04-10vsprintf: Use __diag macros to disable '-Wsuggest-attribute=format'Nathan Chancellor
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 formatsvsnprintfLinus 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