summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/ident_map_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania1-0/+6
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth1-0/+13
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth1-1/+2
2022-04-07x86/compressed: Export and rename add_identity_map()Michael Roth1-9/+9
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh1-1/+17
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+0
2020-11-18x86/boot: Remove unused finalize_identity_maps()Arvind Sankar1-10/+0
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel1-0/+1
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar1-3/+20
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar1-6/+0
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel1-2/+15
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel1-0/+133
2020-09-07x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel1-2/+5
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel1-3/+0
2020-09-07x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel1-10/+5
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel1-4/+2
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg Roedel1-21/+30
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel1-0/+39
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel1-0/+162