summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-271-0/+4
|\
| * arm/efi: EFI soft reservation to memblockDan Williams2019-11-071-0/+4
* | efi/random: use arch-independent efi_call_proto()Dominik Brodowski2019-11-071-5/+18
|/
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-5/+1
* efi/random: Increase size of firmware supplied randomnessArd Biesheuvel2017-08-261-6/+4
* efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel2016-11-251-6/+7
* efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel2016-11-131-0/+48
* efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-131-3/+5
* efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-2/+10
* efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel2016-02-241-0/+100
* efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel2016-02-241-0/+35