index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
malloc.c
Age
Commit message (
Expand
)
Author
2020-01-02
lib/malloc: Implement a simple free() only for last malloc()
Bora Guvendik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2017-07-06
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2015-05-29
Remove leftover smi_get_tseg_base
Vladimir Serbinenko
2014-11-11
lib/malloc.c: Remove pre-proc guard around include
Edward O'Callaghan
2012-07-24
SMM: Add support for malloc in SMM if using TSEG
Duncan Laurie
2012-07-24
Remove unused free() function
Stefan Reinauer
2012-07-24
malloc/memalign: Remove unneeded linker check
Stefan Reinauer
2012-07-24
Make memalign print useful messages on failure
Ronald G. Minnich
2012-04-12
Add support for aligned allocation
Ron Minnich
2012-03-11
malloc: size is unsigned, don't test for size < 0
Patrick Georgi
2010-11-10
Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()
Peter Stuge
2010-11-10
Debugging facility improvements.
Uwe Hermann
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-09-25
drop some dead code, clarify small comments and small cleanups to malloc.c
Stefan Reinauer
2009-03-06
use pointers instead of size_t when dealing with pointers. Also fix a few
Stefan Reinauer
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-02-12
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
arch import user (historical)
2004-11-11
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-11-10
- Delete unused funciton realloc
Eric Biederman
2004-03-26
cleanup code to remove warnings
Greg Watson
2004-03-13
added realloc
Greg Watson
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman