summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/aslr.c
Commit message (Expand)AuthorAgeFilesLines
* x86/KASLR: Rename aslr.c to kaslr.cKees Cook2016-04-191-339/+0
* x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-1/+1
* x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-1/+1
* x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-031-1/+4
* Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-161-33/+1
* x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-191-1/+33
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-141-1/+1
|\
| * x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook2014-10-011-1/+1
* | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2014-10-071-3/+0
|\ \ | |/ |/|
| * x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASEJosh Triplett2014-08-171-3/+0
* | 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-251-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-111-0/+11
* x86, kaslr: Mix entropy sources together as neededKees Cook2013-11-111-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
OpenPOWER on IntegriCloud