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