Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / lib / vsprintf.c
2012-03-24 Linus TorvaldsMerge tag 'module-for-3.4' of git://git./linux/kernel...
2012-03-23 KAMEZAWA Hiroyukiprocfs: add num_to_str() to speed up /proc/stat
2012-03-07 Paul Gortmakerlib: reduce the use of module.h wherever possible
2012-03-06 Jan Beulichvsprintf: make %pV handling compatible with kasprintf()
2011-11-16 Michał Mirosławnet: introduce and use netdev_features_t for device...
2011-11-01 Andy Shevchenkolib: rename pack_hex_byte() to hex_byte_pack()
2011-11-01 Alexey Dobriyanlib/kstrtox: common code between kstrto*() and simple_s...
2011-07-26 Linus TorvaldsMerge 'akpm' patch series
2011-07-26 Andy Shevchenkolib: make _tolower() public
2011-07-14 Jan Engelhardtlib/vsprintf: replace link to Draft by final RFC number
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-09 Joe Perchesvsprintf: Update %pI6c to not compress a single 0
2011-05-25 Jan Beulichlib/vsprintf.c: fix interaction of kasprintf() and...
2011-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-12 Ingo Molnarvsprintf: Turn kptr_restrict off by default
2011-04-26 Jiri KosinaMerge branch 'master' into for-next
2011-04-06 Uwe Kleine-Königvsprintf: make comment about vs{n,cn,}printf more under...
2011-03-26 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2011-03-24 Namhyung Kimvsprintf: Introduce %pB format specifier
2011-03-23 Alexey Dobriyankstrto*: converting strings to integers done (hopefully...
2011-03-23 Kees Cookprintk: use %pK for /proc/kallsyms and /proc/modules
2011-03-23 Joe Perchesvsprintf: neaten %pK kptr_restrict, save a bit of code...
2011-01-13 Anton Arapovlib/vsprintf.c: fix vscnprintf() if @size is == 0
2011-01-13 Dan Rosenbergkptr_restrict for hiding kernel pointers from unprivile...
2010-10-26 Changli Gaolib: fix scnprintf() if @size is == 0
2010-10-26 Joe Perchesvsprintf.c: use default pointer field size for "(null...
2010-08-10 Michal Nazarewiczlib: vsprintf: useless strlen() removed
2010-07-04 Joe Perchesvsprintf: Recursive vsnprintf: Add "%pV", struct va_format
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-25 Joe Perchesvsprintf.c: use noinline_for_stack
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
2010-04-24 Hans Verkuillib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
2010-04-14 Joe Perchesvsprintf: Change struct printf_spec.precision from...
2010-03-15 Bjorn Helgaasresource: add window support
2010-03-15 Bjorn Helgaasresource: add bus number support
2010-03-07 Bjorn Helgaasvsprintf: move %pR resource printf_specs off the stack
2010-03-07 Bjorn Helgaasvsprintf: clarify comments for printf_spec flags
2010-03-07 Joe Perchesvsprintf.c: Reduce sizeof struct printf_spec from 24...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-14 Joe Percheslib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host...
2010-01-11 Uwe Kleine-Königvsnprintf: fix reference for compressed ipv6 addresses
2010-01-11 Joe Percheslib: Kill bit-reversed FDDI MAC output case, it's bogus.
2010-01-08 Joe Percheslib/vsprintf.c: Add %pMF to format FDDI bit reversed...
2009-12-17 Uwe Kleine-Königlib/vsprintf.c: document more vsnprintf extensions
2009-12-15 Joe Percheslib/vsprintf.c: add %pU to print UUID/GUIDs
2009-12-15 André Goddard Rosatree-wide: convert open calls to remove spaces to skip_...
2009-12-15 André Goddard Rosavsprintf: reuse almost identical simple_strtoulX()...
2009-12-15 André Goddard Rosavsprintf: factor out skip_space code in a separate...
2009-12-15 André Goddard Rosavsprintf: move local vars to block local vars and remov...
2009-12-15 André Goddard Rosavsprintf: reduce code size by avoiding extra check
2009-12-15 André Goddard Rosavsprintf: use TOLOWER whenever possible
2009-12-15 André Goddard Rosavsprintf: give it some care to please checkpatch.pl
2009-12-15 André Goddard Rosavsprintf: pre-calculate final string length for later use
2009-12-15 André Goddard Rosavsprintf: factorize "(null)" string
2009-11-04 Bjorn Helgaasvsprintf: use %pR, %pr instead of %pRt, %pRf
2009-11-04 Bjorn Helgaasvsprintf: add %pRt, %pRf to print struct resource details
2009-11-04 Bjorn Helgaasvsprintf: add %pR support for IRQ and DMA resources
2009-11-04 Bjorn Helgaasvsprintf: fix io/mem resource width
2009-10-01 Andy Spencersscanf(): fix %*s%n
2009-09-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-22 Joe Percheslib/vsprintf.c: Avoid possible unaligned accesses in...
2009-09-22 Marcin Slusarzvsprintf: use WARN_ON_ONCE
2009-09-17 Steven Rostedtvsnprintf: remove duplicate comment of vsnprintf
2009-09-17 Steven Rostedtvsprintf: add %ps that is the same as %pS but is like %pf
2009-08-29 Joe Percheslib/vsprintf.c: Add "%pI6c" - print pointer as compress...
2009-04-29 Frederic Weisbeckervsprintf: introduce %pf format specifier
2009-04-08 Zhaoleiprintk: add support of hh length modifier for printk
2009-04-08 Zhaoleiprintk: fix wrong format string iter for printk
2009-03-14 Vegard Nossumvsprintf: unify the format decoding layer for its 3...
2009-03-14 Vegard Nossumfix regression from "vsprintf: unify the format decodin...
2009-03-10 Frederic Weisbeckervsprintf: fix bug in negative value printing
2009-03-06 Frederic Weisbeckervsprintf: unify the format decoding layer for its 3...
2009-03-06 Lai Jiangshanvsprintf: add binary printf
2009-01-06 Pavel Machekstrict_strto* is not strict enough
2009-01-03 Linus TorvaldsMake %p print '(null)' for NULL pointers
2008-11-25 Harvey Harrisonaoe: remove private mac address format function
2008-11-04 Harvey Harrisonprintk: ipv4 address digits printed in reverse order
2008-10-29 Harvey Harrisonprintk: remove %p6 format specifier, fix up comments
2008-10-29 Harvey Harrisonprintk: add %I4, %I6, %i4, %i6 format specifiers
2008-10-28 Harvey Harrisonprintk: add %p6 format specifier for IPv6 addresses
2008-10-28 Harvey Harrisonprintk: add %pM format specifier for MAC addresses
2008-10-20 Linus TorvaldsImplement %pR to print struct resource content
2008-10-16 Harvey Harrisonlib: remove defining macros for strict_strto??
2008-10-16 Harvey Harrisonlib: trivial whitespace tidy
2008-10-16 Harvey Harrisonlib: pull base-guessing logic to helper function
2008-10-16 Andi KleenAdd kerneldoc documentation for new printk format exten...
2008-10-16 Andi KleenAdd kerneldoc documentation for new printk format exten...
2008-09-10 Arjan van de Vendebug: add notifier chain debugging, v2
2008-09-09 James Bottomleylib: Correct printk %pF to work on all architectures
2008-08-12 Yi Yanglib/vsprintf.c: wrong conversion function used
2008-07-06 Linus Torvaldsvsprintf: add support for '%pS' and '%pF' pointer formats
2008-07-06 Linus Torvaldsvsprintf: add infrastructure support for extended ...
2008-07-06 Linus Torvaldsvsprintf: split out '%p' handling logic
2008-07-06 Linus Torvaldsvsprintf: split out '%s' handling logic
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-24 Hoang-Nam Nguyenlib/vsprintf.c: fix bug omitting minus sign of numbers...
2008-02-09 Denys Vlasenkox86: trivial printk optimizations
2008-02-08 Yi YangAdd new string functions strict_strto* and convert...
2007-07-31 Sam Ravnborglib: move kasprintf to a separate file
next