Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -1/+923 |
2022-05-20 | x86/tdx: Fix RETs in TDX asm | Peter Zijlstra | 1 | -2/+2 |
2022-04-21 | x86/tdx: Annotate a noreturn function | Borislav Petkov | 1 | -0/+1 |
2022-04-07 | x86/mm: Make DMA memory shared for TD guest | Kirill A. Shutemov | 1 | -0/+1 |
2022-04-07 | x86/mm/cpa: Add support for TDX shared memory | Kirill A. Shutemov | 2 | -0/+134 |
2022-04-07 | x86/topology: Disable CPU online/offline control for TDX guests | Kuppuswamy Sathyanarayanan | 1 | -0/+1 |
2022-04-07 | x86/tdx: Wire up KVM hypercalls | Kuppuswamy Sathyanarayanan | 1 | -0/+17 |
2022-04-07 | x86/tdx: Port I/O: Add early boot support | Andi Kleen | 1 | -0/+16 |
2022-04-07 | x86/tdx: Port I/O: Add runtime hypercalls | Kuppuswamy Sathyanarayanan | 2 | -1/+85 |
2022-04-07 | x86/tdx: Handle in-kernel MMIO | Kirill A. Shutemov | 1 | -0/+121 |
2022-04-07 | x86/tdx: Handle CPUID via #VE | Kirill A. Shutemov | 1 | -1/+57 |
2022-04-07 | x86/tdx: Add MSR support for TDX guests | Kirill A. Shutemov | 1 | -0/+42 |
2022-04-07 | x86/tdx: Add HLT support for TDX guests | Kirill A. Shutemov | 2 | -2/+104 |
2022-04-07 | x86/traps: Add #VE support for TDX guest | Kirill A. Shutemov | 1 | -0/+38 |
2022-04-07 | x86/tdx: Exclude shared bit from __PHYSICAL_MASK | Kirill A. Shutemov | 1 | -0/+8 |
2022-04-07 | x86/tdx: Extend the confidential computing API to support TDX guests | Kirill A. Shutemov | 2 | -0/+59 |
2022-04-07 | x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions | Kuppuswamy Sathyanarayanan | 3 | -1/+216 |
2022-04-07 | x86/tdx: Detect running as a TDX guest in early boot | Kuppuswamy Sathyanarayanan | 3 | -0/+27 |
2022-04-06 | x86/mm: Extend cc_attr to include AMD SEV-SNP | Brijesh Singh | 1 | -0/+3 |
2022-02-23 | x86/coco: Add API to handle encryption mask | Kirill A. Shutemov | 1 | -0/+27 |
2022-02-23 | x86/coco: Explicitly declare type of confidential computing platform | Kirill A. Shutemov | 1 | -12/+17 |
2022-02-23 | x86/cc: Move arch/x86/{kernel/cc_platform.c => coco/core.c} | Kirill A. Shutemov | 2 | -0/+91 |