Age | Commit message (Expand) | Author |
2023-11-21 | libpayload: Add dma_allocator_range() | Yi Chou |
2023-08-26 | libpayload: Fix untyped function arguments | Arthur Heymans |
2022-08-24 | libpayload: Add const for dma_coherent argument | Yu-Ping Wu |
2020-09-19 | libpayload: free: Separate NULL check out for clarity | Hsuan Ting Chen |
2020-09-13 | libpayload: malloc: Fix realloc for overlapping buffers | Yu-Ping Wu |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-03 | libpayload: malloc: Change memcpy() to memmove() in realloc | Julius Werner |
2020-02-17 | payloads: Fix typos | Elyes HAOUAS |
2019-04-10 | libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs | Julius Werner |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2017-06-07 | payloads: change coreboot to lowercase | Martin Roth |
2016-04-06 | libpayload/libc: Fix memset/sizeof usage | Jonathan Neuschäfer |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-03-20 | libpayload: special case large memalign() requests | Aaron Durbin |
2015-02-12 | Use ALIGN_UP instead of manual alignment | Patrick Georgi |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-08-14 | libpayload: dma_malloc: Prevent warm reboot problems and add debugging | Julius Werner |
2014-08-14 | libpayload: Make EHCI driver cache-aware | Julius Werner |
2014-08-13 | arm: libpayload: Add cache coherent DMA memory definition and management | Julius Werner |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2013-09-06 | libpayload: Set heap's header size to 64-bit | Nico Huber |
2013-09-06 | libpayload: Make heap code independent of its header size | Nico Huber |
2012-11-30 | libpayload: Remove unused FLAG_USED from memory allocator | Nico Huber |
2012-11-23 | libpayload: Fix memalign() for fragmented alignment regions | Nico Huber |
2012-03-21 | Fix libpayload alloc() size and gcc pointer optimization problems. | Marc Jones |
2012-03-10 | Make libpayload alloc() memory pointers volatile | Marc Jones |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-25 | libpayload update | Stefan Reinauer |
2009-07-31 | oops, these two were missed in the last cleanup. | Stefan Reinauer |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2009-05-21 | This change adds PPC support to libpayload, and hooks it up in the build | Patrick Georgi |
2009-04-29 | working memalign version for libpayload. This fixes problems with the USB stack | Stefan Reinauer |
2008-09-02 | Add memalign(align, size). | Patrick Georgi |
2008-08-14 | * fix memory allocator bug that lead to freelist corruption on the first malloc | Stefan Reinauer |
2008-04-25 | libpayload: Fix malloc allocation | Jordan Crouse |
2008-03-21 | Cosmetics, fix typos (trivial). | Uwe Hermann |
2008-03-20 | Cosmetics, coding style fixes (trivial). | Uwe Hermann |
2008-03-19 | libpayload: The initial chunk of code writen by AMD | Jordan Crouse |