summaryrefslogtreecommitdiffstats
path: root/drivers/virt/coco
AgeCommit message (Expand)AuthorLines
2025-05-13Merge branch 'for-6.16/tsm-mr' into tsm-nextDan Williams-15/+15
2025-05-13tsm-mr: Fix init breakage after bin_attrs constification by scoping non-const...Cedric Xing-15/+15
2025-05-12Merge branch 'for-6.16/tsm-mr' into tsm-nextDan Williams-81/+435
2025-05-08virt: tdx-guest: Transition to scoped_cond_guard for mutex operationsCedric Xing-23/+16
2025-05-08virt: tdx-guest: Refactor and streamline TDREPORT generationCedric Xing-56/+7
2025-05-08virt: tdx-guest: Expose TDX MRs as sysfs attributesCedric Xing-2/+150
2025-05-08tsm-mr: Add TVM Measurement Register supportCedric Xing-0/+257
2025-05-08Merge branch 'for-6.16/tsm' into tsm-nextDan Williams-35/+43
2025-05-07configfs-tsm-report: Fix NULL dereference of tsm_opsDan Williams-2/+29
2025-05-02coco/guest: Move shared guest CC infrastructure to drivers/virt/coco/guest/Dan Williams-5/+13
2025-05-02configfs-tsm: Namespace TSM report symbolsDan Williams-30/+30
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-15/+43
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy-6/+28
2025-03-07virt: sev-guest: Allocate request data dynamicallyNikunj A Dadhania-9/+15
2025-02-28x86/mm: Reduce header dependencies in <asm/set_memory.h>Kevin Brodsky-0/+1
2025-01-21Merge tag 'x86_sev_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-466/+20
2025-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+8
2025-01-08arm64: rsi: Add automatic arm-cca-guest module loadingJeremy Linton-0/+8
2025-01-07x86/sev: Relocate SNP guest messaging routines to common codeNikunj A Dadhania-292/+0
2025-01-07x86/sev: Carve out and export SNP guest messaging init routinesNikunj A Dadhania-165/+21
2025-01-07virt: sev-guest: Replace GFP_KERNEL_ACCOUNT with GFP_KERNELNikunj A Dadhania-1/+1
2025-01-07virt: sev-guest: Remove is_vmpck_empty() helperNikunj A Dadhania-12/+2
2024-12-29virt: tdx-guest: Just leak decrypted memory on unrecoverable errorsLi RongQing-3/+1
2024-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-6/+1
2024-12-05coco: virt: arm64: Do not enable cca guest driver by defaultSuzuki K Poulose-1/+0
2024-12-03drivers/virt: pkvm: Don't fail ioremap() call if MMIO_GUARD failsWill Deacon-5/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-2/+2
2024-11-19Merge tag 'x86_sev_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-259/+161
2024-10-23virt: arm-cca-guest: TSM_REPORT support for realmsSami Mujawar-0/+240
2024-10-16virt: sev-guest: Carve out SNP message context structureNikunj A Dadhania-91/+87
2024-10-16virt: sev-guest: Reduce the scope of SNP command mutexNikunj A Dadhania-27/+8
2024-10-16virt: sev-guest: Consolidate SNP guest messaging parameters to a structNikunj A Dadhania-30/+54
2024-10-16virt: sev-guest: Use AES GCM crypto libraryNikunj A Dadhania-139/+40
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+142
2024-08-30drivers/virt: pkvm: Intercept ioremap using pKVM MMIO_GUARD hypercallWill Deacon-0/+35
2024-08-30drivers/virt: pkvm: Hook up mem_encrypt API using pKVM hypercallsWill Deacon-0/+55
2024-08-30drivers/virt: pkvm: Add initial support for running as a protected guestWill Deacon-0/+52
2024-08-27virt: sev-guest: Ensure the SNP guest messages do not exceed a pageNikunj A Dadhania-0/+2
2024-08-27virt: sev-guest: Fix user-visible stringsNikunj A Dadhania-4/+4
2024-08-27virt: sev-guest: Rename local guest message variablesNikunj A Dadhania-58/+59
2024-08-27virt: sev-guest: Replace dev_dbg() with pr_debug()Nikunj A Dadhania-4/+5
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-65/+0
2024-07-16Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini-65/+0
2024-07-16x86/sev: Move sev_guest.h into common SEV headerMichael Roth-65/+0
2024-06-20virt: sev-guest: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König-1/+6
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky-2/+270
2024-06-17x86/sev: Take advantage of configfs visibility support in TSMTom Lendacky-46/+69
2024-06-17sev-guest: configfs-tsm: Allow the privlevel_floor attribute to be updatedTom Lendacky-1/+4
2024-06-17virt: sev-guest: Choose the VMPCK key based on executing VMPLTom Lendacky-3/+14