index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pmm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-15
malloc: Don't mix virtual and physical addresses
Kevin O'Connor
1
-8
/
+8
2013-12-27
Remove the pmm handle argument from _malloc().
Kevin O'Connor
1
-7
/
+12
2013-09-18
Move pmm definitions to new file std/pmm.h.
Kevin O'Connor
1
-13
/
+1
2013-09-18
Move definition of struct segoff_s from farptr.h to types.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-1
/
+2
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-541
/
+17
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-1
/
+2
2013-09-18
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
1
-0
/
+1
2013-08-14
Minor - simplify rom_reserve().
Kevin O'Connor
1
-10
/
+7
2013-08-10
Add config option to support memory allocations in 9-segment.
Kevin O'Connor
1
-9
/
+104
2013-06-13
Another fix for hlist_for_each_entry_safe.
Kevin O'Connor
1
-1
/
+1
2013-06-08
Introduce and convert pmm code to use standard list helpers.
Kevin O'Connor
1
-48
/
+29
2013-06-08
Minor - move "tracked memory alloc" code in pmm.c.
Kevin O'Connor
1
-98
/
+98
2013-03-08
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
Kevin O'Connor
1
-2
/
+4
2013-02-20
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
1
-6
/
+6
2013-02-19
Eliminate separate BiosTableSpace[] space for f-segment allocations.
Kevin O'Connor
1
-9
/
+3
2013-02-19
Calculate "RamSize" needed by 16bit interface dynamically.
Kevin O'Connor
1
-2
/
+24
2013-02-19
Move malloc's ZoneFSeg and ZoneLow setup to malloc_init.
Kevin O'Connor
1
-10
/
+5
2013-02-19
Don't relocate "varlow" variable references at runtime.
Kevin O'Connor
1
-12
/
+13
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+4
2013-02-17
Clarify build generated "zone low" values.
Kevin O'Connor
1
-8
/
+8
2013-02-17
Report on f-segment UMB ram also.
Kevin O'Connor
1
-1
/
+2
2013-02-17
Rename rom_get_top() to rom_get_max().
Kevin O'Connor
1
-4
/
+4
2013-02-07
POST: Reorganize post entry and "preinit" functions.
Kevin O'Connor
1
-0
/
+8
2013-02-07
Add CSM support
David Woodhouse
1
-0
/
+19
2013-02-07
Fix rebase error in commit 8a0a972f that broke LOWMEM variables.
Kevin O'Connor
1
-0
/
+4
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-5
/
+5
2013-01-20
pmm: Use 'struct segoff_s' in pmm header.
Kevin O'Connor
1
-9
/
+4
2012-07-21
Minor - clear unused f-segment data at start of f-segment.
Kevin O'Connor
1
-1
/
+4
2012-06-08
Avoid runtime relocation of 16bit "low" mem - calculate at build instead.
Kevin O'Connor
1
-10
/
+4
2012-05-30
Remove CanPreempt check from pmm code.
Kevin O'Connor
1
-10
/
+0
2012-05-23
Minor - verify UMB dummy optionrom header size doesn't overflow.
Kevin O'Connor
1
-1
/
+2
2012-05-21
Allow optionroms and "low mem" to share space.
Kevin O'Connor
1
-14
/
+58
2012-05-13
Use the e-segment instead of the 9-segment for bios "low mem".
Kevin O'Connor
1
-89
/
+27
2012-02-15
Fix missing NULL pointer checks causing boot failure on 1meg machines.
Kevin O'Connor
1
-1
/
+2
2011-08-03
Allow free space in f-segment to be used by malloc_fseg().
Kevin O'Connor
1
-0
/
+7
2011-07-16
Remove 16bit wrappers from PMM code.
Kevin O'Connor
1
-76
/
+55
2011-07-16
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
Kevin O'Connor
1
-11
/
+40
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-6
/
+0
2010-09-25
Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.
Kevin O'Connor
1
-5
/
+0
2010-09-15
Move init code from _start() to post().
Kevin O'Connor
1
-3
/
+0
2010-06-06
Introduce memcpy_fl - a memcpy on "flat" pointers.
Kevin O'Connor
1
-15
/
+5
2010-06-06
Rework malloc to use a "first fit" algorithm.
Kevin O'Connor
1
-217
/
+313
2010-04-17
Add __attribute__((__malloc__)) declaration to internal malloc funcs.
Kevin O'Connor
1
-2
/
+2
2010-03-20
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
1
-6
/
+12
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-6
/
+6
2009-12-30
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
1
-3
/
+4
2009-12-27
Only add "addr32" to memory accesses that require them.
Kevin O'Connor
1
-2
/
+7
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-8
/
+8
[next]