aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.h
AgeCommit message (Expand)Author
2018-09-03x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov
2018-03-28x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-30x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He
2016-06-26x86/KASLR: Randomize virtual address separatelyBaoquan He
2016-06-26x86/KASLR: Clarify identity map interfaceKees Cook
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov
2016-05-06x86/boot: Clean up pointer castingKees Cook
2016-05-03x86/boot: Extract error reporting functionsKees Cook
2016-04-22x86/KASLR: Warn when KASLR is disabledKees Cook
2016-04-19x86/KASLR: Clarify purpose of kaslr.cKees Cook
2016-04-19x86/boot: Rename "real_mode" to "boot_params"Kees Cook
2016-04-19x86/KASLR: Remove unneeded boot_params argumentYinghai Lu
2016-04-19x86/KASLR: Rename aslr.c to kaslr.cKees Cook
2015-07-07x86/boot: Add hex output for debuggingKees Cook
2015-05-29x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.hIngo Molnar
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin
2013-10-13x86, kaslr: Select random position from e820 mapsKees Cook
2013-10-13x86, kaslr: Provide randomness functionsKees Cook
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin
2012-07-21x86, boot: Exclude cmdline.c if you can't use itGokul Caushik
2012-07-21x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach
2012-07-21x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach
2012-07-21x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach
2010-08-02x86, setup: move isdigit.h to ctype.h, header files on top.H. Peter Anvin
2010-08-02x86, setup: enable early console output from the decompressorYinghai Lu