Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 kernel address space randomization support from Peter Anvin: "This enables kernel address space randomization for x86" * 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSET x86, kaslr: Remove unused including <linux/version.h> x86, kaslr: Use char array to gain sizeof sanity x86, kaslr: Add a circular multiply for better bit diffusion x86, kaslr: Mix entropy sources together as needed x86/relocs: Add percpu fixup for GNU ld 2.23 x86, boot: Rename get_flags() and check_flags() to *_cpuflags() x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 x86, kaslr: Report kernel offset on panic x86, kaslr: Select random position from e820 maps x86, kaslr: Provide randomness functions x86, kaslr: Return location from decompress_kernel x86, boot: Move CPU flags out of cpucheck x86, relocs: Add more per-cpu gold special cases
Showing
- Documentation/kernel-parameters.txt 4 additions, 0 deletionsDocumentation/kernel-parameters.txt
- arch/x86/Kconfig 55 additions, 4 deletionsarch/x86/Kconfig
- arch/x86/boot/Makefile 1 addition, 1 deletionarch/x86/boot/Makefile
- arch/x86/boot/boot.h 1 addition, 9 deletionsarch/x86/boot/boot.h
- arch/x86/boot/compressed/Makefile 1 addition, 1 deletionarch/x86/boot/compressed/Makefile
- arch/x86/boot/compressed/aslr.c 316 additions, 0 deletionsarch/x86/boot/compressed/aslr.c
- arch/x86/boot/compressed/cmdline.c 1 addition, 1 deletionarch/x86/boot/compressed/cmdline.c
- arch/x86/boot/compressed/cpuflags.c 12 additions, 0 deletionsarch/x86/boot/compressed/cpuflags.c
- arch/x86/boot/compressed/head_32.S 6 additions, 4 deletionsarch/x86/boot/compressed/head_32.S
- arch/x86/boot/compressed/head_64.S 10 additions, 6 deletionsarch/x86/boot/compressed/head_64.S
- arch/x86/boot/compressed/misc.c 8 additions, 10 deletionsarch/x86/boot/compressed/misc.c
- arch/x86/boot/compressed/misc.h 31 additions, 6 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/boot/cpucheck.c 7 additions, 93 deletionsarch/x86/boot/cpucheck.c
- arch/x86/boot/cpuflags.c 104 additions, 0 deletionsarch/x86/boot/cpuflags.c
- arch/x86/boot/cpuflags.h 19 additions, 0 deletionsarch/x86/boot/cpuflags.h
- arch/x86/include/asm/archrandom.h 21 additions, 0 deletionsarch/x86/include/asm/archrandom.h
- arch/x86/include/asm/page_64_types.h 12 additions, 3 deletionsarch/x86/include/asm/page_64_types.h
- arch/x86/include/asm/pgtable_64_types.h 1 addition, 1 deletionarch/x86/include/asm/pgtable_64_types.h
- arch/x86/kernel/cpu/rdrand.c 0 additions, 14 deletionsarch/x86/kernel/cpu/rdrand.c
- arch/x86/kernel/setup.c 26 additions, 0 deletionsarch/x86/kernel/setup.c
Loading
Please register or sign in to comment