summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.h
AgeCommit message (Expand)Author
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel
2020-07-31x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel
2019-07-18x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan
2019-03-27x86/boot: Fix incorrect ifdeffery scopeBaoquan He
2019-02-06x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEBorislav Petkov
2019-02-06x86/boot: Fix cmdline_find_option() prototype visibilityBorislav Petkov
2019-02-01x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyChao Fan
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsChao Fan
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingChao Fan
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