1. e8d0210 alist: Add a way to efficiently filter an alist by Simon Glass · 5 weeks ago
  2. 8407424 alist: Add a function to empty the list by Simon Glass · 5 weeks ago
  3. ce66b8a alist: Add for-loop helpers by Simon Glass · 5 weeks ago
  4. 899b4cc alist: Add a way to get the next element by Simon Glass · 5 weeks ago
  5. 9849125 lmb: Fix lmb_add_region_flags() return codes and testing by Ilias Apalodimas · 4 weeks ago
  6. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  7. de6f1dd test: lib/uuid: add tests for UUID version/variant bits by Caleb Connolly · 3 months ago
  8. 55ce3e9 test: lib/uuid: add unit tests for dynamic UUIDs by Caleb Connolly · 3 months ago
  9. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  10. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  11. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  12. c579bd4 test: Tidy up checking for console end by Simon Glass · 3 months ago
  13. cbb230e test: Use UTF_CONSOLE in remaining tests by Simon Glass · 3 months ago
  14. d6c52f4 test: Drop the blank line before test macros by Simon Glass · 3 months ago
  15. e1edadf alist: Add support for an allocated pointer list by Simon Glass · 4 months ago
  16. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  17. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  18. d22d069 test: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  19. b4c722a test: lmb: Move tests into the lib suite by Simon Glass · 1 year, 2 months ago
  20. 2757525 test: lmb: Add test for coalescing and overlap range by Udit Kumar · 1 year, 2 months ago
  21. 9f076ea sandbox: Move the bloblist down a little in memory by Simon Glass · 1 year, 2 months ago
  22. 733c262 abuf: Allow incrementing the size by Simon Glass · 1 year, 3 months ago
  23. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
  24. 86604b7 test: fix a couple NULL vs IS_ERR() checks by Dan Carpenter · 1 year, 4 months ago
  25. 02482ee Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · 1 year, 4 months ago
  26. 10a69ce lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 4 months ago
  27. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 4 months ago
  28. 8629319 lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 4 months ago
  29. 2bae053 test: improve configuration for Kconfig test options by Heinrich Schuchardt · 1 year, 8 months ago
  30. a122030 Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · 1 year, 8 months ago
  31. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 9 months ago
  32. 8e4edb2 test: unit test for crc8 by Heinrich Schuchardt · 1 year, 9 months ago
  33. e725663 test: lmb: Rework lib_test_lmb_max_regions test to scale by Tom Rini · 1 year, 10 months ago
  34. c14fad5 display_options: print_size: Fix order overflow by Pali Rohár · 2 years, 2 months ago
  35. 644d807 test: Add some tests for kconfig.h by Simon Glass · 2 years, 4 months ago
  36. 00a05e2 abuf: Correct a corner case with abuf_realloc() by Simon Glass · 2 years, 9 months ago
  37. a88181e lmb: remove lmb_is_nomap() from include by Heinrich Schuchardt · 3 years ago
  38. 143fa86 Add support for an owned buffer by Simon Glass · 3 years, 2 months ago
  39. 4b2a18b lib: Add memdup() by Simon Glass · 3 years, 2 months ago
  40. d908210 test: Fix size_t formats in strlcat test by Simon Glass · 3 years, 4 months ago
  41. 878c91b lib: wrap crypt API to hide errno usage by Steffen Jaeckel · 3 years, 5 months ago
  42. 229bd51 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 5 months ago
  43. a186072 test: lmb: add test for lmb_reserve_flags by Patrick Delaunay · 3 years, 7 months ago
  44. 1fe3adc test: lmb: add test for overflow protection in lmb_add_region by Patrick Delaunay · 3 years, 9 months ago
  45. 33512d0 test: Add test for strlcat by Sean Anderson · 3 years, 9 months ago
  46. 711cadb test: unit test for longjmp by Heinrich Schuchardt · 3 years, 8 months ago
  47. 4d294a7 test: Silenece the echo and print tests by Simon Glass · 3 years, 8 months ago
  48. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
  49. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  50. 7423bbf test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · 4 years, 1 month ago
  51. 6fbe005 test: Add a test for getopt by Sean Anderson · 4 years, 1 month ago
  52. dcc8ab7 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · 4 years, 1 month ago
  53. 8983541 test: undefined reference to 'sscanf' by Heinrich Schuchardt · 4 years, 3 months ago
  54. f853780 test: unit test for efi_dp_check_length() by Heinrich Schuchardt · 4 years, 3 months ago
  55. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 4 months ago
  56. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  57. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  58. e1eb319 test: provide tests for efi_image_region_add() by Heinrich Schuchardt · 4 years, 5 months ago
  59. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  60. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  61. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  62. 6ec6767 lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 7 months ago
  63. f24cd6c test: add rsa_verify() unit test by AKASHI Takahiro · 4 years, 9 months ago
  64. 08bb9b7 test: aes: fix memleak by Philippe Reynes · 4 years, 10 months ago
  65. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  66. a6abf66 aes: add test unit for aes196 and aes256 by Philippe Reynes · 4 years, 11 months ago
  67. cb69a81 aes: add test unit for aes128 by Philippe Reynes · 4 years, 11 months ago
  68. 1f99f84 cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · 5 years ago
  69. b5124e3 test: add asn1 unit test by AKASHI Takahiro · 5 years ago
  70. f026611 test: provide test for errno_str() by Heinrich Schuchardt · 5 years ago
  71. 770ab9f test: call hexdump tests via `ut lib` by Heinrich Schuchardt · 6 years ago
  72. f77a635 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  73. c722dac test: lib: lmb: add lmb test for multiple RAM banks by Simon Goldschmidt · 6 years ago
  74. 7510a56 lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  75. 7a6ee46 lib: lmb: extend lmb for checks at load time by Simon Goldschmidt · 6 years ago
  76. cb57d13 lib: lmb: reserving overlapping regions should fail by Simon Goldschmidt · 6 years ago
  77. 6402d9b lmb: fix allocation at end of address range by Simon Goldschmidt · 6 years ago
  78. 9f3b627 test: add test for lib/lmb.c by Simon Goldschmidt · 6 years ago
  79. d6b825c test: hexdump: fix misplaced return by Simon Goldschmidt · 6 years ago
  80. 6212090 test: list: Add tests for hexdump.c by Mario Six · 6 years ago