summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.h
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2023-11-301-0/+1
* x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-181-1/+0
* x86/decompressor: Assign paging related global variables earlierArd Biesheuvel2023-08-071-2/+0
* x86/boot/compressed: Handle unaccepted memoryKirill A. Shutemov2023-06-061-0/+10
* x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov2023-04-041-0/+9
* x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania2023-01-191-0/+2
* x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth2022-08-241-1/+11
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-1/+3
|\
| * x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov2022-04-071-1/+1
| * x86: Consolidate port I/O helpersKirill A. Shutemov2022-04-071-1/+1
| * x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan2022-04-071-0/+2
* | x86/boot: Add an efi.h header for the decompressorBorislav Petkov2022-04-171-1/+2
* | x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth2022-04-071-0/+2
* | x86/compressed: Export and rename add_identity_map()Michael Roth2022-04-071-0/+1
* | x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth2022-04-061-0/+13
* | x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth2022-04-061-0/+9
* | x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth2022-04-061-0/+6
* | x86/compressed/acpi: Move EFI detection to helperMichael Roth2022-04-061-0/+16
* | x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh2022-04-061-0/+4
* | x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth2022-04-061-2/+2
|/
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-0/+2
|\
| * x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook2021-10-271-0/+2
* | lib/string: Move helper functions out of string.cKees Cook2021-09-251-0/+2
|/
* x86/boot/compressed: Enable -WundefNick Desaulniers2021-05-121-1/+1
* x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel2021-03-181-0/+6
* kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-221-0/+1
* x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel2020-10-291-0/+2
* x86/sev-es: Check required CPU features for SEV-ESMartin Radev2020-09-101-2/+3
* x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel2020-09-071-0/+6
* x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel2020-09-071-0/+7
* x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel2020-09-071-0/+2
* x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel2020-09-071-0/+1
* x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel2020-09-071-10/+0
* x86/boot/compressed/64: Add page-fault handlerJoerg Roedel2020-09-071-0/+6
* x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel2020-09-071-0/+8
* x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel2020-09-071-0/+5
* x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar2020-07-311-2/+2
* x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel2020-03-281-1/+1
* x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-181-1/+0
* x86/boot: Fix incorrect ifdeffery scopeBaoquan He2019-03-271-2/+2
* x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEBorislav Petkov2019-02-061-1/+1
* x86/boot: Fix cmdline_find_option() prototype visibilityBorislav Petkov2019-02-061-2/+0
* x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyChao Fan2019-02-011-0/+1
* x86/boot: Parse SRAT table and count immovable memory regionsChao Fan2019-02-011-0/+10
* x86/boot: Early parse RSDP and save it in boot_paramsChao Fan2019-02-011-0/+7
* x86/boot: Add "acpi_rsdp=" early parsingChao Fan2019-02-011-0/+3
* x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross2018-09-031-0/+1
* x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-191-4/+2
* x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky2018-03-281-1/+1
* x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-211-0/+5