aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-3/+24
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-50/+24
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar1-2/+0
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz1-2/+0
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel1-168/+0
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel1-16/+9
2020-02-23efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt1-9/+20
2020-02-23efi/libstub: Describe memory functionsHeinrich Schuchardt1-2/+34
2020-02-23efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt1-6/+7
2020-02-23efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt1-2/+14
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel1-84/+18
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel1-0/+319