summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/archrandom.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel1-2/+0
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_RNGMark Rutland1-1/+1
2023-05-25arm64: kaslr: add kaslr_early_init() declarationArnd Bergmann1-0/+2
2022-11-18random: remove early archrandom abstractionJason A. Donenfeld1-38/+10
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-55/+47
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-10/+0
2022-05-04arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro namesMark Brown1-1/+1
2022-02-15arm64: random: implement arch_get_random_int/_long based on RNDRArd Biesheuvel1-6/+39
2021-01-21arm64: Add support for SMCCC TRNG entropy sourceAndre Przywara1-11/+61
2021-01-21firmware: smccc: Introduce SMCCC TRNG frameworkAndre Przywara1-0/+12
2020-10-07arm64: random: Remove no longer needed prototypesAndre Przywara1-5/+0
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds1-1/+0
2020-02-28arm64: add credited/trusted RNG supportMark Rutland1-0/+14
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown1-0/+8
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson1-0/+67