summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/ident_map_64.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar1-2/+2
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2024-02-06x86/boot: Add a message about ignored early NMIsNOMURA JUNICHI(野村 淳一)1-1/+1
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao1-2/+2
2023-11-30x86/boot: Ignore NMIs during very early bootJun'ichi Nomura1-0/+5
2023-10-31Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+4
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel1-3/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov1-0/+8
2023-04-04x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov1-8/+0
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-15Merge 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