summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/random.c
AgeCommit message (Expand)AuthorLines
2020-02-23efi/libstub: Describe RNG functionsHeinrich Schuchardt-0/+24
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel-114/+0
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel-13/+10
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel-4/+4
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel-6/+4
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel-4/+6
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel-10/+0
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel-8/+14
2019-12-25efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede-3/+3
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+4
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams-0/+4
2019-11-07efi/random: use arch-independent efi_call_proto()Dominik Brodowski-5/+18
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel-5/+1
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel-6/+4
2016-11-25efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel-6/+7
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel-0/+48
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel-3/+5
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo-2/+10
2016-02-24efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel-0/+100
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel-0/+35