summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc/malloc.c
AgeCommit message (Expand)Author
2020-09-13libpayload: malloc: Fix realloc for overlapping buffersYu-Ping Wu
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-03libpayload: malloc: Change memcpy() to memmove() in reallocJulius Werner
2020-02-17payloads: Fix typosElyes HAOUAS
2019-04-10libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archsJulius Werner
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2017-06-07payloads: change coreboot to lowercaseMartin Roth
2016-04-06libpayload/libc: Fix memset/sizeof usageJonathan Neuschäfer
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-03-20libpayload: special case large memalign() requestsAaron Durbin
2015-02-12Use ALIGN_UP instead of manual alignmentPatrick Georgi
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
2014-08-14libpayload: dma_malloc: Prevent warm reboot problems and add debuggingJulius Werner
2014-08-14libpayload: Make EHCI driver cache-awareJulius Werner
2014-08-13arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2013-09-06libpayload: Set heap's header size to 64-bitNico Huber
2013-09-06libpayload: Make heap code independent of its header sizeNico Huber
2012-11-30libpayload: Remove unused FLAG_USED from memory allocatorNico Huber
2012-11-23libpayload: Fix memalign() for fragmented alignment regionsNico Huber
2012-03-21Fix libpayload alloc() size and gcc pointer optimization problems.Marc Jones
2012-03-10Make libpayload alloc() memory pointers volatileMarc Jones
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25libpayload updateStefan Reinauer
2009-07-31oops, these two were missed in the last cleanup.Stefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2009-05-21This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi
2009-04-29working memalign version for libpayload. This fixes problems with the USB stackStefan Reinauer
2008-09-02Add memalign(align, size).Patrick Georgi
2008-08-14* fix memory allocator bug that lead to freelist corruption on the first mallocStefan Reinauer
2008-04-25libpayload: Fix malloc allocationJordan Crouse
2008-03-21Cosmetics, fix typos (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse