1. ae57f1d libpayload: Fix untyped function arguments by Arthur Heymans · 12 months ago
  2. 30d8e72 libpayload: Add const for dma_coherent argument by Yu-Ping Wu · 2 years ago
  3. 8742e2a libpayload: free: Separate NULL check out for clarity by Hsuan Ting Chen · 4 years ago
  4. aec3b1f libpayload: malloc: Fix realloc for overlapping buffers by Yu-Ping Wu · 4 years ago
  5. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  6. d61350c libpayload: malloc: Change memcpy() to memmove() in realloc by Julius Werner · 4 years, 5 months ago
  7. 824b4b8 payloads: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  8. f5b76fe libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs by Julius Werner · 8 years ago
  9. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  10. e81ce04 payloads: change coreboot to lowercase by Martin Roth · 7 years ago
  11. a4fbc38 libpayload/libc: Fix memset/sizeof usage by Jonathan Neuschäfer · 8 years ago
  12. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  13. 8bbd04e libpayload: special case large memalign() requests by Aaron Durbin · 10 years ago
  14. 04a5b48 Use ALIGN_UP instead of manual alignment by Patrick Georgi · 10 years ago
  15. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  16. 9665d38 libpayload: dma_malloc: Prevent warm reboot problems and add debugging by Julius Werner · 11 years ago
  17. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  18. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  19. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  20. 25dd247 libpayload: Set heap's header size to 64-bit by Nico Huber · 11 years ago
  21. 2d4b4ca libpayload: Make heap code independent of its header size by Nico Huber · 11 years ago
  22. 3665ace libpayload: Remove unused FLAG_USED from memory allocator by Nico Huber · 12 years ago
  23. 7a32e88 libpayload: Fix memalign() for fragmented alignment regions by Nico Huber · 12 years ago
  24. ccee625 Fix libpayload alloc() size and gcc pointer optimization problems. by Marc Jones · 12 years ago
  25. 987e883 Make libpayload alloc() memory pointers volatile by Marc Jones · 12 years ago
  26. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  27. e5d30b7 by Stefan Reinauer · 14 years ago
  28. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  29. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  30. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  31. 1ff26a7 working memalign version for libpayload. This fixes problems with the USB stack by Stefan Reinauer · 15 years ago
  32. 5ccfa1a Add memalign(align, size). by Patrick Georgi · 16 years ago
  33. ee67319 * fix memory allocator bug that lead to freelist corruption on the first malloc by Stefan Reinauer · 16 years ago
  34. 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 16 years ago
  35. 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
  36. 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
  37. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago