aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/virt
AgeCommit message (Expand)AuthorFilesLines
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pagesIsaku Yamahata2-0/+20
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu1-0/+6
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang3-45/+14
2025-03-14x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyIDIsaku Yamahata1-0/+17
2025-03-14x86/virt/tdx: Read essential global metadata for KVMKai Huang2-0/+69
2025-03-14x86/virt/tdx: allocate tdx_sys_info in static memoryPaolo Bonzini1-5/+6
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operationsRick Edgecombe2-0/+22
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field accessRick Edgecombe2-0/+50
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache managementRick Edgecombe2-0/+45
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creationRick Edgecombe2-0/+54
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creationRick Edgecombe2-0/+54
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID managementRick Edgecombe2-7/+34
2025-02-22x86/kexec: Export e820_table_kexec[] to sysfsDave Young1-1/+0
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra1-16/+7
2025-01-24Merge tag 'x86_tdx_for_6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-100/+108
2024-12-18x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigationKai Huang2-0/+21
2024-12-18x86/virt/tdx: Switch to use auto-generated global metadata reading codeKai Huang2-104/+2
2024-12-18x86/virt/tdx: Use dedicated struct members for PAMT entry sizesKai Huang2-6/+12
2024-12-18x86/virt/tdx: Use auto-generated code to read global metadataPaolo Bonzini2-0/+73
2024-12-18x86/virt/tdx: Start to track all global metadata in one structureKai Huang2-14/+24
2024-12-18x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec betterKai Huang2-19/+19
2024-12-14x86/sev: Add full support for a segmented RMP tableTom Lendacky1-21/+239
2024-12-14x86/sev: Treat the contiguous RMP table as a single RMP segmentTom Lendacky1-19/+180
2024-12-14x86/sev: Map only the RMP table entries instead of the full RMP rangeTom Lendacky1-5/+31
2024-12-14x86/sev: Move the SNP probe routine out of the wayTom Lendacky1-30/+30
2024-12-14x86/sev: Add support for the RMPREAD instructionTom Lendacky1-0/+12
2024-12-13x86/sev: Prepare for using the RMPREAD instruction to access the RMPTom Lendacky1-38/+94
2024-11-19Merge tag 'x86_sev_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+46
2024-10-23x86/sev: Ensure that RMP table fixups are reservedAshish Kalra1-0/+2
2024-10-15x86/virt: Provide "nosnp" boot option for sev kernel command linePavan Kumar Paluri1-0/+12
2024-10-15x86/virt: Move SEV-specific parsing into arch/x86/virt/svmPavan Kumar Paluri2-0/+34
2024-07-16Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-22/+22
2024-07-11x86/sev: Do RMP memory coverage check after max_pfn has been setTom Lendacky1-22/+22
2024-05-28x86/virt/tdx: Switch to new Intel CPU model definesTony Luck1-4/+4
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra1-0/+36
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)1-8/+18
2024-03-30x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada1-1/+1
2024-03-22x86/virt/tdx: Remove duplicate includeJiapeng Chong1-1/+0
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra1-0/+6
2024-01-29x86/sev: Introduce an SNP leaked pages listAshish Kalra1-0/+37
2024-01-29x86/sev: Adjust the directmap to avoid inadvertent RMP faultsMichael Roth1-2/+83
2024-01-29x86/sev: Add helper functions for RMPUPDATE and PSMASH instructionBrijesh Singh1-0/+92
2024-01-29x86/fault: Add helper for dumping RMP entriesBrijesh Singh1-10/+89
2024-01-29x86/sev: Add RMP entry lookup helpersBrijesh Singh1-0/+49
2024-01-29x86/sev: Add SEV-SNP host initialization supportBrijesh Singh2-0/+219
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang2-0/+114
2023-12-12x86/cpu: Detect TDX partial write machine check erratumKai Huang1-0/+19
2023-12-08x86/virt/tdx: Handle TDX interaction with sleep and hibernationKai Huang1-0/+16
2023-12-08x86/virt/tdx: Initialize all TDMRsKai Huang2-9/+53