Paolo Bonzini ([email protected])

Number of posts: 10023 (1.84 per day)
First post: 2009-06-22 12:27:19
Last post: 2024-05-07 18:35:36

Date List Subject
2024-04-04 18:51:27 linux-kernel [PATCH 05/11] KVM: guest_memfd: limit overzealous WARN
2024-04-04 18:50:50 linux-kernel [PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
2024-04-04 16:07:50 linux-crypto Re: [PATCH v12 11/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
2024-04-04 12:29:29 linux-kernel [PATCH v5 04/17] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
2024-04-04 12:29:11 linux-kernel [PATCH v5 00/17] KVM: SEV: allow customizing VMSA features
2024-04-04 12:29:11 linux-kernel [PATCH v5 08/17] KVM: x86: Add supported_vm_types to kvm_caps
2024-04-04 12:27:00 linux-kernel [PATCH v5 14/17] selftests: kvm: add tests for KVM_SEV_INIT2
2024-04-04 12:25:43 linux-kernel [PATCH v5 16/17] selftests: kvm: split "launch" phase of SEV VM creation
2024-04-04 12:25:42 linux-kernel [PATCH v5 06/17] KVM: SEV: store VMSA features in kvm_sev_info
2024-04-04 12:24:01 linux-kernel [PATCH v5 07/17] KVM: x86: add fields to struct kvm_arch for CoCo features
2024-04-04 12:23:51 linux-kernel [PATCH v5 17/17] selftests: kvm: add test for transferring FPU state into VMSA
2024-04-04 12:22:50 linux-kernel [PATCH v5 01/17] KVM: SVM: Invert handling of SEV and SEV_ES feature flags
2024-04-04 12:19:35 linux-kernel [PATCH] KVM: SEV: use u64_to_user_ptr throughout
2024-04-04 12:19:28 linux-kernel [PATCH v5 15/17] selftests: kvm: switch to using KVM_X86_*_VM
2024-04-04 12:17:11 linux-kernel [PATCH v5 11/17] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
2024-04-04 12:16:59 linux-kernel [PATCH v5 09/17] KVM: SEV: introduce to_kvm_sev_info
2024-04-04 12:16:57 linux-kernel [PATCH v5 13/17] KVM: SEV: allow SEV-ES DebugSwap again
2024-04-04 12:16:56 linux-kernel [PATCH v5 02/17] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
2024-04-04 12:15:45 linux-kernel [PATCH v5 12/17] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-04-04 12:15:40 linux-kernel [PATCH v5 10/17] KVM: SEV: define VM types for SEV and SEV-ES
2024-04-04 12:14:06 linux-kernel [PATCH v5 05/17] KVM: SEV: publish supported VMSA features
2024-04-04 12:13:51 linux-kernel [PATCH v5 03/17] KVM: x86: use u64_to_user_ptr()
2024-04-04 11:54:34 linux-kernel Re: [PATCH v4 09/15] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
2024-04-04 11:46:34 linux-kernel Re: [PATCH v4 05/15] KVM: SEV: publish supported VMSA features
2024-04-03 13:06:00 linux-kernel [GIT PULL] KVM fixes for Linux 6.9-rc3
2024-04-03 12:57:53 linux-kernel Re: [PATCH v12 12/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
2024-04-03 12:55:48 linux-crypto Re: [PATCH v12 11/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
2024-03-30 21:44:25 linux-crypto Re: [PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-03-30 21:36:21 linux-kernel Re: [PATCH v12 25/29] KVM: SVM: Add module parameter to enable the SEV-SNP
2024-03-30 21:35:59 linux-crypto Re: [PATCH v12 24/29] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
2024-03-30 21:35:36 linux-crypto Re: [PATCH v12 23/29] KVM: x86: Implement gmem hook for determining max NPT mapping level
2024-03-30 21:32:00 linux-crypto Re: [PATCH v12 22/29] KVM: SEV: Implement gmem hook for invalidating private pages
2024-03-30 21:05:40 linux-crypto Re: [PATCH v12 21/29] KVM: SEV: Implement gmem hook for initializing private pages
2024-03-30 21:01:50 linux-crypto Re: [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB
2024-03-30 20:55:55 linux-crypto Re: [PATCH v12 17/29] KVM: SEV: Add support to handle RMP nested page faults
2024-03-30 20:52:14 linux-kernel Re: [PATCH v12 16/29] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
2024-03-30 20:41:46 linux-crypto Re: [PATCH v12 12/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
2024-03-30 20:31:54 linux-crypto Re: [PATCH v12 11/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
2024-03-30 20:20:46 linux-crypto Re: [PATCH v12 10/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
2024-03-30 19:58:58 linux-crypto Re: [PATCH v12 09/29] KVM: SEV: Add initial SEV-SNP support
2024-03-30 19:29:14 linux-kernel Re: [PATCH v12 05/29] KVM: x86: Define RMP page fault error bits for #NPF
2024-03-20 17:29:10 linux-crypto Re: [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
2024-03-19 19:48:22 linux-kernel Re: [PATCH v4 09/15] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
2024-03-19 19:44:49 linux-kernel [PATCH v4 16/15] fixup! KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
2024-03-19 19:44:37 linux-kernel [PATCH v4 17/15] selftests: kvm: split "launch" phase of SEV VM creation
2024-03-19 19:44:11 linux-kernel [PATCH v4 18/15] selftests: kvm: add test for transferring FPU state into the VMSA
2024-03-18 23:39:41 linux-kernel [PATCH v4 15/15] selftests: kvm: switch to using KVM_X86_*_VM
2024-03-18 23:39:31 linux-kernel [PATCH v4 07/15] KVM: x86: add fields to struct kvm_arch for CoCo features
2024-03-18 23:38:58 linux-kernel [PATCH v4 00/15] KVM: SEV: allow customizing VMSA features
2024-03-18 23:38:58 linux-kernel [PATCH v4 03/15] KVM: x86: use u64_to_user_addr()
2024-03-18 23:37:16 linux-kernel [PATCH v4 11/15] KVM: SEV: define VM types for SEV and SEV-ES