aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth1-1/+11
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov1-1/+2
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov1-1/+1
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov1-1/+1
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan1-0/+2
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth1-0/+2
2022-04-07x86/compressed: Export and rename add_identity_map()Michael Roth1-0/+1
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth1-0/+13
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth1-0/+9
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth1-0/+6
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth1-0/+16
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh1-0/+4
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth1-2/+2
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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