summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/interface/pcbios/memtop_umalloc.c
Commit message (Expand)AuthorAgeFilesLines
* [bios] Use generic external heap based on the system memory mapMichael Brown2025-05-191-246/+0Star
* [bios] Use memmap_describe() to find an external heap locationMichael Brown2025-05-161-16/+14Star
* [bios] Describe umalloc() heap as an in-use memory areaMichael Brown2025-05-161-1/+17
* [uaccess] Remove redundant copy_from_user() and copy_to_user()Michael Brown2025-04-301-0/+1
* [umalloc] Remove userptr_t from user memory allocationsMichael Brown2025-04-231-23/+19Star
* [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-211-15/+15
* [uaccess] Remove redundant memcpy_user() and related string functionsMichael Brown2025-04-211-2/+2
* [uaccess] Remove redundant userptr_add() and userptr_diff()Michael Brown2025-04-201-5/+5
* [uaccess] Add explicit casts to and from userptr_t where neededMichael Brown2025-04-201-1/+1
* [pcbios] Take alignment into account when checking for available spaceDavid Decotigny2020-07-211-4/+4
* [pcbios] Fix "out of memory" detection when expanding bottom areaDavid Decotigny2020-07-211-1/+1
* [pcbios] Restrict external memory allocations to the low 4GBMichael Brown2016-03-081-0/+53
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-0/+182