summaryrefslogtreecommitdiff
path: root/arch/x86/coco
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-15/+18
7 daysx86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...Tom Lendacky1-0/+2
10 daysx86/sev: Improve handling of writes to intercepted TSC MSRsNikunj A Dadhania1-15/+16
2025-08-06x86/sev: Evict cache lines during SNP memory validationTom Lendacky1-0/+21
2025-07-30Merge tag 'x86_sev_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-42/+56
2025-07-15x86/sev: Work around broken noinstr on GCCArd Biesheuvel1-1/+2
2025-07-01x86/sev: Use TSC_FACTOR for Secure TSC frequency calculationNikunj A Dadhania1-3/+19
2025-06-27x86/sev: Let sev_es_efi_map_ghcbs() map the CA pages tooGerd Hoffmann1-2/+15
2025-06-27x86/sev/vc: Fix EFI runtime instruction emulationGerd Hoffmann1-1/+8
2025-06-18x86/sev: Drop unnecessary parameter in snp_issue_guest_request()Alexey Kardashevskiy1-2/+3
2025-06-18x86/sev: Document requirement for linear mapping of guest request buffersAlexey Kardashevskiy1-0/+9
2025-06-18x86/sev: Allocate request in TSC_INFO_REQ on stackAlexey Kardashevskiy1-18/+12
2025-06-18virt: sev-guest: Contain snp_guest_request_ioctl in sev-guestAlexey Kardashevskiy1-23/+13
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-11/+2
2025-05-30Merge tag 'tsm-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-5/+45
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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. Darwish2-2/+2
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-09x86/tdx: tdx_mcall_get_report0: Return -EBUSY on TDCALL_OPERAND_BUSY errorCedric Xing1-5/+8
2025-05-09x86/tdx: Add tdx_mcall_extend_rtmr() interfaceCedric Xing1-0/+37
2025-05-05x86/sev: Disentangle #VC handling code from startup codeArd Biesheuvel3-1/+1566
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel1-0/+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/boot: Move SEV startup code into startup/Ard Biesheuvel3-2821/+2
2025-04-22x86/sev: Split off startup code from core codeArd Biesheuvel4-1592/+1641
2025-04-22x86/sev: Move noinstr NMI handling code into separate source fileArd Biesheuvel3-90/+112
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel2-147/+25
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel2-3/+3
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-26x86/tdx: Emit warning if IRQs are enabled during HLT #VE handlingVishal Annapurve1-0/+8
2025-03-26x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve1-1/+25
2025-03-25Merge tag 'x86-sev-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2025-03-25Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2025-03-25Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
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-02-28x86/tdx: Mark message.bytes as nonstringKees Cook1-2/+2
2025-01-29x86/sev: Disable jump tables in SEV startup codeArd Biesheuvel1-0/+4
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-3/+1
2025-01-24Merge tag 'x86_tdx_for_6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-10/+105