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
*
pmm: use tmp zone on oom
Gerd Hoffmann
2018-06-22
1
-0
/
+13
*
malloc: Don't mix virtual and physical addresses
Kevin O'Connor
2015-10-15
1
-8
/
+8
*
Remove the pmm handle argument from _malloc().
Kevin O'Connor
2013-12-27
1
-7
/
+12
*
Move pmm definitions to new file std/pmm.h.
Kevin O'Connor
2013-09-18
1
-13
/
+1
*
Move definition of struct segoff_s from farptr.h to types.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-541
/
+17
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Minor - simplify rom_reserve().
Kevin O'Connor
2013-08-14
1
-10
/
+7
*
Add config option to support memory allocations in 9-segment.
Kevin O'Connor
2013-08-10
1
-9
/
+104
*
Another fix for hlist_for_each_entry_safe.
Kevin O'Connor
2013-06-13
1
-1
/
+1
*
Introduce and convert pmm code to use standard list helpers.
Kevin O'Connor
2013-06-08
1
-48
/
+29
*
Minor - move "tracked memory alloc" code in pmm.c.
Kevin O'Connor
2013-06-08
1
-98
/
+98
*
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
Kevin O'Connor
2013-03-08
1
-2
/
+4
*
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
2013-02-20
1
-6
/
+6
*
Eliminate separate BiosTableSpace[] space for f-segment allocations.
Kevin O'Connor
2013-02-19
1
-9
/
+3
*
Calculate "RamSize" needed by 16bit interface dynamically.
Kevin O'Connor
2013-02-19
1
-2
/
+24
*
Move malloc's ZoneFSeg and ZoneLow setup to malloc_init.
Kevin O'Connor
2013-02-19
1
-10
/
+5
*
Don't relocate "varlow" variable references at runtime.
Kevin O'Connor
2013-02-19
1
-12
/
+13
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-1
/
+4
*
Clarify build generated "zone low" values.
Kevin O'Connor
2013-02-17
1
-8
/
+8
*
Report on f-segment UMB ram also.
Kevin O'Connor
2013-02-17
1
-1
/
+2
*
Rename rom_get_top() to rom_get_max().
Kevin O'Connor
2013-02-17
1
-4
/
+4
*
POST: Reorganize post entry and "preinit" functions.
Kevin O'Connor
2013-02-07
1
-0
/
+8
*
Add CSM support
David Woodhouse
2013-02-07
1
-0
/
+19
*
Fix rebase error in commit 8a0a972f that broke LOWMEM variables.
Kevin O'Connor
2013-02-07
1
-0
/
+4
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-5
/
+5
*
pmm: Use 'struct segoff_s' in pmm header.
Kevin O'Connor
2013-01-20
1
-9
/
+4
*
Minor - clear unused f-segment data at start of f-segment.
Kevin O'Connor
2012-07-21
1
-1
/
+4
*
Avoid runtime relocation of 16bit "low" mem - calculate at build instead.
Kevin O'Connor
2012-06-08
1
-10
/
+4
*
Remove CanPreempt check from pmm code.
Kevin O'Connor
2012-05-30
1
-10
/
+0
*
Minor - verify UMB dummy optionrom header size doesn't overflow.
Kevin O'Connor
2012-05-23
1
-1
/
+2
*
Allow optionroms and "low mem" to share space.
Kevin O'Connor
2012-05-21
1
-14
/
+58
*
Use the e-segment instead of the 9-segment for bios "low mem".
Kevin O'Connor
2012-05-13
1
-89
/
+27
*
Fix missing NULL pointer checks causing boot failure on 1meg machines.
Kevin O'Connor
2012-02-15
1
-1
/
+2
*
Allow free space in f-segment to be used by malloc_fseg().
Kevin O'Connor
2011-08-03
1
-0
/
+7
*
Remove 16bit wrappers from PMM code.
Kevin O'Connor
2011-07-16
1
-76
/
+55
*
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
Kevin O'Connor
2011-07-16
1
-11
/
+40
*
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
[next]