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