index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
mem_encrypt.h
Age
Commit message (
Expand
)
Author
2025-04-12
x86/boot: Drop RIP_REL_REF() uses from SME startup code
Ard Biesheuvel
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
2024-03-04
x86/sme: Move early SME kernel encryption handling into .head.text
Ard Biesheuvel
2024-02-06
x86/sev: Fix position dependent variable references in startup code
Ard Biesheuvel
2023-10-11
x86/sev: Move sev_setup_arch() to mem_encrypt.c
Alexander Shishkin
2023-08-25
x86/sev: Make enc_dec_hypercall() accept a size instead of npages
Steve Rutherford
2023-06-16
x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build
Thomas Gleixner
2023-06-16
init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
Thomas Gleixner
2023-03-27
x86/hyperv: Change vTOM handling to use standard coco mechanisms
Michael Kelley
2022-07-17
x86/mm: move protection_map[] inside the platform
Anshuman Khandual
2022-04-07
x86/mm: Make DMA memory shared for TD guest
Kirill A. Shutemov
2021-11-11
Merge branch 'kvm-guest-sev-migration' into kvm-master
Paolo Bonzini
2021-11-11
x86/kvm: Add guest support for detecting and enabling SEV Live Migration feat...
Ashish Kalra
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2021-10-04
x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()
Tom Lendacky
2021-10-04
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
2021-10-04
x86/sme: Replace occurrences of sme_active() with cc_platform_has()
Tom Lendacky
2021-10-04
x86/sev: Add an x86 version of cc_platform_has()
Tom Lendacky
2021-04-26
x86/sev: Drop redundant and potentially misleading 'sev_enabled'
Sean Christopherson
2020-12-11
x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests
Ashish Kalra
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-09-09
x86/sev-es: Setup per-CPU GHCBs for the runtime handler
Tom Lendacky
2020-09-07
x86/sev-es: Add SEV-ES Feature Detection
Joerg Roedel
2020-06-17
x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.c
Benjamin Thiel
2019-08-09
x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header
Thiago Jung Bauermann
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-09-15
x86/mm: Add .bss..decrypted section to hold shared variables
Brijesh Singh
2018-03-20
dma/swiotlb: Remove swiotlb_set_mem_attributes()
Christoph Hellwig
2018-02-13
x86/mm/encrypt: Move page table helpers into separate translation unit
Kirill A. Shutemov
2018-01-16
x86/mm: Encrypt the initrd earlier for BSP microcode update
Tom Lendacky
2017-11-07
x86: Add support for changing memory encryption attribute in early boot
Brijesh Singh
2017-11-07
x86/mm: Add Secure Encrypted Virtualization (SEV) support
Tom Lendacky
2017-09-07
x86/mm: Make the SME mask a u64
Borislav Petkov
2017-07-18
x86/mm: Add support to make use of Secure Memory Encryption
Tom Lendacky
2017-07-18
x86/mm: Add support to encrypt the kernel in-place
Tom Lendacky
2017-07-18
x86, swiotlb: Add memory encryption support
Tom Lendacky
2017-07-18
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
2017-07-18
x86/mm: Add support for early encryption/decryption of memory
Tom Lendacky
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
2017-07-18
x86/mm: Add support to enable SME in early boot processing
Tom Lendacky
2017-07-18
x86/mm: Add Secure Memory Encryption (SME) support
Tom Lendacky