| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 | Tom Rini | 2020-07-01 | 1 | -2/+0 |
* | common: Drop uuid.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | lib: Always build support for formatting MAC and IP address | Joe Hershberger | 2019-12-09 | 1 | -4/+0 |
* | Move strtomhz() to vsprintf.h | Simon Glass | 2019-12-02 | 1 | -0/+19 |
* | lib/vsprintf: allow printing upper case GUIDs | Heinrich Schuchardt | 2019-06-07 | 1 | -6/+8 |
* | efi_loader: make device path to text protocol customizable | Heinrich Schuchardt | 2019-05-12 | 1 | -1/+3 |
* | lib/vsprintf: remove #include <uuid.h> from vsprintf.c | Heinrich Schuchardt | 2019-05-03 | 1 | -1/+0 |
* | vsprintf: Support phys_addr_t specifier unconditionally | Thierry Reding | 2019-04-11 | 1 | -1/+1 |
* | lib/vsprintf: print '?' for illegal Unicode sequence | Heinrich Schuchardt | 2019-02-16 | 1 | -0/+2 |
* | lib: vsprintf: avoid overflow printing UTF16 strings | Heinrich Schuchardt | 2019-02-13 | 1 | -3/+7 |
* | lib: vsprintf: correct printing of Unicode strings | Heinrich Schuchardt | 2018-09-23 | 1 | -9/+4 |
* | efi_loader: rename utf16_strlen, utf16_strnlen | Heinrich Schuchardt | 2018-09-23 | 1 | -1/+1 |
* | lib: build charset.o only if needed | Heinrich Schuchardt | 2018-09-23 | 1 | -4/+8 |
* | vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) | Heinrich Schuchardt | 2018-09-23 | 1 | -4/+4 |
* | vsprintf: Handle NULL with %pU | Simon Glass | 2018-07-25 | 1 | -1/+4 |
* | lib: Add hexdump | Alexey Brodkin | 2018-06-13 | 1 | -14/+4 |
* | Consolidate __assert_failed into one implementation | Alex Kiernan | 2018-04-28 | 1 | -8/+0 |
* | spl: Disable printf if not required | Alex Kiernan | 2018-04-28 | 1 | -1/+2 |
* | vsprintf.c: correct printing of a NULL device path | Heinrich Schuchardt | 2018-01-28 | 1 | -1/+2 |
* | vsprintf.c: add EFI device path printing | Heinrich Schuchardt | 2018-01-22 | 1 | -6/+41 |
* | vsprintf.c: add GUID printing | Rob Clark | 2017-09-12 | 1 | -2/+44 |
* | vsprintf.c: add UTF-16 string (%ls) support | Rob Clark | 2017-09-12 | 1 | -2/+28 |
* | vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF | Tom Rini | 2016-01-19 | 1 | -12/+0 |
* | lib: split out strtoxxxx functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | 1 | -164/+0 |
* | lib: Split panic functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | 1 | -29/+0 |
* | lib/tiny-printf.c: Add tiny printf function for space limited environments | Stefan Roese | 2015-11-23 | 1 | -0/+36 |
* | lib: Add function to extract a number from the end of a string | Simon Glass | 2015-07-21 | 1 | -0/+19 |
* | mtd, nand: Move common functions from cmd_nand.c to common place | Heiko Schocher | 2015-06-30 | 1 | -0/+16 |
* | dm: Add a panic_str() function to reduce code size | Simon Glass | 2015-04-23 | 1 | -5/+18 |
* | vsprintf: Add modifier for phys_addr_t | Thierry Reding | 2014-11-23 | 1 | -2/+14 |
* | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | 1 | -3/+0 |
* | Use uint64_t instead of u64 in put_dec() | Simon Glass | 2014-10-27 | 1 | -1/+1 |
* | lib:vsprintf: reduce scope of pack_hex_byte | Jeroen Hofstee | 2014-07-18 | 1 | -11/+11 |
* | lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled | Darwin Rambo | 2014-01-24 | 1 | -0/+1 |
* | Add function to print a number with grouped digits | Simon Glass | 2013-06-26 | 1 | -0/+16 |
* | vsprintf: add ustrtoll function | Piotr Wilczek | 2013-02-19 | 1 | -0/+23 |
* | vsprintf:fix: Change type returned by ustrtoul | Lukasz Majewski | 2012-12-13 | 1 | -1/+1 |
* | lib/vsprintf.c: sparse fixes | Kim Phillips | 2012-11-04 | 1 | -2/+2 |
* | lib/vsprintf.c: don't special-case pointers to address null | Wolfgang Denk | 2012-11-02 | 1 | -0/+6 |
* | lib: vsprintf.c: replace NUM_TYPE with s64/u64 types | Daniel Schwierzeck | 2012-10-15 | 1 | -6/+5 |
* | lib: vsprintf.c: fix checkpath.pl warnings | Daniel Schwierzeck | 2012-10-15 | 1 | -50/+77 |
* | vsprintf: Move function documentation into header file | Simon Glass | 2011-12-17 | 1 | -100/+0 |
* | Add safe vsnprintf and snprintf library functions | Sonny Rao | 2011-12-17 | 1 | -52/+213 |
* | Move simple_itoa to vsprintf | Simon Glass | 2011-10-26 | 1 | -0/+16 |
* | Add assert() for debug assertions | Simon Glass | 2011-09-10 | 1 | -0/+8 |
* | panic: remove warning "'noreturn' function does return" | Heiko Schocher | 2011-07-28 | 1 | -0/+2 |
* | lib, vsprintf: introduce strict_strtoul | Heiko Schocher | 2011-05-12 | 1 | -0/+51 |
* | do_reset: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | 1 | -2/+0 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | 1 | -1/+1 |
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | 1 | -0/+681 |