1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:00 2024 -0600
  4. 2601b61 mcheck: add pedantic mode support by Eugene Uriev · Sun Mar 31 23:03:24 2024 +0300
  5. c61e313 mcheck: support memalign by Eugene Uriev · Sun Mar 31 23:03:23 2024 +0300
  6. 172be69 mcheck: integrate mcheck into dlmalloc.c by Eugene Uriev · Sun Mar 31 23:03:22 2024 +0300
  7. 5a1d968 mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck. by Eugene Uriev · Sun Mar 31 23:03:20 2024 +0300
  8. 33bd33d mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commands by Eugene Uriev · Sun Mar 31 23:03:19 2024 +0300
  9. 8b2a481 malloc: Enable assertions if UNIT_TEST is enabled by Sean Anderson · Sat Oct 07 22:01:56 2023 -0400
  10. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · Tue Sep 26 08:14:27 2023 -0600
  11. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  12. 809cb4e common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:46 2023 +0200
  13. 10a3e61 dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT by Shengyu Qu · Fri Aug 25 00:25:19 2023 +0800
  14. 03787a9 dlmalloc: Fix a warning with clang-15 by Tom Rini · Mon Feb 27 17:08:34 2023 -0500
  15. 1a3e39b test: Support testing malloc() failures by Simon Glass · Tue Sep 06 20:27:00 2022 -0600
  16. 98011e2 malloc: Annotate allocator for valgrind by Sean Anderson · Wed Mar 23 14:04:49 2022 -0400
  17. 862dd21 malloc: add SPDX license identifiers by Heinrich Schuchardt · Sat May 29 13:18:00 2021 +0200
  18. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  19. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  20. b4032a7 malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple times by Marek Bykowski · Wed Apr 29 18:23:07 2020 +0200
  21. 28105f4 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · Wed Apr 15 18:46:23 2020 +0200
  22. 6b89084 dlmalloc: calloc: fix zeroing early allocations by Simon Goldschmidt · Fri Oct 25 21:23:35 2019 +0200
  23. ecc2740 malloc: Fix memalign not honoring alignment prior to full malloc init by Andreas Dannenberg · Wed Mar 27 13:17:26 2019 -0500
  24. 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · Fri May 18 18:03:12 2018 +0800
  25. b58b9ca malloc: don't compare pointers to 0 by Heinrich Schuchardt · Fri Nov 10 21:46:34 2017 +0100
  26. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · Mon Jul 24 17:43:34 2017 +0800
  27. 24a8e12 malloc: Turn on DEBUG when enabling unit tests by Pantelis Antoniou · Thu May 25 19:24:06 2017 +0300
  28. 44628b8 malloc: improve memalign fragmentation fix by Stephen Warren · Mon Apr 25 15:55:42 2016 -0600
  29. 83e713b common/dlmalloc.c: Delete content that was moved to malloc.h by Robert P. J. Day · Thu Apr 21 07:35:55 2016 -0400
  30. 317581e malloc: remove !gd handling by Stephen Warren · Sat Mar 05 10:30:53 2016 -0700
  31. d901851 malloc: solve dead code issue in memalign() by Stephen Warren · Thu Feb 04 11:54:20 2016 -0700
  32. 54ca0c7 malloc: work around some memalign fragmentation issues by Stephen Warren · Mon Jan 25 14:03:42 2016 -0700
  33. d1d087d Move initf_malloc() to a common place by Simon Glass · Fri Feb 27 22:06:36 2015 -0700
  34. 8843678 dlmalloc: do memset in malloc init as new default config by Przemyslaw Marczak · Wed Mar 04 14:01:24 2015 +0100
  35. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · Mon Nov 10 17:16:43 2014 -0700
  36. 8023ec2 malloc: Output region when debugging by Thierry Reding · Tue Aug 26 17:34:22 2014 +0200
  37. 70f3958 dlmalloc: ensure gd is set for early alloc by Rabin Vincent · Wed Oct 29 23:21:37 2014 +0100
  38. 05c8600 sandbox: Always enable malloc debug by Simon Glass · Thu Jul 10 22:23:33 2014 -0600
  39. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · Thu Jul 10 22:23:28 2014 -0600
  40. 7471cc7 Remove form-feeds from dlmalloc.c by Simon Glass · Thu Jul 10 22:23:25 2014 -0600
  41. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  42. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · Mon Jan 21 21:10:38 2013 +0000
  43. b052b60 common/misc: sparse fixes by Kim Phillips · Mon Oct 29 13:34:32 2012 +0000
  44. b2749d0 Fix strict-aliasing warning in dlmalloc by Simon Glass · Tue Sep 04 11:31:07 2012 +0000
  45. 397d022 utx8245: fix build breakage due to assert() by Wolfgang Denk · Sat Sep 10 16:04:12 2011 +0200
  46. 02aa9e6 Add assert() for debug assertions by Simon Glass · Wed Jun 29 09:49:34 2011 +0000
  47. 293d7ad malloc: Fix issue with calloc memory possibly being non-zero by Kumar Gala · Mon Nov 15 18:41:43 2010 -0600
  48. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  49. c183eea dlmalloc.c: Fix gcc alias warning by Joakim Tjernlund · Thu Oct 14 08:51:34 2010 +0200
  50. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  51. 34e5088 malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · Tue Apr 06 22:18:08 2010 +0200
  52. b634942 malloc: return NULL if not initialized yet by Wolfgang Denk · Fri Jan 15 11:20:10 2010 +0100
  53. 93c3060 i386: Fix malloc initialization by Graeme Russ · Tue Nov 24 20:04:13 2009 +1100
  54. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  55. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · Fri Aug 21 23:05:21 2009 -0500
  56. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · Fri Aug 21 23:05:19 2009 -0500
  57. 3762825 Fix merge problems by Stefan Roese · Wed Aug 06 14:05:38 2008 +0200
  58. ff9daf1 Make sure common.h is the first include. by Kumar Gala · Tue May 13 19:01:54 2008 -0500
  59. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  60. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  61. 217c9da Initial revision by wdenk · Fri Oct 25 20:35:49 2002 +0000