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