summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mem_encrypt.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky1-16/+107
2018-01-16x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky1-56/+77
2018-01-16x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky1-44/+46
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-1/+1
2017-12-18x86/mm: Unbreak modules that use the DMA APITom Lendacky1-2/+2
2017-11-10Merge branch 'linus' into x86/asm, to resolve conflictIngo Molnar1-1/+1
2017-11-10Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar1-1/+0
2017-11-08x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina1-1/+1
2017-11-07x86: Add support for changing memory encryption attribute in early bootBrijesh Singh1-0/+130
2017-11-07x86/io: Unroll string I/O when SEV is activeTom Lendacky1-0/+8
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky1-11/+39
2017-11-07x86/mm: Add DMA support for SEV memory encryptionTom Lendacky1-0/+86
2017-11-07x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky1-0/+26
2017-11-07x86/mm: Remove unnecessary TLB flush for SME in-place encryptionTom Lendacky1-1/+0
2017-09-29x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky1-0/+2
2017-09-07x86/mm: Make the SME mask a u64Borislav Petkov1-1/+1
2017-07-18x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky1-1/+76
2017-07-18x86/mm: Add support to encrypt the kernel in-placeTom Lendacky1-0/+310
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-0/+22
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky1-0/+63
2017-07-18x86/mm: Add support for early encryption/decryption of memoryTom Lendacky1-0/+76
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-0/+17
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky1-0/+9
2017-07-18x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky1-0/+21