summaryrefslogtreecommitdiff
path: root/drivers/virt/coco
AgeCommit message (Expand)AuthorFilesLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-0/+142
2024-08-30drivers/virt: pkvm: Intercept ioremap using pKVM MMIO_GUARD hypercallWill Deacon1-0/+35
2024-08-30drivers/virt: pkvm: Hook up mem_encrypt API using pKVM hypercallsWill Deacon1-0/+55
2024-08-30drivers/virt: pkvm: Add initial support for running as a protected guestWill Deacon5-0/+52
2024-08-27virt: sev-guest: Ensure the SNP guest messages do not exceed a pageNikunj A Dadhania1-0/+2
2024-08-27virt: sev-guest: Fix user-visible stringsNikunj A Dadhania1-4/+4
2024-08-27virt: sev-guest: Rename local guest message variablesNikunj A Dadhania1-58/+59
2024-08-27virt: sev-guest: Replace dev_dbg() with pr_debug()Nikunj A Dadhania1-4/+5
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-65/+0
2024-07-16Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini2-65/+0
2024-07-16x86/sev: Move sev_guest.h into common SEV headerMichael Roth2-65/+0
2024-06-20virt: sev-guest: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+6
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky2-2/+270
2024-06-17x86/sev: Take advantage of configfs visibility support in TSMTom Lendacky3-46/+69
2024-06-17sev-guest: configfs-tsm: Allow the privlevel_floor attribute to be updatedTom Lendacky1-1/+4
2024-06-17virt: sev-guest: Choose the VMPCK key based on executing VMPLTom Lendacky1-3/+14
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky1-14/+14
2024-03-09virt: efi_secret: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-01-02virt: sev-guest: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-19virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2-1/+229
2023-10-19virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams2-0/+136
2023-10-19virt: sevguest: Prep for kernel internal get_ext_report()Dan Williams1-12/+32
2023-10-19configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams3-0/+431
2023-10-19virt: coco: Add a coco/Makefile and coco/KconfigDan Williams2-0/+16
2023-10-10virt: sevguest: Fix passing a stack buffer as a scatterlist targetDan Williams1-20/+25
2023-06-09virt: sevguest: Add CONFIG_CRYPTO dependencyArnd Bergmann1-0/+1
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze1-33/+39
2023-03-21virt/coco/sev-guest: Double-buffer messagesDionna Glaze1-4/+23
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze1-1/+18
2023-03-13virt/coco/sev-guest: Do some code style cleanupsBorislav Petkov (AMD)1-6/+2
2023-03-13virt/coco/sev-guest: Carve out the request issuing logic into a helperBorislav Petkov (AMD)1-17/+27
2023-03-13virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()Borislav Petkov (AMD)1-6/+4
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)1-22/+26
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)1-0/+3
2023-03-01virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky1-3/+17
2022-12-13Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2022-12-12Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+114
2022-11-21virt/sev-guest: Prevent IV reuse in the SNP guest driverPeter Gonda1-14/+70
2022-11-17virt: Add TDX guest driverKuppuswamy Sathyanarayanan3-0/+114
2022-11-08virt/sev-guest: Add a MODULE_ALIASCole Robinson1-0/+1
2022-10-27virt/sev-guest: Remove unnecessary free in init_crypto()Rafael Mendonca1-3/+1
2022-07-19virt: sev-guest: Pass the appropriate argument type to iounmap()Tom Lendacky1-3/+6
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-0/+822
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh1-35/+0
2022-04-27virt: sevguest: Rename the sevguest dir and files to sev-guestTom Lendacky4-6/+6
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky1-18/+21
2022-04-14virt: sevguest: Fix bool function returning negative valueHaowen Bai1-1/+1
2022-04-13virt: Add efi_secret module to expose confidential computing secretsDov Murik3-0/+367
2022-04-11virt: sevguest: Fix return value check in alloc_shared_pages()Yang Yingliang1-1/+1