summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/rdrand.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
* x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-081-2/+2
* x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-1/+1
* x86: Replace RDRAND forced-reseed with simple sanity checkLen Brown2015-11-251-13/+12
* x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin2014-05-111-0/+1
* x86, kaslr: Provide randomness functionsKees Cook2013-10-131-14/+0
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-311-0/+73