summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: free: Separate NULL check out for clarityHsuan Ting Chen2020-09-191-0/+4
* libpayload: malloc: Fix realloc for overlapping buffersYu-Ping Wu2020-09-131-34/+57
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* libpayload: malloc: Change memcpy() to memmove() in reallocJulius Werner2020-04-031-2/+3
* payloads: Fix typosElyes HAOUAS2020-02-171-1/+1
* libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archsJulius Werner2019-04-101-3/+3
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-9/+9
* payloads: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* libpayload/libc: Fix memset/sizeof usageJonathan Neuschäfer2016-04-061-1/+1
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-9/+9
* libpayload: special case large memalign() requestsAaron Durbin2015-03-201-31/+109
* Use ALIGN_UP instead of manual alignmentPatrick Georgi2015-02-121-1/+1
* libpayload: Fix pointer related castsFurquan Shaikh2014-12-311-4/+5
* libpayload: dma_malloc: Prevent warm reboot problems and add debuggingJulius Werner2014-08-141-34/+55
* libpayload: Make EHCI driver cache-awareJulius Werner2014-08-141-3/+14
* arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner2014-08-131-41/+85
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-7/+7
* libpayload: Set heap's header size to 64-bitNico Huber2013-09-061-4/+1
* libpayload: Make heap code independent of its header sizeNico Huber2013-09-061-7/+6
* libpayload: Remove unused FLAG_USED from memory allocatorNico Huber2012-11-301-5/+9
* libpayload: Fix memalign() for fragmented alignment regionsNico Huber2012-11-231-0/+3
* Fix libpayload alloc() size and gcc pointer optimization problems.Marc Jones2012-03-211-5/+5
* Make libpayload alloc() memory pointers volatileMarc Jones2012-03-101-14/+11
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-3/+3
* libpayload updateStefan Reinauer2010-03-251-8/+56
* oops, these two were missed in the last cleanup.Stefan Reinauer2009-07-311-0/+6
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-311-0/+2
* This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi2009-05-211-5/+11
* working memalign version for libpayload. This fixes problems with the USB stackStefan Reinauer2009-04-291-23/+110
* Add memalign(align, size).Patrick Georgi2008-09-021-8/+27
* * fix memory allocator bug that lead to freelist corruption on the first mallocStefan Reinauer2008-08-141-3/+5
* libpayload: Fix malloc allocationJordan Crouse2008-04-251-4/+9
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-2/+2
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-71/+65
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-191-0/+262