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