1. 7c34ae4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · Thu May 14 08:30:06 2020 -0400
  2. 6f04498 common: Drop uuid.h from common header by Simon Glass · Sun May 10 11:39:52 2020 -0600
  3. 1606dd1 lib: Always build support for formatting MAC and IP address by Joe Hershberger · Tue Sep 24 11:41:23 2019 -0500
  4. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  5. 6f03566 lib/vsprintf: allow printing upper case GUIDs by Heinrich Schuchardt · Mon Apr 29 08:08:43 2019 +0200
  6. 3db3591 efi_loader: make device path to text protocol customizable by Heinrich Schuchardt · Sat May 11 09:53:33 2019 +0200
  7. ce9d55a lib/vsprintf: remove #include <uuid.h> from vsprintf.c by Heinrich Schuchardt · Mon Apr 29 08:04:36 2019 +0200
  8. fbc3210 vsprintf: Support phys_addr_t specifier unconditionally by Thierry Reding · Tue Mar 12 11:38:00 2019 +0100
  9. c6dc1f1 lib/vsprintf: print '?' for illegal Unicode sequence by Heinrich Schuchardt · Fri Feb 15 22:20:53 2019 +0100
  10. 876a636 lib: vsprintf: avoid overflow printing UTF16 strings by Heinrich Schuchardt · Sun Feb 10 11:11:26 2019 +0100
  11. 795ca04 lib: vsprintf: correct printing of Unicode strings by Heinrich Schuchardt · Fri Aug 31 21:31:29 2018 +0200
  12. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · Fri Aug 31 21:31:26 2018 +0200
  13. 5ae135f lib: build charset.o only if needed by Heinrich Schuchardt · Fri Aug 31 21:31:25 2018 +0200
  14. d2cc0a7 vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · Fri Aug 31 21:31:23 2018 +0200
  15. 62f3255 vsprintf: Handle NULL with %pU by Simon Glass · Mon Jun 18 08:08:20 2018 -0600
  16. 2d2fa49 lib: Add hexdump by Alexey Brodkin · Tue Jun 05 17:17:57 2018 +0300
  17. 93c4d21 Consolidate __assert_failed into one implementation by Alex Kiernan · Thu Apr 19 04:32:56 2018 +0000
  18. d07d0a0 spl: Disable printf if not required by Alex Kiernan · Thu Apr 19 04:32:55 2018 +0000
  19. 3b47f33 vsprintf.c: correct printing of a NULL device path by Heinrich Schuchardt · Fri Jan 26 06:30:30 2018 +0100
  20. 218d389 vsprintf.c: add EFI device path printing by Heinrich Schuchardt · Wed Jan 10 18:06:08 2018 +0100
  21. c82342f vsprintf.c: add GUID printing by Rob Clark · Sat Sep 09 06:47:42 2017 -0400
  22. 8adf37f vsprintf.c: add UTF-16 string (%ls) support by Rob Clark · Sat Sep 09 06:47:41 2017 -0400
  23. 77f7f91 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · Thu Jan 14 13:02:03 2016 -0500
  24. fe4f179 lib: split out strtoxxxx functions out of vsprintf.c by Sjoerd Simons · Fri Dec 04 23:27:39 2015 +0100
  25. 35f53ed lib: Split panic functions out of vsprintf.c by Sjoerd Simons · Fri Dec 04 23:27:38 2015 +0100
  26. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  27. 4aaa460 lib: Add function to extract a number from the end of a string by Simon Glass · Tue Jun 23 15:39:08 2015 -0600
  28. 7e5a16c mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · Mon Apr 27 07:42:05 2015 +0200
  29. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · Fri Feb 27 22:06:32 2015 -0700
  30. 3e336c8 vsprintf: Add modifier for phys_addr_t by Thierry Reding · Wed Nov 12 18:26:47 2014 -0700
  31. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  32. d1c377f Use uint64_t instead of u64 in put_dec() by Simon Glass · Wed Oct 15 04:38:34 2014 -0600
  33. 4659055 lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · Thu Jul 10 22:33:00 2014 +0200
  34. 6958ede lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled by Darwin Rambo · Thu Dec 19 15:14:19 2013 -0800
  35. b09cfd8 Add function to print a number with grouped digits by Simon Glass · Tue Jun 11 11:14:38 2013 -0700
  36. 219ad3c vsprintf: add ustrtoll function by Piotr Wilczek · Sun Jan 27 22:59:24 2013 +0000
  37. 99180d6 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · Tue Dec 11 11:09:42 2012 +0100
  38. 7554150 lib/vsprintf.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:36 2012 +0000
  39. 88a8b01 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · Tue Oct 30 09:19:52 2012 +0000
  40. a3e5c52 lib: vsprintf.c: replace NUM_TYPE with s64/u64 types by Daniel Schwierzeck · Sun Sep 16 06:55:04 2012 +0000
  41. fc14785 lib: vsprintf.c: fix checkpath.pl warnings by Daniel Schwierzeck · Sun Sep 16 06:55:03 2012 +0000
  42. 71d4f18 vsprintf: Move function documentation into header file by Simon Glass · Wed Nov 02 09:52:09 2011 +0000
  43. cd55bde Add safe vsnprintf and snprintf library functions by Sonny Rao · Wed Nov 02 09:52:08 2011 +0000
  44. 931948a Move simple_itoa to vsprintf by Simon Glass · Fri Oct 21 18:51:33 2011 +0000
  45. 02aa9e6 Add assert() for debug assertions by Simon Glass · Wed Jun 29 09:49:34 2011 +0000
  46. 8cce81f panic: remove warning "'noreturn' function does return" by Heiko Schocher · Tue Jul 26 20:55:57 2011 +0000
  47. 8d4f35a lib, vsprintf: introduce strict_strtoul by Heiko Schocher · Mon May 02 21:33:49 2011 +0000
  48. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  49. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  50. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500[Renamed from lib_generic/vsprintf.c]
  51. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  52. 3d8759e Use do_div from div64.h for vsprintf by Dirk Behme · Wed Jul 22 17:51:56 2009 +0200
  53. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · Sun Apr 05 00:27:57 2009 +0200
  54. 2b745dc vsprintf: pull updates from Linux kernel by Mike Frysinger · Mon Feb 16 23:21:36 2009 -0500
  55. ad7ae36 UBI: Add basic UBI support to U-Boot (Part 6/8) by Kyungmin Park · Wed Nov 19 16:32:36 2008 +0100
  56. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  57. 0f72069 vsprintf: add z and t options by Jean-Christophe PLAGNIOL-VILLARD · Mon Jul 14 14:11:45 2008 +0200
  58. 7fc4015 Fix 64-bit vsprintf. by James Yang · Thu Jan 10 16:02:07 2008 -0600
  59. c35ba4e Code cleanup; make several boards compile & link. by wdenk · Sun Mar 14 22:25:36 2004 +0000
  60. f602aa0 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · Sat Mar 13 23:29:43 2004 +0000
  61. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  62. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · Thu Jun 19 23:40:20 2003 +0000
  63. 153d511 Initial revision by wdenk · Fri Aug 30 11:07:04 2002 +0000