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