LinuxLists
Users
About
Paolo Bonzini (
[email protected]
)
Number of posts: 10110 (1.85 per day)
First post: 2009-06-22 12:27:19
Last post: 2024-06-12 16:07:31
Previous Page
/
Next Page
Date
List
Subject
2024-02-27 23:30:16
linux-kernel
[PATCH 18/21] KVM: x86: Add gmem hook for initializing memory
2024-02-27 23:30:13
linux-kernel
[PATCH 07/21] KVM: VMX: Introduce test mode related to EPT violation VE
2024-02-27 23:30:02
linux-kernel
[PATCH 16/21] KVM: guest_memfd: pass error up from filemap_grab_folio
2024-02-27 23:27:37
linux-kernel
[PATCH 20/21] KVM: x86: Add gmem hook for invalidating memory
2024-02-27 23:27:13
linux-kernel
[PATCH 13/21] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
2024-02-27 23:26:34
linux-kernel
[PATCH 14/21] KVM: x86/mmu: pass error code back to MMU when async pf is ready
2024-02-27 23:26:32
linux-kernel
[PATCH 17/21] filemap: add FGP_CREAT_ONLY
2024-02-27 23:25:44
linux-kernel
[PATCH 12/21] KVM: x86/tdp_mmu: Sprinkle __must_check
2024-02-27 23:25:24
linux-kernel
[PATCH 10/21] KVM: SEV: Use a VMSA physical address variable for populating VMCB
2024-02-27 23:25:23
linux-kernel
[PATCH 11/21] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
2024-02-27 23:23:14
linux-kernel
[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
2024-02-27 23:22:55
linux-kernel
[PATCH 06/21] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
2024-02-27 23:22:55
linux-kernel
[PATCH 01/21] KVM: x86: Split core of hypercall emulation to helper function
2024-02-27 23:22:24
linux-kernel
[PATCH 03/21] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
2024-02-27 23:22:17
linux-kernel
[PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
2024-02-27 21:36:20
linux-kernel
Re: [GIT PULL] KVM: x86: SVM changes for 6.9
2024-02-26 19:34:28
linux-kernel
[PATCH v3 09/15] KVM: SEV: disable DEBUG_SWAP by default
2024-02-26 19:34:16
linux-kernel
[PATCH v3 08/15] KVM: SEV: store VMSA features in kvm_sev_info
2024-02-26 19:32:32
linux-kernel
[PATCH v3 07/15] KVM: SEV: publish supported VMSA features
2024-02-26 19:32:18
linux-kernel
[PATCH v3 04/15] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
2024-02-26 19:08:24
linux-kernel
[PATCH v3 13/15] KVM: SEV: define VM types for SEV and SEV-ES
2024-02-26 19:08:17
linux-kernel
[PATCH v3 10/15] KVM: x86: add fields to struct kvm_arch for CoCo features
2024-02-26 19:08:09
linux-kernel
[PATCH v3 03/15] KVM: SVM: Invert handling of SEV and SEV_ES feature flags
2024-02-26 19:08:00
linux-kernel
[PATCH v3 06/15] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
2024-02-26 19:07:22
linux-kernel
[PATCH v3 15/15] selftests: kvm: add tests for KVM_SEV_INIT2
2024-02-26 19:07:19
linux-kernel
[PATCH v3 14/15] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-02-26 19:06:36
linux-kernel
[PATCH v3 12/15] KVM: SEV: introduce to_kvm_sev_info
2024-02-26 19:04:57
linux-kernel
[PATCH v3 11/15] KVM: x86: Add supported_vm_types to kvm_caps
2024-02-26 19:04:54
linux-kernel
[PATCH v3 05/15] Documentation: kvm/sev: separate description of firmware
2024-02-26 19:04:34
linux-kernel
[PATCH v3 02/15] KVM: x86: use u64_to_user_addr()
2024-02-26 19:04:25
linux-kernel
[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
2024-02-26 19:04:22
linux-kernel
[PATCH v3 01/15] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
2024-02-26 15:36:00
linux-kernel
Re: [RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
2024-02-23 18:05:13
linux-kernel
Re: [PATCH v2 11/11] selftests: kvm: add tests for KVM_SEV_INIT2
2024-02-23 17:06:48
linux-kernel
Re: [PATCH v2 04/11] KVM: SEV: publish supported VMSA features
2024-02-23 16:48:40
linux-kernel
Re: [PATCH v2 07/11] KVM: x86: define standard behavior for bits 0/1 of VM type
2024-02-23 16:26:25
linux-kernel
Re: [PATCH v2 04/11] KVM: SEV: publish supported VMSA features
2024-02-23 15:32:19
linux-kernel
Re: [PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
2024-02-23 15:05:54
linux-kernel
Re: [PATCH v2 00/11] KVM: SEV: allow customizing VMSA features
2024-02-23 15:05:15
linux-kernel
Re: [PATCH v2 01/11] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
2024-02-23 15:04:41
linux-kernel
Re: [PATCH v2 02/11] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
2024-02-23 10:58:03
linux-kernel
[PATCH v2 07/11] KVM: x86: define standard behavior for bits 0/1 of VM type
2024-02-23 10:57:52
linux-kernel
[PATCH v2 00/11] KVM: SEV: allow customizing VMSA features
2024-02-23 10:57:45
linux-kernel
[PATCH v2 05/11] KVM: SEV: store VMSA features in kvm_sev_info
2024-02-23 10:45:16
linux-kernel
[PATCH v2 02/11] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
2024-02-23 10:44:50
linux-kernel
[PATCH v2 01/11] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
2024-02-23 10:43:02
linux-kernel
[PATCH v2 11/11] selftests: kvm: add tests for KVM_SEV_INIT2
2024-02-23 10:42:43
linux-kernel
[PATCH v2 03/11] Documentation: kvm/sev: separate description of firmware
2024-02-23 10:42:40
linux-kernel
[PATCH v2 10/11] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-02-23 10:42:37
linux-kernel
[PATCH v2 06/11] KVM: SEV: disable DEBUG_SWAP by default
2024-02-23 10:42:36
linux-kernel
[PATCH v2 08/11] KVM: x86: Add is_vm_type_supported callback