summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/ident_map_64.c
AgeCommit message (Expand)Author
2023-04-04x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth
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: Add helper for validating pages in the decompression stageBrijesh Singh
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-18x86/boot: Remove unused finalize_identity_maps()Arvind Sankar
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel
2020-09-07x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel
2020-09-07x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg 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