summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/archrandom.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel2024-02-161-2/+0
* arm64: Avoid cpus_have_const_cap() for ARM64_HAS_RNGMark Rutland2023-10-161-1/+1
* arm64: kaslr: add kaslr_early_init() declarationArnd Bergmann2023-05-251-0/+2
* random: remove early archrandom abstractionJason A. Donenfeld2022-11-181-38/+10
* random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-55/+47
* random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-10/+0
* arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro namesMark Brown2022-05-041-1/+1
* arm64: random: implement arch_get_random_int/_long based on RNDRArd Biesheuvel2022-02-151-6/+39
* arm64: Add support for SMCCC TRNG entropy sourceAndre Przywara2021-01-211-11/+61
* firmware: smccc: Introduce SMCCC TRNG frameworkAndre Przywara2021-01-211-0/+12
* arm64: random: Remove no longer needed prototypesAndre Przywara2020-10-071-5/+0
* random: random.h should include archrandom.h, not the other way aroundLinus Torvalds2020-08-051-1/+0
* arm64: add credited/trusted RNG supportMark Rutland2020-02-271-0/+14
* arm64: Use v8.5-RNG entropy for KASLR seedMark Brown2020-01-221-0/+8
* arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson2020-01-221-0/+67