index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pmm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-6
/
+0
*
Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.
Kevin O'Connor
2010-09-25
1
-5
/
+0
*
Move init code from _start() to post().
Kevin O'Connor
2010-09-15
1
-3
/
+0
*
Introduce memcpy_fl - a memcpy on "flat" pointers.
Kevin O'Connor
2010-06-06
1
-15
/
+5
*
Rework malloc to use a "first fit" algorithm.
Kevin O'Connor
2010-06-06
1
-217
/
+313
*
Add __attribute__((__malloc__)) declaration to internal malloc funcs.
Kevin O'Connor
2010-04-17
1
-2
/
+2
*
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
2010-03-20
1
-6
/
+12
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-6
/
+6
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-3
/
+4
*
Only add "addr32" to memory accesses that require them.
Kevin O'Connor
2009-12-27
1
-2
/
+7
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-8
/
+8
*
Clear unused parts of f-segment.
Kevin O'Connor
2009-11-25
1
-0
/
+4
*
Clear PMMAllocs even if CONFIG_PMM not set.
Kevin O'Connor
2009-11-25
1
-61
/
+61
*
Use pmm_malloc() for internal allocations.
Kevin O'Connor
2009-10-12
1
-64
/
+51
*
Workaround gcc4.3 compiler error - disable pmm low mem allocations.
Kevin O'Connor
2009-10-04
1
-0
/
+2
*
Add support for permanent low memory allocations.
Kevin O'Connor
2009-09-24
1
-8
/
+92
*
Cleanups for malloc code.
Kevin O'Connor
2009-08-30
1
-18
/
+5
*
Add initial support for PMM allocations of permanent memory.
Kevin O'Connor
2009-08-22
1
-10
/
+20
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-15
/
+5
*
Fix some PMM corner-cases.
Kevin O'Connor
2009-08-02
1
-13
/
+29
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-13
/
+320
*
Add PMM stubs.
Kevin O'Connor
2009-07-26
1
-0
/
+117