aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/aslr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook1-1/+8
2014-02-25x86, kaslr: add missed "static" declarationsKees Cook1-4/+5
2014-01-14x86, kaslr: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-11-12x86, kaslr: Use char array to gain sizeof sanityKees Cook1-1/+1
2013-11-11x86, kaslr: Add a circular multiply for better bit diffusionH. Peter Anvin1-0/+11
2013-11-11x86, kaslr: Mix entropy sources together as neededKees Cook1-17/+56
2013-10-13x86, kaslr: Select random position from e820 mapsKees Cook1-1/+192
2013-10-13x86, kaslr: Provide randomness functionsKees Cook1-0/+53
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook1-0/+23