Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-20x86/tdx: Fix RETs in TDX asmPeter Zijlstra
2022-04-21x86/tdx: Annotate a noreturn functionBorislav Petkov
2022-04-07x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen
2022-04-07x86/tdx: Port I/O: Add runtime hypercallsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Handle in-kernel MMIOKirill A. Shutemov
2022-04-07x86/tdx: Handle CPUID via #VEKirill A. Shutemov
2022-04-07x86/tdx: Add MSR support for TDX guestsKirill A. Shutemov
2022-04-07x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov
2022-04-07x86/tdx: Exclude shared bit from __PHYSICAL_MASKKirill A. Shutemov
2022-04-07x86/tdx: Extend the confidential computing API to support TDX guestsKirill A. Shutemov
2022-04-07x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan
2022-04-06x86/mm: Extend cc_attr to include AMD SEV-SNPBrijesh Singh
2022-02-23x86/coco: Add API to handle encryption maskKirill A. Shutemov
2022-02-23x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov
2022-02-23x86/cc: Move arch/x86/{kernel/cc_platform.c => coco/core.c}Kirill A. Shutemov