summaryrefslogtreecommitdiff
path: root/core/mem
Commit message (Expand)AuthorAgeFilesLines
* core: remove unused variable in scan_highmem_area()H. Peter Anvin2012-05-291-2/+0
* core: Partial revert of commit 9333426b and unify lmalloc()Matt Fleming2012-04-171-1/+6
* Revert "core: remove redundant zalloc() definition"H. Peter Anvin2011-12-151-0/+11
* core: remove redundant zalloc() definitionH. Peter Anvin2011-12-141-11/+0
* core: fix warnings in core/mem/init.cH. Peter Anvin2011-05-271-6/+6
* Convert mp() to dprintf()Matt Fleming2011-03-091-4/+5
* core: Be less verbose at bootMatt Fleming2011-03-081-2/+1
* Merge branch 'master' into elflink-mergeH. Peter Anvin2010-08-121-1/+1
|\
| * Make __free_tagged actually free memorySebastian Herbszt2010-07-271-1/+1
* | elflink: some cleanupFeng Tang2010-07-201-8/+6
* | elflink: malloc cleanupFeng Tang2010-07-201-20/+0
* | elflink: remove hmalloc which is not needed after core/com32 malloc mergedFeng Tang2010-07-201-5/+0
* | elflink: remove the malloc.c/free.c/realloc.c/zalloc.c from com32Feng Tang2010-07-201-1/+31
* | elflink: move realloc() to core/mem/malloc.cFeng Tang2010-07-203-38/+157
* | June 22: new mem_init worksFeng Tang2010-07-201-20/+59
* | elflink: make linux kernel bootingFeng Tang2010-07-201-1/+2
* | elflink: use core/malloc as the malloc system, enlarge buffer to 1MBfeng.tang@intel.com2010-07-201-1/+2
* | elflink: make malloc worksFeng Tang2010-07-203-2/+16
* | 0613 temp debugFeng Tang2010-07-202-2/+4
* | elflink: differentiate the 2 malloc systemFeng Tang2010-07-204-8/+8
|/
* core: don't bother zeroing the disk cache and heapH. Peter Anvin2010-03-061-1/+1
* mem: increase the heap size to 128KH. Peter Anvin2010-03-061-1/+1
* core/mem: better dprintf()H. Peter Anvin2010-02-242-3/+4
* core: fix lowmem mallocH. Peter Anvin2010-02-242-0/+3
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-234-0/+369