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
2022-11-01 00:08:21
linux-kernel
Re: [PATCH v9 7/8] KVM: Handle page fault for private memory
2022-10-27 23:23:45
linux-kernel
Re: [PATCH v6 01/21] x86/tdx: Use enum to define page level of TDX supported page sizes
2022-10-26 22:44:22
linux-kernel
Re: [PATCH v9 7/8] KVM: Handle page fault for private memory
2022-10-26 21:14:23
linux-kernel
Re: [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
2022-10-26 18:03:07
linux-kernel
Re: [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
2022-10-13 09:05:14
linux-kernel
Re: [PATCH v9 016/105] KVM: TDX: create/destroy VM structure
2022-10-04 01:14:33
linux-kernel
Re: [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
2022-10-03 19:25:50
linux-kernel
Re: [PATCH v9 000/105] KVM TDX basic feature support
2022-09-29 22:57:32
linux-kernel
Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
2022-09-29 17:22:17
linux-kernel
Re: [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
2022-09-27 00:51:42
linux-kernel
Re: [PATCH v5 27/30] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
2022-09-11 03:23:42
linux-kernel
Re: [PATCH v4 13/26] KVM: Add arch hook when VM is added/deleted
2022-09-11 03:23:22
linux-kernel
Re: [PATCH v4 12/26] KVM: x86: Move TSC fixup logic to KVM arch resume callback
2022-09-11 03:09:26
linux-kernel
Re: [PATCH v4 16/26] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
2022-09-11 02:43:12
linux-kernel
Re: [PATCH v4 11/26] KVM: Add arch hooks for PM events with empty stub
2022-09-10 18:44:20
linux-kernel
Re: [PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-09-10 18:04:39
linux-kernel
Re: [PATCH v4 09/26] KVM: Do processor compatibility check on resume
2022-09-10 01:57:51
linux-kernel
Re: [PATCH v4 23/26] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
2022-09-08 22:55:23
linux-kernel
Re: [PATCH v3 16/22] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
2022-09-08 19:39:10
linux-kernel
Re: [PATCH v3 10/22] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-09-08 19:38:58
linux-kernel
Re: [PATCH v3 11/22] KVM: Add arch hooks for PM events with empty stub
2022-09-08 19:36:05
linux-kernel
Re: [PATCH v3 09/22] KVM: Do processor compatibility check on resume
2022-09-08 19:23:50
linux-kernel
Re: [PATCH v3 14/22] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
2022-09-07 15:45:17
linux-kernel
Re: [PATCH v3 06/22] KVM: arm64: Simplify the CPUHP logic
2022-09-06 22:29:32
linux-kernel
Re: [PATCH v3 00/22] KVM: hardware enable/disable reorganize
2022-09-06 21:49:13
linux-kernel
Re: [PATCH v3 10/22] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-09-01 18:08:41
linux-kernel
Re: [PATCH v2 04/19] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-09-01 18:07:35
linux-kernel
Re: [PATCH v2 01/19] KVM: x86: Drop kvm_user_return_msr_cpu_online()
2022-09-01 17:26:45
linux-kernel
Re: [PATCH v2 05/19] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-09-01 02:22:11
linux-kernel
Re: [RFC PATCH v2 00/17] TDX KVM selftests
2022-09-01 01:59:35
linux-kernel
Re: [RFC PATCH v2 02/17] KVM: selftest: Add helper functions to create TDX VMs
2022-09-01 01:35:22
linux-kernel
Re: [RFC PATCH v2 02/17] KVM: selftest: Add helper functions to create TDX VMs
2022-09-01 01:09:44
linux-kernel
Re: [RFC PATCH v2 03/17] KVM: selftest: Adding TDX life cycle test.
2022-08-29 19:54:26
linux-kernel
Re: [PATCH v8 020/103] KVM: TDX: create/destroy VM structure
2022-08-29 19:27:52
linux-kernel
Re: [PATCH v8 022/103] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
2022-08-26 07:16:49
linux-kernel
Re: [PATCH v8 020/103] KVM: TDX: create/destroy VM structure
2022-08-26 06:50:14
linux-kernel
Re: [PATCH v8 095/103] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
2022-08-26 05:08:12
linux-kernel
Re: [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
2022-08-25 21:57:42
linux-kernel
Re: [PATCH v8 013/103] KVM: TDX: Define TDX architectural definitions
2022-08-25 20:42:16
linux-kernel
Re: [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2022-08-25 20:40:35
linux-kernel
Re: [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2022-08-25 20:03:20
linux-kernel
Re: [PATCH v8 002/103] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-08-23 09:57:45
linux-kernel
Re: [RFC PATCH 03/18] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-08-23 08:53:18
linux-kernel
Re: [RFC PATCH 12/18] KVM: Do processor compatibility check on cpu online and resume
2022-08-23 06:14:14
linux-kernel
Re: [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
2022-08-23 06:00:38
linux-kernel
Re: [PATCH v2 0/3] Documentation fixes for kvm-upstream-workaround
2022-08-23 01:42:02
linux-kernel
Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-11 23:36:07
linux-kernel
Re: [RFC PATCH 13/13] KVM: x86: remove struct kvm_arch.tdp_max_page_level
2022-08-11 19:06:45
linux-kernel
Re: [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
2022-08-10 00:22:26
linux-kernel
Re: [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
2022-08-09 23:54:56
linux-kernel
Re: [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page