index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
malloc_simple.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
2022-04-11
malloc: Annotate allocator for valgrind
Sean Anderson
2022-02-11
malloc_simple: Remove usage of unsupported %zx format string
Pali Rohár
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-11-29
malloc_simple: Add logging of allocations
Simon Glass
2018-08-24
malloc_simple: calloc: don't call memset if malloc failed
Simon Goldschmidt
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-01-28
malloc_simple: Add debug statements to memalign_simple
Andrew F. Davis
2016-03-17
malloc_simple: Add a little more debugging
Simon Glass
2015-10-21
Merge git://git.denx.de/u-boot-x86
Tom Rini
2015-10-21
malloc_simple: Add debug() information
Simon Glass
2015-10-20
malloc_simple: Add Kconfig option for using only malloc_simple in the SPL
Hans de Goede
2015-09-28
malloc_simple: fix malloc_ptr calculation
Philipp Rosenberger
2015-08-28
malloc_simple: Correct the alignment logic in memalign_simple()
Simon Glass
2015-06-10
Add a simple version of memalign()
Simon Glass
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-02-12
malloc_simple: Return NULL on malloc failure rather then calling panic()
Hans de Goede
2014-11-21
dm: Split the simple malloc() implementation into its own file
Simon Glass