LinuxLists
Users
About
Kai Huang (
[email protected]
)
Number of posts: 2047 (0.97 per day)
First post: 2018-08-27 21:43:52
Last post: 2024-06-16 12:04:56
Previous Page
/
Next Page
Date
List
Subject
2024-04-04 21:51:49
linux-kernel
Re: [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
2024-04-04 20:19:00
linux-kernel
Re: [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
2024-04-04 11:20:02
linux-kernel
Re: [PATCH v10 09/14] x86/sgx: Implement async reclamation for cgroup
2024-04-04 01:25:27
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-04-04 00:00:18
linux-kernel
Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
2024-04-03 22:41:46
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-04-03 22:34:40
linux-kernel
Re: [PATCHv9 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec
2024-04-03 22:16:15
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-04-03 21:57:35
linux-kernel
Re: [PATCHv9 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
2024-04-03 21:17:45
linux-kernel
Re: [PATCH v6 1/9] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
2024-04-03 21:04:17
linux-kernel
Re: [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
2024-04-03 13:09:15
linux-kernel
Re: [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
2024-04-03 10:35:31
linux-kernel
Re: [PATCH 1/4] x86/cpu: Add and use new CPUID region helper
2024-04-02 12:02:50
linux-kernel
Re: [tip: x86/urgent] x86/build: Use obj-y to descend into arch/x86/virt/
2024-04-01 10:41:46
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-04-01 09:30:43
linux-kernel
Re: [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
2024-04-01 09:14:05
linux-kernel
Re: [PATCH v2 2/5] x86/kexec: do unconditional WBINVD in relocate_kernel()
2024-03-28 12:54:03
linux-kernel
Re: [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
2024-03-28 11:15:10
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-03-28 01:50:42
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-03-27 23:34:06
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-03-27 11:26:31
linux-kernel
Re: [PATCH v6 1/9] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
2024-03-27 11:23:09
linux-kernel
Re: [PATCH v6 3/9] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
2024-03-27 11:22:50
linux-kernel
Re: [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
2024-03-27 11:03:05
linux-kernel
Re: [PATCH v6 9/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()
2024-03-27 10:59:40
linux-kernel
Re: [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
2024-03-27 10:55:55
linux-kernel
Re: [PATCH v6 7/9] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
2024-03-27 10:53:52
linux-kernel
Re: [PATCH v6 6/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
2024-03-27 10:49:13
linux-kernel
Re: [PATCH v6 5/9] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
2024-03-27 10:38:09
linux-kernel
Re: [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
2024-03-26 11:04:09
linux-kernel
Re: [PATCHv2 2/4] x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
2024-03-26 11:03:02
linux-kernel
Re: [PATCHv2 1/4] x86/tdx: Introduce tdg_vm_wr()
2024-03-26 10:59:59
linux-kernel
Re: [PATCHv2 4/4] x86/tdx: Enable ENUM_TOPOLOGY
2024-03-26 10:53:48
linux-kernel
Re: [PATCHv9 10/17] x86/tdx: Convert shared memory back to private on kexec
2024-03-26 10:53:14
linux-kernel
Re: [PATCHv9 08/17] x86/tdx: Account shared memory
2024-03-26 10:41:05
linux-kernel
[PATCH v2 2/5] x86/virt/tdx: Move TDMR metadata fields map table to local variable
2024-03-26 10:34:21
linux-kernel
Re: [PATCHv9 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed
2024-03-26 10:33:22
linux-kernel
Re: [PATCHv9 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
2024-03-26 10:25:28
linux-kernel
[PATCH v2 1/5] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
2024-03-26 10:25:18
linux-kernel
[PATCH v2 0/5] TDX host: Provide TDX module metadata reading APIs
2024-03-26 10:25:02
linux-kernel
[PATCH v2 5/5] x86/virt/tdx: Export global metadata read infrastructure
2024-03-26 10:24:47
linux-kernel
[PATCH v2 4/5] x86/virt/tdx: Support global metadata read for all element sizes
2024-03-26 10:24:34
linux-kernel
[PATCH v2 3/5] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
2024-03-26 02:08:16
linux-kernel
Re: [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
2024-03-25 22:48:35
linux-kernel
RE: [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
2024-03-25 22:34:16
linux-kernel
RE: [PATCH v19 130/130] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2
2024-03-25 21:22:40
linux-kernel
Re: [PATCH 1/4] x86/cpu: Add and use new CPUID region helper
2024-03-25 15:36:01
linux-kernel
Re: [PATCH v2 2/5] x86/kexec: do unconditional WBINVD in relocate_kernel()
2024-03-25 15:01:37
linux-kernel
Re: [PATCH 3/4] x86/boot: Explicitly pass NX enabling status
2024-03-25 14:49:21
linux-kernel
Re: [PATCH v19 130/130] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2
2024-03-25 14:39:18
linux-kernel
Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters