LinuxLists
Users
About
Isaku Yamahata (
[email protected]
)
Number of posts: 372 (0.25 per day)
First post: 2019-08-09 03:55:28
Last post: 2023-08-19 13:20:25
Previous Page
/
Next Page
Date
List
Subject
2023-01-12 03:17:59
linux-kernel
Re: [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters
2022-12-16 05:35:35
linux-kernel
Re: [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state
2022-12-16 05:34:23
linux-kernel
Re: [PATCH v10 104/108] KVM: TDX: Silently ignore INIT/SIPI
2022-12-16 04:22:01
linux-kernel
Re: [PATCH v10 106/108] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
2022-12-16 02:14:41
linux-kernel
Re: [PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
2022-12-16 01:48:17
linux-kernel
Re: [PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
2022-12-16 01:37:10
linux-kernel
Re: [PATCH v10 077/108] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
2022-12-16 01:28:29
linux-kernel
Re: [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
2022-12-16 01:03:09
linux-kernel
Re: [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
2022-12-16 00:33:44
linux-kernel
Re: [PATCH v10 056/108] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
2022-12-15 23:34:27
linux-kernel
Re: [PATCH v10 052/108] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
2022-12-15 23:07:12
linux-kernel
Re: [PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
2022-12-15 22:59:53
linux-kernel
Re: [PATCH v10 046/108] KVM: Add flags to struct kvm_gfn_range
2022-12-15 21:57:30
linux-kernel
Re: [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure
2022-12-15 21:25:44
linux-kernel
Re: [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
2022-12-15 20:12:51
linux-kernel
Re: [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
2022-12-15 20:02:41
linux-kernel
Re: [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
2022-12-07 07:35:50
linux-kernel
Re: [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
2022-12-07 07:21:26
linux-kernel
Re: [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
2022-12-05 22:56:57
linux-kernel
Re: [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
2022-12-05 21:54:05
linux-kernel
Re: [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
2022-12-05 21:44:16
linux-kernel
Re: [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
2022-11-17 21:40:04
linux-kernel
Re: [PATCH v10 072/108] KVM: TDX: restore user ret MSRs
2022-11-17 21:17:23
linux-kernel
Re: [PATCH v10 076/108] KVM: TDX: handle vcpu migration over logical processor
2022-11-17 21:15:41
linux-kernel
Re: [PATCH v10 049/108] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2022-11-17 21:10:26
linux-kernel
Re: [PATCH v10 071/108] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
2022-11-17 19:50:40
linux-kernel
Re: [PATCH v10 049/108] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2022-11-17 19:42:13
linux-kernel
Re: [PATCH v10 049/108] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2022-11-17 19:39:09
linux-kernel
Re: [PATCH v10 045/108] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
2022-11-17 19:31:44
linux-kernel
Re: [PATCH v10 034/108] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
2022-11-17 18:40:27
linux-kernel
Re: [PATCH v10 041/108] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
2022-11-17 18:26:17
linux-kernel
Re: [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters
2022-11-17 18:24:28
linux-kernel
Re: [PATCH v10 032/108] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value
2022-11-17 18:09:11
linux-kernel
Re: [PATCH v10 031/108] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
2022-11-17 18:02:17
linux-kernel
Re: [PATCH v10 033/108] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
2022-11-17 17:56:44
linux-kernel
Re: [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
2022-11-17 17:55:35
linux-kernel
Re: [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
2022-11-17 17:54:03
linux-kernel
Re: [PATCH v10 015/108] x86/cpu: Add helper functions to allocate/free TDX private host key id
2022-11-17 17:53:30
linux-kernel
Re: [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2022-11-15 00:07:16
linux-kernel
Re: [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2022-11-08 05:52:19
linux-kernel
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-08 00:47:16
linux-kernel
Re: [PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-07 22:04:18
linux-kernel
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-04 07:44:06
linux-kernel
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
2022-11-04 07:29:25
linux-kernel
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-03 22:18:21
linux-kernel
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
2022-11-03 20:48:54
linux-kernel
Re: [PATCH v10 039/108] KVM: VMX: Introduce test mode related to EPT violation VE
2022-11-03 02:30:27
linux-kernel
Re: [PATCH v10 060/108] KVM: Add functions to set GFN to private or shared
2022-11-03 02:29:28
linux-kernel
Re: [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
2022-11-03 02:11:55
linux-kernel
Re: [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
2022-11-03 01:02:48
linux-kernel
Re: [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes