summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.h
AgeCommit message (Expand)Author
2023-11-30x86/boot: Ignore NMIs during very early bootJun'ichi Nomura
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2023-08-07x86/decompressor: Assign paging related global variables earlierArd Biesheuvel
2023-06-06x86/boot/compressed: Handle unaccepted memoryKirill A. Shutemov
2023-04-04x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth
2022-04-07x86/compressed: Export and rename add_identity_map()Michael Roth
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook
2021-09-25lib/string: Move helper functions out of string.cKees Cook
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel
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