summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook1-0/+2
2021-09-25lib/string: Move helper functions out of string.cKees Cook1-0/+2
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers1-1/+1
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel1-0/+6
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov1-0/+1
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel1-0/+2
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev1-2/+3
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel1-0/+6
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel1-0/+7
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel1-0/+2
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel1-0/+1
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel1-10/+0
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel1-0/+6
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel1-0/+8
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel1-0/+5
2020-07-31x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar1-2/+2
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel1-1/+1
2019-07-18x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan1-1/+0
2019-03-27x86/boot: Fix incorrect ifdeffery scopeBaoquan He1-2/+2
2019-02-06x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEBorislav Petkov1-1/+1
2019-02-06x86/boot: Fix cmdline_find_option() prototype visibilityBorislav Petkov1-2/+0
2019-02-01x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyChao Fan1-0/+1
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsChao Fan1-0/+10
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan1-0/+7
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingChao Fan1-0/+3
2018-09-03x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross1-0/+1
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov1-4/+2
2018-03-28x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky1-1/+1
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov1-0/+5
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky1-0/+2
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/ker...Linus Torvalds1-2/+4
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina1-2/+4