LinuxLists
Users
About
Isaku Yamahata (
[email protected]
)
Number of posts: 2369 (1.82 per day)
First post: 2020-11-16 18:31:02
Last post: 2024-06-12 23:36:46
Previous Page
/
Next Page
Date
List
Subject
2023-02-27 08:27:24
linux-kernel
[PATCH v12 049/106] KVM: TDX: TDP MMU TDX support
2023-02-27 08:27:22
linux-kernel
[PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX
2023-02-27 08:27:19
linux-kernel
[PATCH v12 044/106] KVM: VMX: Split out guts of EPT violation to common/exposed function
2023-02-27 08:27:16
linux-kernel
[PATCH v12 047/106] KVM: TDX: Add load_mmu_pgd method for TDX
2023-02-27 08:27:11
linux-kernel
[PATCH v12 046/106] KVM: TDX: Add accessors VMX VMCS helpers
2023-02-27 08:27:09
linux-kernel
[PATCH v12 048/106] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
2023-02-27 08:27:07
linux-kernel
[PATCH v12 045/106] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
2023-02-27 08:27:03
linux-kernel
[PATCH v12 043/106] KVM: x86/mmu: TDX: Do not enable page track for TD guest
2023-02-27 08:27:00
linux-kernel
[PATCH v12 041/106] [MARKER] The start of TDX KVM patch series: TDX EPT violation
2023-02-27 08:26:56
linux-kernel
[PATCH v12 023/106] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
2023-02-27 08:26:44
linux-kernel
[PATCH v12 042/106] KVM: x86/mmu: Disallow dirty logging for x86 TDX
2023-02-27 08:26:40
linux-kernel
[PATCH v12 040/106] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2023-02-27 08:26:36
linux-kernel
[PATCH v12 039/106] KVM: x86/tdp_mmu: Sprinkle __must_check
2023-02-27 08:26:33
linux-kernel
[PATCH v12 037/106] KVM: Add flags to struct kvm_gfn_range
2023-02-27 08:26:24
linux-kernel
[PATCH v12 038/106] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
2023-02-27 08:26:18
linux-kernel
[PATCH v12 036/106] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
2023-02-27 08:26:15
linux-kernel
[PATCH v12 034/106] KVM: x86/mmu: Require TDP MMU and mmio caching for TDX
2023-02-27 08:26:13
linux-kernel
[PATCH v12 035/106] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
2023-02-27 08:26:11
linux-kernel
[PATCH v12 031/106] KVM: VMX: Introduce test mode related to EPT violation VE
2023-02-27 08:26:07
linux-kernel
[PATCH v12 033/106] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
2023-02-27 08:26:03
linux-kernel
[PATCH v12 032/106] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
2023-02-27 08:25:54
linux-kernel
[PATCH v12 030/106] KVM: x86/mmu: Allow per-VM override of the TDP max page level
2023-02-27 08:25:50
linux-kernel
[PATCH v12 029/106] KVM: x86/mmu: Disallow fast page fault on private GPA
2023-02-27 08:25:48
linux-kernel
[PATCH v12 028/106] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
2023-02-27 08:25:46
linux-kernel
[PATCH v12 027/106] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
2023-02-27 08:25:32
linux-kernel
[PATCH v12 026/106] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
2023-02-27 08:25:28
linux-kernel
[PATCH v12 025/106] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
2023-02-27 08:25:25
linux-kernel
[PATCH v12 024/106] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
2023-02-27 08:25:22
linux-kernel
[PATCH v12 022/106] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
2023-02-27 08:25:20
linux-kernel
[PATCH v12 020/106] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
2023-02-27 08:25:17
linux-kernel
[PATCH v12 018/106] KVM: TDX: allocate/free TDX vcpu structure
2023-02-27 08:25:14
linux-kernel
[PATCH v12 021/106] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2023-02-27 08:25:08
linux-kernel
[PATCH v12 019/106] KVM: TDX: Do TDX specific vcpu initialization
2023-02-27 08:25:05
linux-kernel
[PATCH v12 017/106] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
2023-02-27 08:25:01
linux-kernel
[PATCH v12 016/106] KVM: TDX: Refuse to unplug the last cpu on the package
2023-02-27 08:25:01
linux-kernel
[PATCH v12 014/106] KVM: TDX: initialize VM with TDX specific parameters
2023-02-27 08:25:01
linux-kernel
[PATCH v12 013/106] KVM: TDX: create/destroy VM structure
2023-02-27 08:25:00
linux-kernel
[PATCH v12 015/106] KVM: TDX: Make pmu_intel.c ignore guest TD case
2023-02-27 08:24:49
linux-kernel
[PATCH v12 009/106] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
2023-02-27 08:24:46
linux-kernel
[PATCH v12 012/106] KVM: x86/vmx, tdx: Allow VMX, TDX to override KVM_ENABLE_CAP
2023-02-27 08:24:43
linux-kernel
[PATCH v12 010/106] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
2023-02-27 08:24:40
linux-kernel
[PATCH v12 011/106] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
2023-02-27 08:24:37
linux-kernel
[PATCH v12 008/106] x86/virt/tdx: Add a helper function to return system wide info about TDX module
2023-02-27 08:24:35
linux-kernel
[PATCH v12 007/106] x86/cpu: Add helper functions to allocate/free TDX private host key id
2023-02-27 08:24:32
linux-kernel
[PATCH v12 004/106] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
2023-02-27 08:24:28
linux-kernel
[PATCH v12 002/106] KVM: TDX: Define TDX architectural definitions
2023-02-27 08:24:25
linux-kernel
[PATCH v12 005/106] KVM: TDX: Add helper functions to print TDX SEAMCALL error
2023-02-27 08:24:20
linux-kernel
[PATCH v12 006/106] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
2023-02-27 08:24:18
linux-kernel
[PATCH v12 000/106] KVM TDX basic feature support
2023-02-27 08:24:13
linux-kernel
[PATCH v12 003/106] KVM: TDX: Add TDX "architectural" error codes
2023-02-27 08:24:09
linux-kernel
[PATCH v12 001/106] [MARKER] The start of TDX KVM patch series: TDX architectural definitions