1. 39efcd1 tree: Use __func__ instead of hard-coded names by Elyes Haouas · 1 year, 7 months ago
  2. b1bcd5b lib/malloc.c: Fix log messages by Elyes Haouas · 1 year, 9 months ago
  3. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 10 months ago
  4. fb8876d lib: Add SPDX identifiers to files missing them by Martin Roth · 2 years ago
  5. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 5 months ago
  6. f71f3ae lib/malloc: Drop <cpu/x86/smm.h> include by Kyösti Mälkki · 4 years, 2 months ago
  7. a347ea3 lib/malloc: Implement a simple free() only for last malloc() by Bora Guvendik · 4 years, 8 months ago
  8. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  9. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  10. 41652a9 Remove leftover smi_get_tseg_base by Vladimir Serbinenko · 9 years ago
  11. 129e2f3 lib/malloc.c: Remove pre-proc guard around include by Edward O'Callaghan · 10 years ago
  12. f5e9ac4 SMM: Add support for malloc in SMM if using TSEG by Duncan Laurie · 12 years ago
  13. 52e6118 Remove unused free() function by Stefan Reinauer · 12 years ago
  14. 28190ce malloc/memalign: Remove unneeded linker check by Stefan Reinauer · 12 years ago
  15. 79431f5 Make memalign print useful messages on failure by Ronald G. Minnich · 12 years ago
  16. eb59636 Add support for aligned allocation by Ron Minnich · 12 years ago
  17. fb5026c malloc: size is unsigned, don't test for size < 0 by Patrick Georgi · 12 years ago
  18. 5015f79 Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() by Peter Stuge · 14 years ago
  19. a953f37 Debugging facility improvements. by Uwe Hermann · 14 years ago
  20. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  21. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  22. 054c723 use pointers instead of size_t when dealing with pointers. Also fix a few by Stefan Reinauer · 15 years ago
  23. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  24. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  25. ef03afa Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34 by arch import user (historical) · 19 years ago
  26. 69afe28 mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex expression. by Eric Biederman · 20 years ago
  27. 6242524 - Delete unused funciton realloc by Eric Biederman · 20 years ago
  28. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  29. 54b1658 added realloc by Greg Watson · 20 years ago
  30. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago