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-04-19 09:00:01
linux-kernel
[PATCH 3/6] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
2024-04-19 09:00:00
linux-kernel
[PATCH 5/6] KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
2024-04-19 08:59:40
linux-kernel
[PATCH 1/6] KVM: Document KVM_PRE_FAULT_MEMORY ioctl
2024-04-19 07:38:55
linux-kernel
Re: [PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory
2024-04-18 00:32:20
linux-kernel
Re: [PATCH v3 0/7] KVM: Guest Memory Pre-Population API
2024-04-17 21:47:57
linux-kernel
Re: [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
2024-04-17 21:32:27
linux-kernel
Re: [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
2024-04-17 21:15:50
linux-kernel
Re: [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
2024-04-17 20:48:12
linux-kernel
Re: [PATCH 1/7] KVM: Document KVM_MAP_MEMORY ioctl
2024-04-17 16:06:48
linux-kernel
Re: [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
2024-04-17 15:55:31
linux-kernel
[PATCH 1/7] KVM: Document KVM_MAP_MEMORY ioctl
2024-04-17 15:52:53
linux-kernel
Re: [BUG net-next] arch/x86/kernel/cpu/bugs.c:2935: "Unpatched return thunk in use. This should not happen!" [STACKTRACE]
2024-04-17 15:45:28
linux-kernel
[PATCH 3/7] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
2024-04-17 15:37:31
linux-kernel
[PATCH 4/7] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
2024-04-17 15:36:49
linux-kernel
[PATCH 7/7] KVM: selftests: x86: Add test for KVM_MAP_MEMORY
2024-04-17 15:36:02
linux-kernel
[PATCH 6/7] KVM: x86: Implement kvm_arch_vcpu_map_memory()
2024-04-17 15:35:44
linux-kernel
[PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
2024-04-17 15:35:39
linux-kernel
[PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
2024-04-17 15:35:05
linux-kernel
[PATCH v3 0/7] KVM: Guest Memory Pre-Population API
2024-04-17 12:58:47
linux-kernel
Re: [PATCH 0/8] KVM: SVM: Clean up VMRUN=>#VMEXIT assembly
2024-04-17 12:48:34
linux-kernel
Re: [PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
2024-04-17 12:26:40
linux-kernel
Re: [PATCH v2 08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory()
2024-04-17 12:18:31
linux-kernel
Re: [PATCH v2 06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory()
2024-04-17 11:57:24
linux-kernel
Re: [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl
2024-04-17 10:30:16
linux-kernel
Re: [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
2024-04-17 09:48:30
linux-kernel
Re: [RFC 0/3] Export APICv-related state via binary stats interface
2024-04-16 22:03:51
linux-kernel
Re: [PATCH] KVM/x86: Do not clear SIPI while in SMM
2024-04-16 21:41:32
linux-kernel
Re: [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
2024-04-16 21:39:35
linux-kernel
Re: [RFC 0/3] Export APICv-related state via binary stats interface
2024-04-16 20:53:36
linux-kernel
Re: [PATCH] KVM/x86: Do not clear SIPI while in SMM
2024-04-16 20:34:01
linux-kernel
[PATCH v2 03/10] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
2024-04-16 20:33:22
linux-kernel
[PATCH v2 07/10] KVM: VMX: Introduce test mode related to EPT violation VE
2024-04-16 20:23:48
linux-kernel
[PATCH v2 06/10] KVM, x86: add architectural support code for #VE
2024-04-16 20:23:37
linux-kernel
[PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory
2024-04-16 20:22:10
linux-kernel
[PATCH v2 05/10] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
2024-04-16 20:21:52
linux-kernel
[PATCH v2 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
2024-04-16 20:20:34
linux-kernel
[PATCH v2 00/10] KVM: MMU changes for confidential computing
2024-04-16 20:20:17
linux-kernel
[PATCH v2 02/10] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
2024-04-16 20:20:12
linux-kernel
[PATCH v2 08/10] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
2024-04-16 20:20:08
linux-kernel
[PATCH v2 09/10] KVM: x86/mmu: Use PFERR_GUEST_ENC_MASK to indicate fault is private
2024-04-16 20:19:59
linux-kernel
[PATCH v2 01/10] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
2024-04-16 19:53:49
linux-kernel
Re: [RFC 1/3] x86: KVM: stats: Add a stat to report status of APICv inhibition
2024-04-16 19:51:36
linux-kernel
Re: [RFC 0/3] Export APICv-related state via binary stats interface
2024-04-16 17:53:30
linux-kernel
Re: [PATCH 07/10] KVM: VMX: Introduce test mode related to EPT violation VE
2024-04-16 17:41:54
linux-kernel
Re: [PATCH 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
2024-04-16 17:02:51
linux-kernel
Re: [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB
2024-04-16 16:55:35
linux-kernel
Re: [GIT PULL] KVM: x86: Fixes for 6.9-rcN
2024-04-16 11:53:46
linux-crypto
Re: [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB
2024-04-15 09:37:35
linux-kernel
Re: [PATCH v11 8/8] KVM: x86/mmu: Handle non-refcounted pages
2024-04-12 17:38:24
linux-kernel
[PATCH 08/10] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
2024-04-12 17:38:22
linux-kernel
[PATCH 01/10] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values