Vitaly Kuznetsov ([email protected])

Number of posts: 4062 (1.12 per day)
First post: 2014-06-06 10:58:33
Last post: 2024-05-09 09:19:53

Date List Subject
2022-09-21 15:47:53 linux-kernel [PATCH v10 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
2022-09-21 15:47:47 linux-kernel [PATCH v10 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
2022-09-21 15:47:40 linux-kernel [PATCH v10 19/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
2022-09-21 15:47:30 linux-kernel [PATCH v10 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
2022-09-21 15:47:15 linux-kernel [PATCH v10 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
2022-09-21 15:31:38 linux-kernel [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall to a common header
2022-09-21 15:31:07 linux-kernel [PATCH v10 37/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
2022-09-21 15:30:48 linux-kernel [PATCH v10 34/39] KVM: selftests: Split off load_evmcs() from load_vmcs()
2022-09-21 15:30:13 linux-kernel [PATCH v10 23/39] KVM: selftests: Better XMM read/write helpers
2022-09-21 15:30:05 linux-kernel [PATCH v10 22/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
2022-09-21 15:28:22 linux-kernel [PATCH v10 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
2022-09-21 15:28:14 linux-kernel [PATCH v10 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
2022-09-21 15:27:53 linux-kernel [PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-09-21 15:27:49 linux-kernel [PATCH v10 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
2022-09-21 15:27:42 linux-kernel [PATCH v10 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
2022-09-21 15:27:35 linux-kernel [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
2022-09-21 15:26:02 linux-kernel Re: [PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-09-21 13:37:55 linux-kernel Re: [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page
2022-09-21 09:10:30 linux-kernel Re: [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control
2022-09-21 08:23:56 linux-kernel Re: [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
2022-09-19 16:01:38 linux-kernel Re: [PATCH] asm-generic: Remove unnecessary ‘0’ values from guest_id
2022-09-16 14:26:17 linux-kernel [PATCH v3 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
2022-09-16 14:18:16 linux-kernel [PATCH v3 6/6] KVM: selftests: Test Hyper-V invariant TSC control
2022-09-16 14:15:22 linux-kernel [PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
2022-09-16 14:14:49 linux-kernel [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
2022-09-16 14:13:04 linux-kernel [PATCH v3 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
2022-09-16 14:00:20 linux-kernel [PATCH v3 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
2022-09-16 13:59:43 linux-kernel [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control
2022-09-13 13:59:44 linux-kernel Re: [PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
2022-09-13 10:14:03 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Hyper-V invariant TSC control
2022-09-13 09:56:14 linux-kernel Re: [PATCH v2 2/3] KVM: selftests: Rename 'msr->availble' to 'msr->should_not_gp' in hyperv_features test
2022-09-13 09:51:11 linux-kernel Re: [PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
2022-09-09 14:26:40 linux-kernel Re: [PATCH 2/3] pci_ids: Add Microsoft PCI Vendor ID, and remove redundant definitions
2022-09-09 09:43:50 linux-kernel Re: [PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
2022-09-07 15:58:33 linux-kernel Re: [PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
2022-08-31 09:53:44 linux-kernel [PATCH v2 1/3] KVM: x86: Hyper-V invariant TSC control
2022-08-31 09:44:17 linux-kernel [PATCH v2 2/3] KVM: selftests: Rename 'msr->availble' to 'msr->should_not_gp' in hyperv_features test
2022-08-31 09:43:28 linux-kernel [PATCH v2 0/3] KVM: x86: Hyper-V invariant TSC control feature
2022-08-31 08:53:41 linux-kernel [PATCH v2 3/3] KVM: selftests: Test Hyper-V invariant TSC control
2022-08-30 14:46:58 linux-kernel [PATCH v6 30/33] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
2022-08-30 14:28:09 linux-kernel Re: [PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-08-30 14:26:39 linux-kernel [PATCH v6 25/33] KVM: VMX: Add missing VMEXIT controls to vmcs_config
2022-08-30 14:25:39 linux-kernel [PATCH v6 11/33] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
2022-08-30 14:25:29 linux-kernel [PATCH v6 29/33] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
2022-08-30 14:24:33 linux-kernel [PATCH v6 10/33] KVM: nVMX: Support several new fields in eVMCSv1
2022-08-30 14:24:25 linux-kernel [PATCH v6 21/33] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING in setup_vmcs_config()
2022-08-30 14:23:51 linux-kernel [PATCH v6 23/33] KVM: VMX: Extend VMX controls macro shenanigans
2022-08-30 14:22:38 linux-kernel [PATCH v6 08/33] KVM: nVMX: Use CC() macro to handle eVMCS unsupported controls checks
2022-08-30 14:22:01 linux-kernel [PATCH v6 28/33] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
2022-08-30 14:20:48 linux-kernel [PATCH v6 00/33] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-08-30 14:19:15 linux-kernel [PATCH v6 18/33] KVM: nVMX: Always emulate PERF_GLOBAL_CTRL VM-Entry/VM-Exit controls