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
2022-09-09 00:00:47
linux-kernel
[PATCH v4 19/26] KVM: Eliminate kvm_arch_post_init_vm()
2022-09-09 00:00:13
linux-kernel
[PATCH v4 18/26] KVM: x86: Duplicate arch callbacks related to pm events and compat check
2022-09-09 00:00:12
linux-kernel
[PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-09-08 23:59:41
linux-kernel
[PATCH v4 15/26] KVM: kvm_arch.c: Remove _nolock post fix
2022-09-08 23:59:41
linux-kernel
[PATCH v4 08/26] KVM: Do compatibility checks on hotplugged CPUs
2022-09-08 23:55:34
linux-kernel
[PATCH v4 25/26] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
2022-09-08 23:54:46
linux-kernel
[PATCH v4 20/26] KVM: Add config to not compile kvm_arch.c
2022-09-08 23:51:40
linux-kernel
[PATCH v4 12/26] KVM: x86: Move TSC fixup logic to KVM arch resume callback
2022-09-08 23:48:56
linux-kernel
[PATCH v4 24/26] KVM: Eliminate kvm_arch_check_processor_compat()
2022-09-08 23:47:05
linux-kernel
[PATCH v4 07/26] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-09-08 23:46:30
linux-kernel
[PATCH v4 16/26] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
2022-09-08 23:46:28
linux-kernel
[PATCH v4 13/26] KVM: Add arch hook when VM is added/deleted
2022-09-08 23:30:52
linux-kernel
[PATCH v4 23/26] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
2022-09-08 23:29:07
linux-kernel
[PATCH v4 17/26] KVM: Introduce a arch wrapper to check all processor compatibility
2022-09-08 23:28:36
linux-kernel
[PATCH v4 14/26] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
2022-09-08 23:27:35
linux-kernel
[PATCH v4 04/26] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-09-08 23:27:22
linux-kernel
[PATCH v4 01/26] KVM: x86: Drop kvm_user_return_msr_cpu_online()
2022-09-02 03:00:36
linux-kernel
[PATCH v3 10/22] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-09-02 02:56:00
linux-kernel
[PATCH v3 22/22] RFC: KVM: Remove cpus_hardware_enabled and related sanity check
2022-09-02 02:55:15
linux-kernel
[PATCH v3 15/22] KVM: kvm_arch.c: Remove _nolock post fix
2022-09-02 02:48:03
linux-kernel
[PATCH v3 03/22] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-09-02 02:47:48
linux-kernel
[PATCH v3 21/22] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
2022-09-02 02:47:39
linux-kernel
[PATCH v3 04/22] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-09-02 02:34:45
linux-kernel
[PATCH v3 07/22] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-09-02 02:33:57
linux-kernel
[PATCH v3 05/22] KVM: Provide more information in kernel log if hardware enabling fails
2022-09-02 02:33:44
linux-kernel
[PATCH v3 16/22] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
2022-09-02 02:33:36
linux-kernel
[PATCH v3 12/22] KVM: x86: Move TSC fixup logic to KVM arch resume callback
2022-09-02 02:33:35
linux-kernel
[PATCH v3 18/22] KVM: Eliminate kvm_arch_post_init_vm()
2022-09-02 02:33:30
linux-kernel
[PATCH v3 14/22] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
2022-09-02 02:32:55
linux-kernel
[PATCH v3 09/22] KVM: Do processor compatibility check on resume
2022-09-02 02:31:45
linux-kernel
[PATCH v3 06/22] KVM: arm64: Simplify the CPUHP logic
2022-09-02 02:31:32
linux-kernel
[PATCH v3 19/22] KVM: x86: Delete kvm_arch_hardware_enable/disable()
2022-09-02 02:31:26
linux-kernel
[PATCH v3 20/22] KVM: Add config to not compile kvm_arch.c
2022-09-02 02:31:08
linux-kernel
[PATCH v3 11/22] KVM: Add arch hooks for PM events with empty stub
2022-09-02 02:31:07
linux-kernel
[PATCH v3 01/22] KVM: x86: Drop kvm_user_return_msr_cpu_online()
2022-09-02 02:26:00
linux-kernel
[PATCH v3 17/22] KVM: x86: Duplicate arch callbacks related to pm events
2022-09-02 02:25:48
linux-kernel
[PATCH v3 13/22] KVM: Add arch hook when VM is added/deleted
2022-09-02 02:21:59
linux-kernel
[PATCH v3 08/22] KVM: Do compatibility checks on hotplugged CPUs
2022-09-02 02:20:21
linux-kernel
[PATCH v3 02/22] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
2022-09-02 02:20:09
linux-kernel
[PATCH v3 00/22] KVM: hardware enable/disable reorganize
2022-08-30 12:23:08
linux-kernel
[PATCH v2 06/19] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
2022-08-30 12:21:51
linux-kernel
[PATCH v2 17/19] KVM: Add config to not compile kvm_arch.c
2022-08-30 12:21:47
linux-kernel
[PATCH v2 02/19] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
2022-08-30 12:06:32
linux-kernel
[PATCH v2 19/19] RFC: KVM: Remove cpus_hardware_enabled and related sanity check
2022-08-30 12:06:29
linux-kernel
[PATCH v2 00/19] KVM hardware enable/disable reorganize
2022-08-30 12:06:21
linux-kernel
[PATCH v2 14/19] KVM: x86: Duplicate arch callbacks related to pm events
2022-08-30 12:06:14
linux-kernel
[PATCH v2 18/19] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
2022-08-30 12:06:14
linux-kernel
[PATCH v2 13/19] KVM: Do processor compatibility check on cpu online and resume
2022-08-30 12:06:13
linux-kernel
[PATCH v2 16/19] KVM: x86: Delete kvm_arch_hardware_enable/disable()
2022-08-30 12:05:56
linux-kernel
[PATCH v2 15/19] KVM: Eliminate kvm_arch_post_init_vm()
2022-08-30 12:05:54
linux-kernel
[PATCH v2 11/19] KVM: kvm_arch.c: Remove _nolock post fix