| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/KASLR: Rename aslr.c to kaslr.c | Kees Cook | 2016-04-19 | 1 | -339/+0 |
* | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski | 2015-07-06 | 1 | -1/+1 |
* | x86/asm/tsc: Replace rdtscll() with native_read_tsc() | Andy Lutomirski | 2015-07-06 | 1 | -1/+1 |
* | x86/mm/KASLR: Propagate KASLR status to kernel proper | Borislav Petkov | 2015-04-03 | 1 | -1/+4 |
* | Revert "x86/mm/ASLR: Propagate base load address calculation" | Borislav Petkov | 2015-03-16 | 1 | -33/+1 |
* | x86/mm/ASLR: Propagate base load address calculation | Jiri Kosina | 2015-02-19 | 1 | -1/+33 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-14 | 1 | -1/+1 |
|\ |
|
| * | x86, boot, kaslr: Fix nuisance warning on 32-bit builds | Kees Cook | 2014-10-01 | 1 | -1/+1 |
* | | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo... | Linus Torvalds | 2014-10-07 | 1 | -3/+0 |
|\ \
| |/
|/| |
|
| * | x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASE | Josh Triplett | 2014-08-17 | 1 | -3/+0 |
* | | x86/kaslr: Avoid the setup_data area when picking location | Kees Cook | 2014-09-19 | 1 | -0/+15 |
|/ |
|
* | x86, kaslr: boot-time selectable with hibernation | Kees Cook | 2014-06-16 | 1 | -1/+8 |
* | x86, kaslr: add missed "static" declarations | Kees Cook | 2014-02-26 | 1 | -4/+5 |
* | x86, kaslr: Remove unused including <linux/version.h> | Wei Yongjun | 2014-01-14 | 1 | -1/+0 |
* | x86, kaslr: Use char array to gain sizeof sanity | Kees Cook | 2013-11-12 | 1 | -1/+1 |
* | x86, kaslr: Add a circular multiply for better bit diffusion | H. Peter Anvin | 2013-11-12 | 1 | -0/+11 |
* | x86, kaslr: Mix entropy sources together as needed | Kees Cook | 2013-11-12 | 1 | -17/+56 |
* | x86, kaslr: Select random position from e820 maps | Kees Cook | 2013-10-13 | 1 | -1/+192 |
* | x86, kaslr: Provide randomness functions | Kees Cook | 2013-10-13 | 1 | -0/+53 |
* | x86, kaslr: Return location from decompress_kernel | Kees Cook | 2013-10-13 | 1 | -0/+23 |