aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-30x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He1-2/+0
2016-06-26x86/KASLR: Randomize virtual address separatelyBaoquan He1-10/+12
2016-06-26x86/KASLR: Clarify identity map interfaceKees Cook1-0/+3
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook1-0/+11
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov1-5/+5
2016-05-06x86/boot: Clean up pointer castingKees Cook1-5/+5
2016-05-03x86/boot: Extract error reporting functionsKees Cook1-1/+0
2016-04-22x86/KASLR: Warn when KASLR is disabledKees Cook1-0/+1
2016-04-19x86/KASLR: Clarify purpose of kaslr.cKees Cook1-2/+2
2016-04-19x86/boot: Rename "real_mode" to "boot_params"Kees Cook1-1/+1
2016-04-19x86/KASLR: Remove unneeded boot_params argumentYinghai Lu1-4/+2
2016-04-19x86/KASLR: Rename aslr.c to kaslr.cKees Cook1-1/+1
2015-07-07x86/boot: Add hex output for debuggingKees Cook1-0/+11
2015-05-29x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.hIngo Molnar1-6/+5
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov1-2/+4
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov1-4/+2
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina1-2/+4
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+1
2013-10-13x86, kaslr: Select random position from e820 mapsKees Cook1-0/+8
2013-10-13x86, kaslr: Provide randomness functionsKees Cook1-0/+2
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook1-6/+21
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin1-0/+1
2012-07-21x86, boot: Exclude cmdline.c if you can't use itGokul Caushik1-2/+3
2012-07-21x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach1-0/+10
2012-07-21x86, boot: Switch output functions from command-line flags to conditional compilationJoe Millenbach1-4/+13
2012-07-21x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach1-0/+1
2010-08-02x86, setup: move isdigit.h to ctype.h, header files on top.H. Peter Anvin1-0/+1
2010-08-02x86, setup: enable early console output from the decompressorYinghai Lu1-0/+38