aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/coco/sev/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-11/+2
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+68
2025-05-23arch/x86: Provide the CPU number in the wakeup AP callbackRoman Kisel1-11/+2
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-90/+165
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-13x86/sev: Make sure pages are not skipped during kdumpAshish Kalra1-4/+7
2025-05-13x86/sev: Do not touch VMSA pages during SNP guest memory kdumpAshish Kalra1-86/+158
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-1/+2
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-24x86/sev: Share the sev_secrets_pa value againTom Lendacky1-5/+2
2025-04-22x86/sev: Split off startup code from core codeArd Biesheuvel1-1305/+240
2025-04-22x86/sev: Move noinstr NMI handling code into separate source fileArd Biesheuvel1-89/+0
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel1-95/+13
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel1-1/+1
2025-04-10x86/sev: Register tpm-svsm platform deviceStefano Garzarella1-1/+10
2025-04-10x86/sev: Add SVSM vTPM probe/send_command functionsStefano Garzarella1-0/+58
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-03-24Merge tag 'x86-sev-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-2/+0
2025-03-17x86/sev: Simplify the code by removing unnecessary 'else' statementPeng Hao1-2/+1
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy1-15/+8
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-3/+1
2025-01-24Merge tag 'x86-boot-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+6
2025-01-14x86/sev: Disable ftrace branch profiling in SEV startup codeArd Biesheuvel1-0/+2
2025-01-08x86/tsc: Init the TSC for Secure TSC guestsNikunj A Dadhania1-0/+21
2025-01-07x86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure TSC enabled guestsNikunj A Dadhania1-1/+9
2025-01-07x86/sev: Change TSC MSR behavior for Secure TSC enabled guestsNikunj A Dadhania1-1/+38
2025-01-07x86/sev: Add Secure TSC support for SNP guestsNikunj A Dadhania1-0/+107
2025-01-07x86/sev: Don't hang but terminate on failure to remap SVSM CAArd Biesheuvel1-2/+2
2025-01-07x86/sev: Relocate SNP guest messaging routines to common codeNikunj A Dadhania1-3/+291
2025-01-07x86/sev: Carve out and export SNP guest messaging init routinesNikunj A Dadhania1-6/+177
2024-12-05x86/sev: Avoid WARN()s and panic()s in early boot codeArd Biesheuvel1-10/+5
2024-11-07x86/sev: Cleanup vc_handle_msr()Borislav Petkov (AMD)1-15/+19
2024-10-28x86/sev: Convert shared memory back to private on kexecAshish Kalra1-0/+131
2024-10-16virt: sev-guest: Consolidate SNP guest messaging parameters to a structNikunj A Dadhania1-4/+5
2024-10-16x86/sev: Cache the secrets page addressNikunj A Dadhania1-40/+11
2024-10-15x86/virt: Move SEV-specific parsing into arch/x86/virt/svmPavan Kumar Paluri1-44/+0
2024-07-30x86/sev: Fix __reserved field in sev_configPavan Kumar Paluri1-1/+1
2024-07-11x86/sev: Move SEV compilation unitsBorislav Petkov (AMD)1-0/+2606