Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3afeb55bbde715a4cda0a3df3fbd4d7e56b5b184
/
lib
/
vsprintf.c
6216560
vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers
by Steven Rostedt (VMware)
· 6 years ago
99a2c78
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 6 years ago
554ec50
lib/vsprintf: Do not handle %pO[^F] as %px
by Bart Van Assche
· 6 years ago
3672476
vsprintf: Add command line option debug_boot_weak_hash
by Tobin C. Harding
· 6 years ago
1c4facb
vsprintf: Use hw RNG for ptr_key
by Tobin C. Harding
· 6 years ago
d75ae5b
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
8bafa2a
Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18
by Petr Mladek
· 6 years ago
666902e
lib/vsprintf: Remove atomic-unsafe support for %pCr
by Geert Uytterhoeven
· 6 years ago
85f4f12
vsprintf: Replace memory barrier with static_key for random_ptr_key update
by Steven Rostedt (VMware)
· 7 years ago
cdb7e52
vsprintf: Tweak pF/pf comment
by Sergey Senozhatsky
· 7 years ago
d1be35c
proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
by Andrei Vagin
· 7 years ago
7e6bd6f
lib/vsprintf: Mark expected switch fall-through
by Andy Shevchenko
· 7 years ago
91efafb
lib/vsprintf: Replace space with '_' before crng is ready
by Shunyong Yang
· 7 years ago
496a9a5
lib/vsprintf: Deduplicate pointer_string()
by Andy Shevchenko
· 7 years ago
558594f
lib/vsprintf: Move pointer_string() upper
by Andy Shevchenko
· 7 years ago
5443397
lib/vsprintf: Make flag_spec global
by Andy Shevchenko
· 7 years ago
abd4fe6
lib/vsprintf: Make strspec global
by Andy Shevchenko
· 7 years ago
ce0b491
lib/vsprintf: Make dec_spec global
by Andy Shevchenko
· 7 years ago
1e6338c
vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)
by Steven Rostedt (VMware)
· 7 years ago
3a129cc
vsprintf: avoid misleading "(null)" for %px
by Adam Borowski
· 7 years ago
ab486bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
27529c8
Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
841a915
vsprintf: Do not have bprintf dereference pointers
by Steven Rostedt (VMware)
· 7 years ago
04b8eb7
symbol lookup: introduce dereference_symbol_descriptor()
by Sergey Senozhatsky
· 7 years ago
27e7c0e
vsprintf: Fix a dangling documentation reference
by Jonathan Corbet
· 7 years ago
b3ed232
doc: convert printk-formats.txt to rst
by Tobin C. Harding
· 7 years ago
ef0010a
vsprintf: don't use 'restricted_pointer()' when not restricting
by Linus Torvalds
· 7 years ago
7b1924a
vsprintf: add printk specifier %px
by Tobin C. Harding
· 7 years ago
ad67b74
printk: hash addresses printed with %p
by Tobin C. Harding
· 7 years ago
57e7344
vsprintf: refactor %pK code out of pointer()
by Tobin C. Harding
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
dd6ec12
Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
ce4fecf
vsprintf: Add %p extension "%pOF" for device tree
by Pantelis Antoniou
· 10 years ago
f9727a1
uuid: rename uuid types
by Christoph Hellwig
· 8 years ago
0b52376
checkpatch: add ability to find bad uses of vsprintf %p<foo> extensions
by Joe Perches
· 8 years ago
6cc8913
kernel-api.rst: fix output of the vsnprintf() documentation
by mchehab@s-opensource.com
· 8 years ago
5b5e092
lib/vsprintf.c: remove %Z support
by Alexey Dobriyan
· 8 years ago
2b1b0d6
lib/uuid.c: introduce a few more generic helpers
by Andy Shevchenko
· 8 years ago
aa4ea1c
lib/vsprintf: simplify UUID printing
by Andy Shevchenko
· 8 years ago
f9310b2
sscanf: implement basic character sets
by Jessica Yu
· 9 years ago
edf14cd
mm, printk: introduce new format string for flags
by Vlastimil Babka
· 9 years ago
7eb3912
vsprintf: kptr_restrict is okay in IRQ when 2
by Jason A. Donenfeld
· 9 years ago
5b17aec
lib/vsprintf: factor out %pN[F] handler as netdev_bits()
by Andy Shevchenko
· 9 years ago
3cab1e7
lib/vsprintf: refactor duplicate code to special_hex_number()
by Andy Shevchenko
· 9 years ago
4d72ba0
lib/vsprintf.c: warn about too large precisions and field widths
by Rasmus Villemoes
· 9 years ago
1c7a8e6
lib/vsprintf.c: help gcc make number() smaller
by Rasmus Villemoes
· 9 years ago
d048419
lib/vsprintf.c: expand field_width to 24 bits
by Rasmus Villemoes
· 9 years ago
34fc8b9
lib/vsprintf.c: eliminate potential race in string()
by Rasmus Villemoes
· 9 years ago
95508cf
lib/vsprintf.c: move string() below widen_string()
by Rasmus Villemoes
· 9 years ago
cfccde0
lib/vsprintf.c: pull out padding code from dentry_name()
by Rasmus Villemoes
· 9 years ago
1031bc5
lib/vsprintf: add %*pg format specifier
by Dmitry Monakhov
· 10 years ago
d7ec9a0
lib/vsprintf.c: update documentation
by Rasmus Villemoes
· 9 years ago
80c9eb4
lib/vsprintf.c: remove SPECIAL handling in pointer()
by Rasmus Villemoes
· 9 years ago
762abb5
lib/vsprintf.c: also improve sanity check in bstr_printf()
by Rasmus Villemoes
· 9 years ago
b006f19
lib/vsprintf.c: handle invalid format specifiers more robustly
by Rasmus Villemoes
· 9 years ago
5e4ee7b
printk: synchronize %p formatting documentation
by Martin Kletzander
· 9 years ago
0d1d7a5
lib/vsprintf.c: Include clk.h
by Stephen Boyd
· 9 years ago
675cf53
lib/vsprintf.c: improve put_dec_trunc8 slightly
by Rasmus Villemoes
· 10 years ago
7c43d9a
lib/vsprintf.c: even faster binary to decimal conversion
by Rasmus Villemoes
· 10 years ago
41416f2
lib/string_helpers.c: change semantics of string_escape_mem
by Rasmus Villemoes
· 10 years ago
9c98f23
lib/vsprintf.c: fix potential NULL deref in hex_string
by Rasmus Villemoes
· 10 years ago
900cca2
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
by Geert Uytterhoeven
· 10 years ago
d1c1b12
lib/vsprintf.c: another small hack
by Rasmus Villemoes
· 10 years ago
3ea8d44
lib/vsprintf.c: eliminate duplicate hex string array
by Rasmus Villemoes
· 10 years ago
e26c12c
lib/vsprintf.c: reduce stack use in number()
by Rasmus Villemoes
· 10 years ago
51be17d
lib/vsprintf.c: eliminate some branches
by Rasmus Villemoes
· 10 years ago
dbc760b
lib/vsprintf: implement bitmap printing through '%*pb[l]'
by Tejun Heo
· 10 years ago
43e5b66
lib/vsprintf.c: replace while with do-while in skip_atoi
by Rasmus Villemoes
· 10 years ago
2aa2f9e
lib/vsprintf.c: improve sanity check in vsnprintf()
by Rasmus Villemoes
· 10 years ago
ffbfed0
lib/vsprintf.c: consume 'p' in format_decode
by Rasmus Villemoes
· 10 years ago
71dca95
lib/vsprintf: add %*pE[achnops] format specifier
by Andy Shevchenko
· 10 years ago
da3dae5
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
by Masanari Iida
· 10 years ago
3f623eb
lib/vsprintf.c: fix comparison to bool
by Fabian Frederick
· 10 years ago
708d96fd
vsprintf: remove %n handling
by Ryan Mallon
· 11 years ago
d19cb80
vsprintf: Add support for IORESOURCE_UNSET in %pR
by Bjorn Helgaas
· 11 years ago
aaf0762
vsprintf: add %pad extension for dma_addr_t use
by Joe Perches
· 11 years ago
9196436
vsprintf: ignore %n again
by Kees Cook
· 11 years ago
c0d92a5
lib/vsprintf.c: document formats for dentry and struct file
by Olof Johansson
· 11 years ago
312b4e2
vsprintf: check real user/group id for %pK
by Ryan Mallon
· 11 years ago
4b6ccca
add formats for dentry/file pathnames
by Al Viro
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
1067964
lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier
by Daniel Borkmann
· 11 years ago
360603a
sprintf: hex_string(): fix comment
by Steven Rostedt
· 11 years ago
b0d33c2
vsprintf: Add extension %pSR - print_symbol replacement
by Joe Perches
· 12 years ago
7d79921
lib/vsprintf.c: add %pa format specifier for phys_addr_t types
by Stepan Moskovchenko
· 12 years ago
462e471
simple_strto*: annotate function as obsolete
by Eldad Zack
· 12 years ago
5380975
sscanf: don't ignore field widths for numeric conversions
by Jan Beulich
· 12 years ago
ef12496
lib/vsprintf.c: fix handling of %zd when using ssize_t
by Jason Gunthorpe
· 12 years ago
da99075
lib/vsprintf.c: improve standard conformance of sscanf()
by Jan Beulich
· 12 years ago
7c59154
lib/vsprintf: update documentation to cover all of %p[Mm][FR]
by Andy Shevchenko
· 12 years ago
f400051
lib: vsprintf: fix broken comments
by George Spelvin
· 12 years ago
cb239d0
lib: vsprintf: optimize put_dec_trunc8()
by George Spelvin
· 12 years ago
2359172
lib: vsprintf: optimize division by 10000
by George Spelvin
· 12 years ago
e49317d
lib: vsprintf: optimize division by 10 for small integers
by George Spelvin
· 12 years ago
31550a1
vsprintf: add support of '%*ph[CDN]'
by Andy Shevchenko
· 12 years ago
3715c530
lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
by Dan Rosenberg
· 12 years ago
80f548e
lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding printk formats
by Andrew Morton
· 12 years ago
76597ff9
vsprintf: add %pMR for Bluetooth MAC address
by Andrei Emeltchenko
· 12 years ago
133fd9f
vsprintf: further optimize decimal conversion
by Denys Vlasenko
· 12 years ago
725fe00
vsprintf: correctly handle width when '#' flag used in %#p format
by Grant Likely
· 12 years ago
Next »