summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/randomalloc.c
Commit message (Expand)AuthorAgeFilesLines
* x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel2024-01-301-5/+7
* efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel2023-08-071-4/+6
* efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel2023-03-231-0/+1
* arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-071-1/+1
* efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel2022-11-181-2/+3
* efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-271-1/+1
* efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-16/+7
* efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel2022-05-061-0/+11
* arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt2021-07-201-0/+2
* efi/libstub/random: Increase random alloc granularityArd Biesheuvel2020-04-231-1/+1
* efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel2020-04-231-1/+3
* efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel2020-02-231-0/+124