index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vsprintf.c
Age
Commit message (
Expand
)
Author
12 days
Merge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
12 days
Merge branch 'for-7.2-vsprintf-pmM-uppercase' into for-linus
Petr Mladek
12 days
Merge branch 'for-7.2-vsprintf-size-checks' into for-linus
Petr Mladek
2026-06-12
vsprintf: Add upper case flavour to %p[mM]
Andy Shevchenko
2026-06-03
lib/vsprintf: replace min_t/max_t with min/max
Thorsten Blum
2026-05-26
lib/vsprintf: Require exact hash_pointers mode matches
Kaitao Cheng
2026-05-21
vsprintf: Add test for restricted kernel pointers
Thomas Weißschuh
2026-05-21
vsprintf: Only export no_hash_pointers to test module
Thomas Weißschuh
2026-05-21
vsprintf: Revert "add simple_strntoul"
Andy Shevchenko
2026-05-05
lib/vsprintf: Limit the returning size to INT_MAX
Masami Hiramatsu (Google)
2026-05-05
lib/vsprintf: Fix to check field_width and precision
Masami Hiramatsu (Google)
2026-04-20
Merge branch 'for-7.1-printf-kunit-build' into for-linus
Petr Mladek
2026-04-14
lib/vsprintf: use bool for local decode variable
Thorsten Blum
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2025-12-01
Merge branch 'for-6.19-vsprintf-timespec64' into for-linus
Petr Mladek
2025-11-24
lib/vsprintf: Unify FORMAT_STATE_NUM handlers
Andy Shevchenko
2025-11-19
lib/vsprintf: Add specifier for printing struct timespec64
Andy Shevchenko
2025-11-19
lib/vsprintf: Deduplicate special hex number specifier data
Andy Shevchenko
2025-11-12
lib/vsprintf: Check pointer before dereferencing in time_and_date()
Andy Shevchenko
2025-11-03
lib/vsprintf: Improve vsprintf + sprintf function comments
Thorsten Blum
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-08-04
Merge branch 'for-6.17-hash_pointers' into for-linus
Petr Mladek
2025-08-04
Merge branch 'for-6.15-printf-attribute' into for-linus
Petr Mladek
2025-06-09
slab: Decouple slab_debug and no_hash_pointers
Kees Cook
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-16
vsprintf: remove redundant and unused %pCn format specifier
Luca Ceresoli
2025-04-29
vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host ordering
Petr Mladek
2025-04-21
lib/vsprintf: Add support for generic FourCCs by extending %p4cc
Hector Martin
2025-04-10
vsprintf: Use __diag macros to disable '-Wsuggest-attribute=format'
Nathan Chancellor
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-28
vsnprintf: Silence false positive GCC warning for va_format()
Andy Shevchenko
2025-03-28
vsnprintf: Drop unused const char fmt * in va_format()
Andy Shevchenko
2025-03-09
print: use new #[export] macro for rust_fmt_argument
Alice Ryhl
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
2025-03-08
vsprintf: add simple_strntoul
David Disseldorp
2025-01-13
vsnprintf: fix the number base for non-numeric formats
vsnprintf
Linus Torvalds
2025-01-06
vsnprintf: fix up kerneldoc for argument name changes
Linus Torvalds
2024-12-23
vsprintf: don't make the 'binary' version pack small integer arguments
Linus Torvalds
2024-12-23
vsnprintf: collapse the number format state into one single state
Linus Torvalds
2024-12-23
vsnprintf: mark the indirect width and precision cases unlikely
Linus Torvalds
2024-12-23
vsnprintf: inline skip_atoi() again
Linus Torvalds
2024-12-23
vsprintf: deal with format specifiers with a lookup table
Linus Torvalds
2024-12-23
vsprintf: deal with format flags with a simple lookup table
Linus Torvalds
2024-12-23
vsprintf: associate the format state with the format pointer
Linus Torvalds
2024-12-23
vsprintf: fix calling convention for format_decode()
Linus Torvalds
2024-12-23
vsprintf: avoid nested switch statement on same variable
Linus Torvalds
2024-12-23
vsprintf: simplify number handling
Linus Torvalds
2024-11-30
printf: Remove unused 'bprintf'
Dr. David Alan Gilbert
2024-10-28
printf: Add print format (%pra) for struct range
Ira Weiny
[next]