summaryrefslogtreecommitdiffstats
path: root/arch/x86/virt/svm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-09-17x86/sev: Add new dump_rmp parameter to snp_leak_pages() APIAshish Kalra-3/+4
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-2/+2
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar-8/+8
2025-02-22x86/kexec: Export e820_table_kexec[] to sysfsDave Young-1/+0
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra-16/+7
2024-12-14x86/sev: Add full support for a segmented RMP tableTom Lendacky-21/+239
2024-12-14x86/sev: Treat the contiguous RMP table as a single RMP segmentTom Lendacky-19/+180
2024-12-14x86/sev: Map only the RMP table entries instead of the full RMP rangeTom Lendacky-5/+31
2024-12-14x86/sev: Move the SNP probe routine out of the wayTom Lendacky-30/+30
2024-12-14x86/sev: Add support for the RMPREAD instructionTom Lendacky-0/+12
2024-12-13x86/sev: Prepare for using the RMPREAD instruction to access the RMPTom Lendacky-38/+94
2024-11-19Merge tag 'x86_sev_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+46
2024-10-23x86/sev: Ensure that RMP table fixups are reservedAshish Kalra-0/+2
2024-10-15x86/virt: Provide "nosnp" boot option for sev kernel command linePavan Kumar Paluri-0/+12
2024-10-15x86/virt: Move SEV-specific parsing into arch/x86/virt/svmPavan Kumar Paluri-0/+34
2024-07-11x86/sev: Do RMP memory coverage check after max_pfn has been setTom Lendacky-22/+22
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra-0/+36
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)-8/+18
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra-0/+6
2024-01-29x86/sev: Introduce an SNP leaked pages listAshish Kalra-0/+37
2024-01-29x86/sev: Adjust the directmap to avoid inadvertent RMP faultsMichael Roth-2/+83
2024-01-29x86/sev: Add helper functions for RMPUPDATE and PSMASH instructionBrijesh Singh-0/+92
2024-01-29x86/fault: Add helper for dumping RMP entriesBrijesh Singh-10/+89
2024-01-29x86/sev: Add RMP entry lookup helpersBrijesh Singh-0/+49
2024-01-29x86/sev: Add SEV-SNP host initialization supportBrijesh Singh-0/+219