- 8095971 Merge 5.10.80 into android13-5.10 by Greg Kroah-Hartman · 3 years, 4 months ago
- fc25889 x86/sev: Add an x86 version of cc_platform_has() by Tom Lendacky · 3 years, 6 months ago
- d0f3cb0 UPSTREAM: x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests by Ashish Kalra · 4 years, 3 months ago
- 2c16352 x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc() by Isaku Yamahata · 4 years ago
- ff0c437a KVM: SVM: Treat SVM as unsupported when running as an SEV guest by Sean Christopherson · 4 years, 1 month ago
- c9f0953 x86/head/64: Check SEV encryption before switching to kernel page-table by Joerg Roedel · 4 years, 4 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 5 months ago
- c685eb0 x86/sev-es: Print SEV-ES info into the kernel log by Joerg Roedel · 4 years, 6 months ago
- b57de6c x86/sev-es: Add SEV-ES Feature Detection by Joerg Roedel · 4 years, 6 months ago
- d5249bc x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.c by Benjamin Thiel · 4 years, 9 months ago
- 2faf153 x86/tlb: Move __flush_tlb() out of line by Thomas Gleixner · 5 years ago
- a7ba70f dma-mapping: treat dev->bus_dma_mask as a DMA limit by Nicolas Saenz Julienne · 5 years ago
- ae7eb82 fs/core/vmcore: Move sev_active() reference to x86 arch code by Thiago Jung Bauermann · 6 years ago
- 284e21f x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header by Thiago Jung Bauermann · 6 years ago
- ac60602 Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- ffdb07f x86/mm: Free sme_early_buffer after init by David Rientjes · 6 years ago
- 9087c37 dma-direct: Force unencrypted DMA under SME for certain DMA masks by Tom Lendacky · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- eccd906 x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large page by Brijesh Singh · 6 years ago
- 55897af dma-direct: merge swiotlb_dma_ops into the dma_direct code by Christoph Hellwig · 6 years ago
- b3f0907 x86/mm: Add .bss..decrypted section to hold shared variables by Brijesh Singh · 6 years ago
- c10f07a dma/direct: Handle force decryption for DMA coherent buffers in common code by Christoph Hellwig · 7 years ago
- b6e0547 dma/direct: Handle the memory encryption bit in common code by Christoph Hellwig · 7 years ago
- e7de6c7c dma/swiotlb: Remove swiotlb_set_mem_attributes() by Christoph Hellwig · 7 years ago
- 178c568 x86/dma: Remove dma_alloc_coherent_gfp_flags() by Christoph Hellwig · 7 years ago
- 038d07a x86/dma: Remove dma_alloc_coherent_mask() by Christoph Hellwig · 7 years ago
- 1cd9c22 x86/mm/encrypt: Move page table helpers into separate translation unit by Kirill A. Shutemov · 7 years ago
- 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- 91cfc88 x86: Use __nostackprotect for sme_encrypt_kernel by Laura Abbott · 7 years ago
- 107cd25 x86/mm: Encrypt the initrd earlier for BSP microcode update by Tom Lendacky · 7 years ago
- cc5f01e x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption by Tom Lendacky · 7 years ago
- 2b5d00b x86/mm: Centralize PMD flags in sme_encrypt_kernel() by Tom Lendacky · 7 years ago
- bacf6b4 x86/mm: Use a struct to reduce parameters for SME PGD mapping by Tom Lendacky · 7 years ago
- ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
- 9d5f38b x86/mm: Unbreak modules that use the DMA API by Tom Lendacky · 7 years ago
- 91a6a6c Merge branch 'linus' into x86/asm, to resolve conflict by Ingo Molnar · 7 years ago
- d04fdaf Merge branch 'x86/mm' into x86/asm, to merge branches by Ingo Molnar · 7 years ago
- 87df261 x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability by Jiri Kosina · 7 years ago
- dfaaec9 x86: Add support for changing memory encryption attribute in early boot by Brijesh Singh · 7 years ago
- 606b21d x86/io: Unroll string I/O when SEV is active by Tom Lendacky · 7 years ago
- 1958b5f x86/boot: Add early boot support when running with SEV active by Tom Lendacky · 7 years ago
- d7b417f x86/mm: Add DMA support for SEV memory encryption by Tom Lendacky · 7 years ago
- d8aa7ee x86/mm: Add Secure Encrypted Virtualization (SEV) support by Tom Lendacky · 7 years ago
- c5e2608 x86/mm: Remove unnecessary TLB flush for SME in-place encryption by Tom Lendacky · 7 years ago
- bc829ee x86/mm: Disable branch profiling in mem_encrypt.c by Tom Lendacky · 7 years ago
- 21d9bb4 x86/mm: Make the SME mask a u64 by Borislav Petkov · 8 years ago
- aca20d5 x86/mm: Add support to make use of Secure Memory Encryption by Tom Lendacky · 8 years ago
- 6ebcb06 x86/mm: Add support to encrypt the kernel in-place by Tom Lendacky · 8 years ago
- c775320 x86, swiotlb: Add memory encryption support by Tom Lendacky · 8 years ago
- b9d0520 x86/mm: Insure that boot memory areas are mapped properly by Tom Lendacky · 8 years ago
- 7f8b7e7 x86/mm: Add support for early encryption/decryption of memory by Tom Lendacky · 8 years ago
- 21729f8 x86/mm: Provide general kernel support for memory encryption by Tom Lendacky · 8 years ago
- 5868f36 x86/mm: Add support to enable SME in early boot processing by Tom Lendacky · 8 years ago
- 7744ccd x86/mm: Add Secure Memory Encryption (SME) support by Tom Lendacky · 8 years ago