index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vsprintf.c
Commit message (
Expand
)
Author
Age
*
lib/vsprintf.c: improve put_dec_trunc8 slightly
Rasmus Villemoes
2015-04-17
*
lib/vsprintf.c: even faster binary to decimal conversion
Rasmus Villemoes
2015-04-17
*
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
2015-04-15
*
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
2015-04-15
*
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
Geert Uytterhoeven
2015-04-15
*
lib/vsprintf.c: another small hack
Rasmus Villemoes
2015-04-15
*
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
2015-04-15
*
lib/vsprintf.c: reduce stack use in number()
Rasmus Villemoes
2015-04-15
*
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
2015-04-15
*
lib/vsprintf: implement bitmap printing through '%*pb[l]'
Tejun Heo
2015-02-14
*
lib/vsprintf.c: replace while with do-while in skip_atoi
Rasmus Villemoes
2015-02-12
*
lib/vsprintf.c: improve sanity check in vsnprintf()
Rasmus Villemoes
2015-02-12
*
lib/vsprintf.c: consume 'p' in format_decode
Rasmus Villemoes
2015-02-12
*
lib/vsprintf: add %*pE[achnops] format specifier
Andy Shevchenko
2014-10-13
*
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
Masanari Iida
2014-09-09
*
lib/vsprintf.c: fix comparison to bool
Fabian Frederick
2014-06-04
*
vsprintf: remove %n handling
Ryan Mallon
2014-04-03
*
vsprintf: Add support for IORESOURCE_UNSET in %pR
Bjorn Helgaas
2014-02-26
*
vsprintf: add %pad extension for dma_addr_t use
Joe Perches
2014-01-23
*
vsprintf: ignore %n again
Kees Cook
2013-11-14
*
lib/vsprintf.c: document formats for dentry and struct file
Olof Johansson
2013-11-12
*
vsprintf: check real user/group id for %pK
Ryan Mallon
2013-11-12
*
add formats for dentry/file pathnames
Al Viro
2013-09-04
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
|
\
|
*
lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier
Daniel Borkmann
2013-07-02
*
|
sprintf: hex_string(): fix comment
Steven Rostedt
2013-05-28
|
/
*
vsprintf: Add extension %pSR - print_symbol replacement
Joe Perches
2013-04-30
*
lib/vsprintf.c: add %pa format specifier for phys_addr_t types
Stepan Moskovchenko
2013-02-21
*
simple_strto*: annotate function as obsolete
Eldad Zack
2012-12-17
*
sscanf: don't ignore field widths for numeric conversions
Jan Beulich
2012-12-17
*
lib/vsprintf.c: fix handling of %zd when using ssize_t
Jason Gunthorpe
2012-12-17
*
lib/vsprintf.c: improve standard conformance of sscanf()
Jan Beulich
2012-10-05
*
lib/vsprintf: update documentation to cover all of %p[Mm][FR]
Andy Shevchenko
2012-10-05
*
lib: vsprintf: fix broken comments
George Spelvin
2012-10-05
*
lib: vsprintf: optimize put_dec_trunc8()
George Spelvin
2012-10-05
*
lib: vsprintf: optimize division by 10000
George Spelvin
2012-10-05
*
lib: vsprintf: optimize division by 10 for small integers
George Spelvin
2012-10-05
*
vsprintf: add support of '%*ph[CDN]'
Andy Shevchenko
2012-07-30
*
lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
Dan Rosenberg
2012-07-30
*
lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...
Andrew Morton
2012-07-30
*
vsprintf: add %pMR for Bluetooth MAC address
Andrei Emeltchenko
2012-07-30
*
vsprintf: further optimize decimal conversion
Denys Vlasenko
2012-05-31
*
vsprintf: correctly handle width when '#' flag used in %#p format
Grant Likely
2012-05-31
*
lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'
Pierre Carrier
2012-05-29
*
vsprintf: fix %ps on non symbols when using kallsyms
Stephen Boyd
2012-05-29
*
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
|
\
|
*
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
*
|
procfs: add num_to_str() to speed up /proc/stat
KAMEZAWA Hiroyuki
2012-03-23
*
|
vsprintf: make %pV handling compatible with kasprintf()
Jan Beulich
2012-03-06
|
/
*
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
[next]