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

Date List Subject
2022-09-30 10:34:14 linux-kernel [PATCH v9 100/105] KVM: TDX: Silently discard SMI request
2022-09-30 10:34:12 linux-kernel [PATCH v9 097/105] KVM: TDX: Handle TDX PV report fatal error hypercall
2022-09-30 10:34:12 linux-kernel [PATCH v9 099/105] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
2022-09-30 10:26:30 linux-kernel [PATCH v9 052/105] KVM: TDX: Add load_mmu_pgd method for TDX
2022-09-30 10:26:03 linux-kernel [PATCH v9 067/105] KVM: TDX: restore host xsave state when exit from the guest TD
2022-09-30 10:22:47 linux-kernel [PATCH v9 020/105] KVM: TDX: initialize VM with TDX specific parameters
2022-09-30 10:22:22 linux-kernel [PATCH v9 004/105] x86/virt/tdx: Add a helper function to return system wide info about TDX module
2022-09-30 10:21:54 linux-kernel [PATCH v9 015/105] x86/cpu: Add helper functions to allocate/free TDX private host key id
2022-09-30 10:21:01 linux-kernel [PATCH v9 000/105] KVM TDX basic feature support
2022-09-30 10:20:52 linux-kernel [PATCH v9 013/105] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
2022-09-22 19:29:01 linux-kernel [PATCH v5 12/30] KVM: Add arch hook for suspend
2022-09-22 19:27:25 linux-kernel [PATCH v5 03/30] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-09-22 19:23:05 linux-kernel [PATCH v5 16/30] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
2022-09-22 19:22:19 linux-kernel [PATCH v5 22/30] KVM: x86: Move TSC fixup logic to KVM arch resume callback
2022-09-22 19:21:28 linux-kernel [PATCH v5 01/30] KVM: x86: Drop kvm_user_return_msr_cpu_online()
2022-09-22 19:19:33 linux-kernel [PATCH v5 04/30] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-09-22 19:19:33 linux-kernel [PATCH v5 17/30] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
2022-09-22 19:15:37 linux-kernel [PATCH v5 09/30] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-09-22 18:59:58 linux-kernel [PATCH v5 11/30] KVM: Add arch hook for reboot event
2022-09-22 18:59:30 linux-kernel [PATCH v5 28/30] KVM: Eliminate kvm_arch_check_processor_compat()
2022-09-22 18:56:54 linux-kernel [PATCH v5 29/30] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
2022-09-22 18:56:11 linux-kernel [PATCH v5 05/30] KVM: Provide more information in kernel log if hardware enabling fails
2022-09-22 18:56:05 linux-kernel [PATCH v5 30/30] RFC: KVM: Remove cpus_hardware_enabled and related sanity check
2022-09-22 18:54:18 linux-kernel [PATCH v5 26/30] KVM: x86: Make x86 processor compat check callback empty
2022-09-22 18:53:28 linux-kernel [PATCH v5 27/30] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
2022-09-22 18:51:20 linux-kernel [PATCH v5 20/30] KVM: Introduce an arch wrapper to check all processor compatibility
2022-09-22 18:50:39 linux-kernel [PATCH v5 24/30] KVM: Add config to not compile kvm_arch.c
2022-09-22 18:50:07 linux-kernel [PATCH v5 07/30] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-09-22 18:49:11 linux-kernel [PATCH v5 14/30] KVM: Add arch hook for cpu online event
2022-09-22 18:48:39 linux-kernel [PATCH v5 13/30] KVM: Add arch hook for resume event
2022-09-22 18:44:55 linux-kernel [PATCH v5 19/30] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
2022-09-22 18:44:05 linux-kernel [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
2022-09-22 18:43:45 linux-kernel [PATCH v5 18/30] KVM: kvm_arch.c: Remove _nolock post fix
2022-09-22 18:43:44 linux-kernel [PATCH v5 08/30] KVM: Do compatibility checks on hotplugged CPUs
2022-09-22 18:43:21 linux-kernel [PATCH v5 25/30] KVM: x86: Delete kvm_arch_hardware_enable/disable()
2022-09-22 18:41:55 linux-kernel [PATCH v5 15/30] KVM: Add arch hook for cpu offline event
2022-09-22 18:40:44 linux-kernel [PATCH v5 06/30] KVM: arm64: Simplify the CPUHP logic
2022-09-22 18:39:54 linux-kernel [PATCH v5 21/30] KVM: x86: Duplicate arch callbacks related to pm events and compat check
2022-09-22 18:31:43 linux-kernel [PATCH v5 02/30] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
2022-09-22 18:31:28 linux-kernel [PATCH v5 23/30] KVM: Eliminate kvm_arch_post_init_vm()
2022-09-22 18:22:07 linux-kernel [PATCH v5 00/30] KVM: hardware enable/disable reorganize
2022-09-09 00:19:37 linux-kernel [PATCH v4 02/26] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
2022-09-09 00:16:29 linux-kernel [PATCH v4 06/26] KVM: arm64: Simplify the CPUHP logic
2022-09-09 00:16:13 linux-kernel [PATCH v4 00/26] KVM: hardware enable/disable reorganize
2022-09-09 00:15:59 linux-kernel [PATCH v4 03/26] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-09-09 00:15:18 linux-kernel [PATCH v4 22/26] KVM: x86: Make x86 processor compat check callback empty
2022-09-09 00:14:24 linux-kernel [PATCH v4 21/26] KVM: x86: Delete kvm_arch_hardware_enable/disable()
2022-09-09 00:13:48 linux-kernel [PATCH v4 11/26] KVM: Add arch hooks for PM events with empty stub
2022-09-09 00:13:39 linux-kernel [PATCH v4 09/26] KVM: Do processor compatibility check on resume
2022-09-09 00:13:25 linux-kernel [PATCH v4 05/26] KVM: Provide more information in kernel log if hardware enabling fails
2022-09-09 00:01:21 linux-kernel [PATCH v4 26/26] RFC: KVM: Remove cpus_hardware_enabled and related sanity check