index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
archrandom.h
Age
Commit message (
Expand
)
Author
2024-02-16
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
2023-10-16
arm64: Avoid cpus_have_const_cap() for ARM64_HAS_RNG
Mark Rutland
2023-05-25
arm64: kaslr: add kaslr_early_init() declaration
Arnd Bergmann
2022-11-18
random: remove early archrandom abstraction
Jason A. Donenfeld
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2022-05-04
arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro names
Mark Brown
2022-02-15
arm64: random: implement arch_get_random_int/_long based on RNDR
Ard Biesheuvel
2021-01-21
arm64: Add support for SMCCC TRNG entropy source
Andre Przywara
2021-01-21
firmware: smccc: Introduce SMCCC TRNG framework
Andre Przywara
2020-10-07
arm64: random: Remove no longer needed prototypes
Andre Przywara
2020-08-05
random: random.h should include archrandom.h, not the other way around
Linus Torvalds
2020-02-27
arm64: add credited/trusted RNG support
Mark Rutland
2020-01-22
arm64: Use v8.5-RNG entropy for KASLR seed
Mark Brown
2020-01-22
arm64: Implement archrandom.h for ARMv8.5-RNG
Richard Henderson