aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/mm/mem_encrypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh1-0/+24
2018-03-20dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig1-70/+3
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-1/+1
2018-03-20dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig1-8/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig1-7/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig1-3/+1
2018-02-13x86/mm/encrypt: Move page table helpers into separate translation unitKirill A. Shutemov1-577/+1
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-01-20x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott1-1/+1
2018-01-16x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky1-8/+58
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