summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)Author
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns
2016-09-07efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab
2016-07-22efi_loader: Add debug output for efi_add_memory_map()Andreas Färber
2016-06-06efi_loader: Don't allocate from memory holesAlexander Graf
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf
2016-04-18efi_loader: Handle memory overflowsAndreas Färber
2016-04-18efi_loader: Expose ascending efi memory mapAlexander Graf
2016-04-01efi_loader: Always allocate the highest available addressAlexander Graf
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf