index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vsprintf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-31
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
-79
/
+54
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
2024-12-23
vsprintf: simplify number handling
Linus Torvalds
1
-102
/
+42
2024-12-01
printf: Remove unused 'bprintf'
Dr. David Alan Gilbert
1
-23
/
+0
2024-10-29
printf: Add print format (%pra) for struct range
Ira Weiny
1
-6
/
+51
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-04
printf: remove %pGt support
Matthew Wilcox (Oracle)
1
-21
/
+0
2024-07-29
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-05-03
wrapper for access to ->bd_partno
Al Viro
1
-1
/
+1
2024-05-03
Use bdev_is_paritition() instead of open-coding it
Al Viro
1
-1
/
+1
2023-12-06
lib/vsprintf: Fix %pfwf when current node refcount == 0
Herve Codina
1
-3
/
+8
2023-11-01
vsprintf: uninline simple_strntoull(), reorder arguments
Alexey Dobriyan
1
-13
/
+12
2023-08-21
lib/vsprintf: split out sprintf() and friends
Andy Shevchenko
1
-0
/
+1
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+21
2023-04-03
lib/vsprintf: Use isodigit() for the octal number check
Andy Shevchenko
1
-1
/
+1
2023-03-29
mm, printk: introduce new format %pGt for page_type
Hyeonggon Yoo
1
-0
/
+21
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+5
2022-11-22
vsprintf: initialize siphash key using notifier
Jason A. Donenfeld
1
-9
/
+5
2022-10-18
vsprintf: replace in_irq() with in_hardirq()
ye xingchen
1
-1
/
+1
2022-10-10
Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-23
/
+28
2022-10-04
Merge branch 'for-6.1-hash-pointer-init' into for-linus
Petr Mladek
1
-21
/
+26
2022-09-29
lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.
Sebastian Andrzej Siewior
1
-19
/
+27
2022-09-29
lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().
Sebastian Andrzej Siewior
1
-11
/
+8
2022-09-28
vsprintf: add new `%pA` format specifier
Gary Guo
1
-0
/
+13
2022-08-25
lib/vnsprintf: add const modifier for param 'bitmap'
Jian Shen
1
-2
/
+2
[next]