summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_memory.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Add a hook to allow adding memory mappingYork Sun2017-03-141-4/+10
* efi_loader: Do not leak memory when unlinking a mappingStefan Brüns2016-10-181-2/+5
* efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns2016-10-181-1/+2
* efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-181-2/+9
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-181-3/+39
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-181-0/+14
* efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns2016-10-181-1/+2
* efi_loader: Update description of internal efi_mem_carve_outStefan Brüns2016-10-181-3/+11
* efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab2016-09-071-0/+3
* efi_loader: Add debug output for efi_add_memory_map()Andreas Färber2016-07-221-0/+3
* efi_loader: Don't allocate from memory holesAlexander Graf2016-06-061-10/+45
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-061-2/+0
* efi_loader: Add bounce buffer supportAlexander Graf2016-05-271-0/+16
* efi_loader: Handle memory overflowsAndreas Färber2016-04-181-4/+4
* efi_loader: Expose ascending efi memory mapAlexander Graf2016-04-181-2/+7
* efi_loader: Always allocate the highest available addressAlexander Graf2016-04-011-0/+29
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-151-0/+319