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-03-12 18:01:48
linux-kernel
[PATCH v13 029/113] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
2023-03-12 18:01:32
linux-kernel
[PATCH v13 028/113] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
2023-03-12 18:01:28
linux-kernel
[PATCH v13 027/113] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2023-03-12 18:01:24
linux-kernel
[PATCH v13 048/113] KVM: x86/mmu: Disallow dirty logging for x86 TDX
2023-03-12 18:01:20
linux-kernel
[PATCH v13 047/113] [MARKER] The start of TDX KVM patch series: TDX EPT violation
2023-03-12 18:01:16
linux-kernel
[PATCH v13 046/113] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2023-03-12 18:01:13
linux-kernel
[PATCH v13 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
2023-03-12 18:00:54
linux-kernel
[PATCH v13 045/113] KVM: x86/tdp_mmu: Sprinkle __must_check
2023-03-12 18:00:51
linux-kernel
[PATCH v13 025/113] KVM: TDX: Do TDX specific vcpu initialization
2023-03-12 18:00:49
linux-kernel
[PATCH v13 024/113] KVM: TDX: allocate/free TDX vcpu structure
2023-03-12 18:00:46
linux-kernel
[PATCH v13 023/113] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
2023-03-12 18:00:43
linux-kernel
[PATCH v13 044/113] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
2023-03-12 18:00:34
linux-kernel
[PATCH v13 043/113] KVM: Add flags to struct kvm_gfn_range
2023-03-12 18:00:31
linux-kernel
[PATCH v13 022/113] KVM: TDX: Refuse to unplug the last cpu on the package
2023-03-12 18:00:25
linux-kernel
[PATCH v13 042/113] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
2023-03-12 17:59:55
linux-kernel
[PATCH v13 041/113] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
2023-03-12 17:59:50
linux-kernel
[PATCH v13 019/113] KVM: TDX: create/destroy VM structure
2023-03-12 17:59:50
linux-kernel
[PATCH v13 020/113] KVM: TDX: initialize VM with TDX specific parameters
2023-03-12 17:59:43
linux-kernel
[PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
2023-03-12 17:59:41
linux-kernel
[PATCH v13 039/113] KVM: x86/mmu: Assume guest MMIOs are shared
2023-03-12 17:59:29
linux-kernel
[PATCH v13 038/113] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
2023-03-12 17:59:25
linux-kernel
[PATCH v13 018/113] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
2023-03-12 17:59:17
linux-kernel
[PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
2023-03-12 17:59:13
linux-kernel
[PATCH v13 017/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
2023-03-12 17:59:06
linux-kernel
[PATCH v13 015/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
2023-03-12 17:59:00
linux-kernel
[PATCH v13 014/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
2023-03-12 17:58:52
linux-kernel
[PATCH v13 013/113] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
2023-03-12 17:58:48
linux-kernel
[PATCH v13 012/113] KVM: TDX: Add helper functions to print TDX SEAMCALL error
2023-03-12 17:58:42
linux-kernel
[PATCH v13 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
2023-03-12 17:58:38
linux-kernel
[PATCH v13 010/113] KVM: TDX: Add TDX "architectural" error codes
2023-03-12 17:58:33
linux-kernel
[PATCH v13 009/113] KVM: TDX: Define TDX architectural definitions
2023-03-12 17:58:29
linux-kernel
[PATCH v13 008/113] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
2023-03-12 17:58:24
linux-kernel
[PATCH v13 007/113] KVM: TDX: Make TDX VM type supported
2023-03-12 17:58:21
linux-kernel
[PATCH v13 006/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
2023-03-12 17:58:16
linux-kernel
[PATCH v13 001/113] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
2023-03-12 17:58:11
linux-kernel
[PATCH v13 005/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
2023-03-12 17:58:07
linux-kernel
[PATCH v13 003/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2023-03-12 17:58:02
linux-kernel
[PATCH v13 004/113] KVM: TDX: Initialize logical processor when onlined
2023-03-12 17:57:58
linux-kernel
[PATCH v13 000/113] KVM TDX basic feature support
2023-03-12 17:57:54
linux-kernel
[PATCH v13 002/113] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
2023-03-01 01:20:12
linux-kernel
[PATCH v12 6/6] KVM: TDX: Make TDX VM type supported
2023-03-01 01:20:09
linux-kernel
[PATCH v12 5/6] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
2023-03-01 01:20:05
linux-kernel
[PATCH v12 3/6] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2023-03-01 01:20:02
linux-kernel
[PATCH v12 4/6] KVM: TDX: Add placeholders for TDX VM/vcpu structure
2023-03-01 01:20:00
linux-kernel
[PATCH v12 2/6] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
2023-03-01 01:19:54
linux-kernel
[PATCH v12 1/6] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
2023-02-27 08:32:52
linux-kernel
[PATCH v12 090/106] KVM: TDX: Handle TDX PV report fatal error hypercall
2023-02-27 08:32:48
linux-kernel
[PATCH v12 102/106] KVM: TDX: Add methods to ignore virtual apic related operation
2023-02-27 08:32:45
linux-kernel
[PATCH v12 085/106] KVM: TDX: Handle TDX PV HLT hypercall
2023-02-27 08:32:42
linux-kernel
[PATCH v12 093/106] KVM: TDX: Silently discard SMI request
2023-02-27 08:32:39
linux-kernel
[PATCH v12 089/106] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall