summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/ident_map_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2023-11-301-0/+5
* Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-301-3/+4
|\
| * x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-181-3/+4
* | x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-171-0/+8
|/
* x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov2023-04-041-8/+0
* x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania2023-01-191-0/+6
* x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth2022-07-061-0/+13
* x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth2022-04-071-1/+2
* x86/compressed: Export and rename add_identity_map()Michael Roth2022-04-071-9/+9
* x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh2022-04-061-1/+17
* Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-10/+0
|\
| * x86/boot: Remove unused finalize_identity_maps()Arvind Sankar2020-11-181-10/+0
* | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel2020-10-291-0/+1
|/
* x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-191-3/+20
* x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar2020-10-191-6/+0
* x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel2020-09-071-2/+15
* x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel2020-09-071-0/+133
* x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel2020-09-071-2/+5
* x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel2020-09-071-3/+0
* x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel2020-09-071-10/+5
* x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel2020-09-071-4/+2
* x86/boot/compressed/64: Always switch to own page tableJoerg Roedel2020-09-071-21/+30
* x86/boot/compressed/64: Add page-fault handlerJoerg Roedel2020-09-071-0/+39
* x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel2020-09-071-0/+162