- 25c5843 dlmalloc: Make sure allocation size is within malloc area by Richard Weinberger · 4 months ago
- b6c32c5 dlmalloc: Fix integer overflow in sbrk() by Richard Weinberger · 4 months ago
- 9bc2d82 dlmalloc: Fix integer overflow in request2size() by Richard Weinberger · 4 months ago
- e4fdd1d malloc: Support testing with realloc() by Simon Glass · 4 months ago
- 69c6fa8 common: Remove duplicate newlines by Marek Vasut · 4 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 2601b61 mcheck: add pedantic mode support by Eugene Uriev · 8 months ago
- c61e313 mcheck: support memalign by Eugene Uriev · 8 months ago
- 172be69 mcheck: integrate mcheck into dlmalloc.c by Eugene Uriev · 8 months ago
- 5a1d968 mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck. by Eugene Uriev · 8 months ago
- 33bd33d mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commands by Eugene Uriev · 8 months ago
- 8b2a481 malloc: Enable assertions if UNIT_TEST is enabled by Sean Anderson · 1 year, 2 months ago
- adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
- b29a747 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
- 809cb4e common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- 10a3e61 dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT by Shengyu Qu · 1 year, 3 months ago
- 03787a9 dlmalloc: Fix a warning with clang-15 by Tom Rini · 1 year, 9 months ago
- 1a3e39b test: Support testing malloc() failures by Simon Glass · 2 years, 3 months ago
- 98011e2 malloc: Annotate allocator for valgrind by Sean Anderson · 2 years, 8 months ago
- 862dd21 malloc: add SPDX license identifiers by Heinrich Schuchardt · 3 years, 6 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- b4032a7 malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple times by Marek Bykowski · 4 years, 7 months ago
- 28105f4 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · 4 years, 7 months ago
- 6b89084 dlmalloc: calloc: fix zeroing early allocations by Simon Goldschmidt · 5 years ago
- ecc2740 malloc: Fix memalign not honoring alignment prior to full malloc init by Andreas Dannenberg · 6 years ago
- 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 7 years ago
- b58b9ca malloc: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
- 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
- 24a8e12 malloc: Turn on DEBUG when enabling unit tests by Pantelis Antoniou · 8 years ago
- 44628b8 malloc: improve memalign fragmentation fix by Stephen Warren · 9 years ago
- 83e713b common/dlmalloc.c: Delete content that was moved to malloc.h by Robert P. J. Day · 9 years ago
- 317581e malloc: remove !gd handling by Stephen Warren · 9 years ago
- d901851 malloc: solve dead code issue in memalign() by Stephen Warren · 9 years ago
- 54ca0c7 malloc: work around some memalign fragmentation issues by Stephen Warren · 9 years ago
- d1d087d Move initf_malloc() to a common place by Simon Glass · 10 years ago
- 8843678 dlmalloc: do memset in malloc init as new default config by Przemyslaw Marczak · 10 years ago
- 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
- 8023ec2 malloc: Output region when debugging by Thierry Reding · 10 years ago
- 70f3958 dlmalloc: ensure gd is set for early alloc by Rabin Vincent · 10 years ago
- 05c8600 sandbox: Always enable malloc debug by Simon Glass · 10 years ago
- 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
- 7471cc7 Remove form-feeds from dlmalloc.c by Simon Glass · 10 years ago
- 4a59809 Consolidate bool type by York Sun · 12 years ago
- b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
- b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
- b2749d0 Fix strict-aliasing warning in dlmalloc by Simon Glass · 12 years ago
- 397d022 utx8245: fix build breakage due to assert() by Wolfgang Denk · 13 years ago
- 02aa9e6 Add assert() for debug assertions by Simon Glass · 13 years ago
- 293d7ad malloc: Fix issue with calloc memory possibly being non-zero by Kumar Gala · 14 years ago
- d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
- c183eea dlmalloc.c: Fix gcc alias warning by Joakim Tjernlund · 14 years ago
- 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
- 34e5088 malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · 15 years ago
- b634942 malloc: return NULL if not initialized yet by Wolfgang Denk · 15 years ago
- 93c3060 i386: Fix malloc initialization by Graeme Russ · 15 years ago
- 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
- 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
- a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
- 3762825 Fix merge problems by Stefan Roese · 16 years ago
- ff9daf1 Make sure common.h is the first include. by Kumar Gala · 17 years ago
- 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- 217c9da Initial revision by wdenk · 22 years ago