Age | Commit message (Expand) | Author |
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 |