summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/mem.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-071-0/+2
* efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel2022-11-181-1/+2
* efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-271-3/+24
* efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-50/+24
* Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-251-2/+0
|\
| * efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz2020-05-141-2/+0
* | efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel2020-04-241-168/+0
* | efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel2020-04-241-16/+9
|/
* efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt2020-02-231-9/+20
* efi/libstub: Describe memory functionsHeinrich Schuchardt2020-02-231-2/+34
* efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt2020-02-231-6/+7
* efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt2020-02-231-2/+14
* efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel2020-02-231-84/+18
* efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel2020-02-231-0/+319