summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/random.c
Commit message (Expand)AuthorAgeFilesLines
* efi: stub: use random seed from EFI variableJason A. Donenfeld2022-12-011-16/+52
* efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-181-6/+36
* efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel2022-10-241-1/+6
* efi/libstub: Describe RNG functionsHeinrich Schuchardt2020-02-231-0/+24
* efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel2020-02-231-114/+0
* efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-13/+10
* efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-251-4/+4
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-6/+4
* efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-251-4/+6
* efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel2019-12-251-10/+0
* efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2019-12-251-8/+14
* efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede2019-12-251-3/+3
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-261-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