Age | Commit message (Expand) | Author |
8 days | virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex | Alexey Kardashevskiy |
8 days | virt: sev-guest: Allocate request data dynamically | Nikunj A Dadhania |
2025-01-21 | Merge tag 'x86_sev_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2025-01-20 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2025-01-08 | arm64: rsi: Add automatic arm-cca-guest module loading | Jeremy Linton |
2025-01-07 | x86/sev: Relocate SNP guest messaging routines to common code | Nikunj A Dadhania |
2025-01-07 | x86/sev: Carve out and export SNP guest messaging init routines | Nikunj A Dadhania |
2025-01-07 | virt: sev-guest: Replace GFP_KERNEL_ACCOUNT with GFP_KERNEL | Nikunj A Dadhania |
2025-01-07 | virt: sev-guest: Remove is_vmpck_empty() helper | Nikunj A Dadhania |
2024-12-29 | virt: tdx-guest: Just leak decrypted memory on unrecoverable errors | Li RongQing |
2024-12-06 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2024-12-05 | coco: virt: arm64: Do not enable cca guest driver by default | Suzuki K Poulose |
2024-12-03 | drivers/virt: pkvm: Don't fail ioremap() call if MMIO_GUARD fails | Will Deacon |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds |
2024-11-19 | Merge tag 'x86_sev_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-10-23 | virt: arm-cca-guest: TSM_REPORT support for realms | Sami Mujawar |
2024-10-16 | virt: sev-guest: Carve out SNP message context structure | Nikunj A Dadhania |
2024-10-16 | virt: sev-guest: Reduce the scope of SNP command mutex | Nikunj A Dadhania |
2024-10-16 | virt: sev-guest: Consolidate SNP guest messaging parameters to a struct | Nikunj A Dadhania |
2024-10-16 | virt: sev-guest: Use AES GCM crypto library | Nikunj A Dadhania |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro |
2024-09-16 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2024-08-30 | drivers/virt: pkvm: Intercept ioremap using pKVM MMIO_GUARD hypercall | Will Deacon |
2024-08-30 | drivers/virt: pkvm: Hook up mem_encrypt API using pKVM hypercalls | Will Deacon |
2024-08-30 | drivers/virt: pkvm: Add initial support for running as a protected guest | Will Deacon |
2024-08-27 | virt: sev-guest: Ensure the SNP guest messages do not exceed a page | Nikunj A Dadhania |
2024-08-27 | virt: sev-guest: Fix user-visible strings | Nikunj A Dadhania |
2024-08-27 | virt: sev-guest: Rename local guest message variables | Nikunj A Dadhania |
2024-08-27 | virt: sev-guest: Replace dev_dbg() with pr_debug() | Nikunj A Dadhania |
2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-07-16 | Merge branch 'kvm-6.11-sev-attestation' into HEAD | Paolo Bonzini |
2024-07-16 | x86/sev: Move sev_guest.h into common SEV header | Michael Roth |
2024-06-20 | virt: sev-guest: Mark driver struct with __refdata to prevent section mismatch | Uwe Kleine-König |
2024-06-17 | x86/sev: Extend the config-fs attestation support for an SVSM | Tom Lendacky |
2024-06-17 | x86/sev: Take advantage of configfs visibility support in TSM | Tom Lendacky |
2024-06-17 | sev-guest: configfs-tsm: Allow the privlevel_floor attribute to be updated | Tom Lendacky |
2024-06-17 | virt: sev-guest: Choose the VMPCK key based on executing VMPL | Tom Lendacky |
2024-04-25 | x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_page | Tom Lendacky |
2024-03-09 | virt: efi_secret: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-01-02 | virt: sev-guest: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-10-19 | virt: tdx-guest: Add Quote generation support using TSM_REPORTS | Kuppuswamy Sathyanarayanan |
2023-10-19 | virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT | Dan Williams |
2023-10-19 | virt: sevguest: Prep for kernel internal get_ext_report() | Dan Williams |
2023-10-19 | configfs-tsm: Introduce a shared ABI for attestation reports | Dan Williams |
2023-10-19 | virt: coco: Add a coco/Makefile and coco/Kconfig | Dan Williams |
2023-10-10 | virt: sevguest: Fix passing a stack buffer as a scatterlist target | Dan Williams |
2023-06-09 | virt: sevguest: Add CONFIG_CRYPTO dependency | Arnd Bergmann |
2023-03-21 | x86/sev: Change snp_guest_issue_request()'s fw_err argument | Dionna Glaze |
2023-03-21 | virt/coco/sev-guest: Double-buffer messages | Dionna Glaze |
2023-03-13 | virt/coco/sev-guest: Add throttling awareness | Dionna Glaze |