aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-22efi_loader: add comments to memory functionsHeinrich Schuchardt1-2/+42
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt1-10/+10
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark1-2/+3
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark1-2/+2
2017-07-24efi_memory: return MapKeyxypron.glpk@gmx.de1-0/+2
2017-07-24efi_memory: do parameter checks firstxypron.glpk@gmx.de1-3/+3
2017-07-19efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de1-0/+3
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun1-4/+10
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns1-2/+5
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns1-1/+2
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns1-2/+9
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns1-3/+39
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns1-0/+14
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns1-1/+2
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns1-3/+11
2016-09-07efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab1-0/+3
2016-07-22efi_loader: Add debug output for efi_add_memory_map()Andreas Färber1-0/+3
2016-06-06efi_loader: Don't allocate from memory holesAlexander Graf1-10/+45
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-2/+0
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf1-0/+16
2016-04-18efi_loader: Handle memory overflowsAndreas Färber1-4/+4
2016-04-18efi_loader: Expose ascending efi memory mapAlexander Graf1-2/+7
2016-04-01efi_loader: Always allocate the highest available addressAlexander Graf1-0/+29
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf1-0/+319