summaryrefslogtreecommitdiff
path: root/arch/x86/mm/mem_encrypt_amd.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin1-0/+18
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov1-0/+11
2023-10-11x86/sev: Drop unneeded #includeAlexander Shishkin1-1/+0
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin1-35/+0
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford1-7/+6
2023-06-27Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov1-1/+3
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner1-0/+15
2023-03-27x86/mm: Handle decryption/re-encryption of bss_decrypted consistentlyMichael Kelley1-3/+7
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-07-18x86/mm: move protection_map[] inside the platformAnshuman Khandual1-4/+2
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross1-0/+4
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-3/+0
2022-04-18x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig1-3/+0
2022-04-06x86/mm: Validate memory when changing the C-bitBrijesh Singh1-0/+13
2022-04-06x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh1-4/+54
2022-02-23x86/mm/cpa: Generalize __set_memory_enc_pgtable()Brijesh Singh1-22/+50
2021-12-08x86/sev: Move common memory encryption code to mem_encrypt.cKirill A. Shutemov1-69/+0
2021-12-08x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.cKuppuswamy Sathyanarayanan1-0/+507