summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/aslr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/kaslr: Avoid the setup_data area when picking locationKees Cook2014-09-191-0/+15
* x86, kaslr: boot-time selectable with hibernationKees Cook2014-06-161-1/+8
* x86, kaslr: add missed "static" declarationsKees Cook2014-02-261-4/+5
* x86, kaslr: Remove unused including <linux/version.h>Wei Yongjun2014-01-141-1/+0
* x86, kaslr: Use char array to gain sizeof sanityKees Cook2013-11-121-1/+1
* x86, kaslr: Add a circular multiply for better bit diffusionH. Peter Anvin2013-11-121-0/+11
* x86, kaslr: Mix entropy sources together as neededKees Cook2013-11-121-17/+56
* x86, kaslr: Select random position from e820 mapsKees Cook2013-10-131-1/+192
* x86, kaslr: Provide randomness functionsKees Cook2013-10-131-0/+53
* x86, kaslr: Return location from decompress_kernelKees Cook2013-10-131-0/+23