summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/archrandom.h
Commit message (Expand)AuthorAgeFilesLines
* random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-37/+4
* random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-10/+4
* x86/cpu: Use RDRAND and RDSEED mnemonics in archrandom.hUros Bizjak2020-05-181-18/+8
* x86: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-8/+8
* x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
* x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templatesUros Bizjak2017-09-241-4/+4
* x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-081-68/+60
* x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-081-8/+8
* random: Add arch_has_random[_seed]()H. Peter Anvin2014-03-191-0/+3
* x86, random: Enable the RDSEED instructionH. Peter Anvin2014-03-191-1/+38
* x86, kaslr: Provide randomness functionsKees Cook2013-10-131-0/+21
* x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-311-0/+2
* x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin2011-07-311-0/+73