1. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  2. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  3. a79fc7a common: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  4. 18c1bfa mcheck: add pedantic mode support by Eugene Uriev · 10 months ago
  5. ae83876 mcheck: support memalign by Eugene Uriev · 10 months ago
  6. 151493a mcheck: integrate mcheck into dlmalloc.c by Eugene Uriev · 10 months ago
  7. dfba071 mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck. by Eugene Uriev · 10 months ago
  8. c82ff48 mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commands by Eugene Uriev · 10 months ago
  9. 1786861 malloc: Enable assertions if UNIT_TEST is enabled by Sean Anderson · 1 year, 3 months ago
  10. 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 4 months ago
  11. ac89738 Merge branch 'next' by Tom Rini · 1 year, 4 months ago
  12. 6a595c2 common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 4 months ago
  13. c9db9a2 dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT by Shengyu Qu · 1 year, 5 months ago
  14. f88d48c dlmalloc: Fix a warning with clang-15 by Tom Rini · 1 year, 11 months ago
  15. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 4 months ago
  16. bdaeea1 malloc: Annotate allocator for valgrind by Sean Anderson · 2 years, 10 months ago
  17. 5ad9220 malloc: add SPDX license identifiers by Heinrich Schuchardt · 3 years, 8 months ago
  18. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  19. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  20. 9297e36 malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple times by Marek Bykowski · 4 years, 9 months ago
  21. be621c1 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · 4 years, 9 months ago
  22. bb71a2d dlmalloc: calloc: fix zeroing early allocations by Simon Goldschmidt · 5 years ago
  23. 4c6be01 malloc: Fix memalign not honoring alignment prior to full malloc init by Andreas Dannenberg · 6 years ago
  24. ee038c5 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 7 years ago
  25. a874cac malloc: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
  26. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  27. 4e33316 malloc: Turn on DEBUG when enabling unit tests by Pantelis Antoniou · 8 years ago
  28. 034eda8 malloc: improve memalign fragmentation fix by Stephen Warren · 9 years ago
  29. 4eece26 common/dlmalloc.c: Delete content that was moved to malloc.h by Robert P. J. Day · 9 years ago
  30. deff6fb malloc: remove !gd handling by Stephen Warren · 9 years ago
  31. ee05fed malloc: solve dead code issue in memalign() by Stephen Warren · 9 years ago
  32. 4f144a4 malloc: work around some memalign fragmentation issues by Stephen Warren · 9 years ago
  33. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 10 years ago
  34. 0aa8a4a dlmalloc: do memset in malloc init as new default config by Przemyslaw Marczak · 10 years ago
  35. c9356be dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  36. 868de51 malloc: Output region when debugging by Thierry Reding · 10 years ago
  37. 854d2b9 dlmalloc: ensure gd is set for early alloc by Rabin Vincent · 10 years ago
  38. 6d7601e sandbox: Always enable malloc debug by Simon Glass · 11 years ago
  39. d59476b Add a simple malloc() implementation for pre-relocation by Simon Glass · 11 years ago
  40. d93041a Remove form-feeds from dlmalloc.c by Simon Glass · 11 years ago
  41. 472d546 Consolidate bool type by York Sun · 12 years ago
  42. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  43. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  44. 9369184 Fix strict-aliasing warning in dlmalloc by Simon Glass · 12 years ago
  45. ea95cb7 utx8245: fix build breakage due to assert() by Wolfgang Denk · 13 years ago
  46. 21726a7 Add assert() for debug assertions by Simon Glass · 14 years ago
  47. 6163f5b malloc: Fix issue with calloc memory possibly being non-zero by Kumar Gala · 14 years ago
  48. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  49. 1ba91ba dlmalloc.c: Fix gcc alias warning by Joakim Tjernlund · 14 years ago
  50. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 15 years ago
  51. ae30b8c malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · 15 years ago
  52. 2740544 malloc: return NULL if not initialized yet by Wolfgang Denk · 15 years ago
  53. b4feeb4 i386: Fix malloc initialization by Graeme Russ · 15 years ago
  54. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  55. d4e8ada Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
  56. 5e93bd1 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  57. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  58. 81673e9 Make sure common.h is the first include. by Kumar Gala · 17 years ago
  59. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  60. 8bde7f7 * Code cleanup: by wdenk · 22 years ago
  61. 217c9da Initial revision by wdenk · 22 years ago