summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/randomalloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03efi/libstub: Cast away type warning in use of max()Ard Biesheuvel1-1/+1
2024-04-03efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)1-1/+1
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel1-5/+7
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel1-4/+6
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel1-0/+1
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel1-1/+1
2022-11-18efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel1-2/+3
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-1/+1
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-16/+7
2022-05-06efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel1-0/+11
2021-07-20arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt1-0/+2
2020-04-23efi/libstub/random: Increase random alloc granularityArd Biesheuvel1-1/+1
2020-04-23efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel1-1/+3
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel1-0/+124