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