Vipin Sharma ([email protected])

Number of posts: 400 (0.4 per day)
First post: 2020-09-22 01:50:53
Last post: 2023-06-08 20:35:06

Date List Subject
2022-12-12 21:51:33 linux-kernel Re: [PATCH v2] scripts/tags.sh: choose which directories to exclude from being indexed
2022-12-12 18:59:18 linux-kernel [Patch v4 02/13] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
2022-12-12 18:58:10 linux-kernel [Patch v4 11/13] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
2022-12-12 18:51:49 linux-kernel [Patch v4 05/13] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
2022-12-12 18:51:49 linux-kernel [Patch v4 10/13] KVM: selftests: Test Hyper-V extended hypercall enablement
2022-12-12 18:51:44 linux-kernel [Patch v4 03/13] KVM: x86: Hyper-V invariant TSC control
2022-12-12 18:51:23 linux-kernel [Patch v4 09/13] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
2022-12-12 18:51:01 linux-kernel [Patch v4 01/13] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
2022-12-12 18:50:55 linux-kernel [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common.
2022-12-12 18:50:43 linux-kernel [Patch v4 13/13] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
2022-12-12 18:47:10 linux-kernel [Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
2022-12-12 18:46:36 linux-kernel [Patch v4 07/13] KVM: selftests: Test Hyper-V invariant TSC control
2022-12-12 18:46:34 linux-kernel [Patch v4 08/13] KVM: x86: hyper-v: Use common code for hypercall userspace exit
2022-12-12 18:46:07 linux-kernel [Patch v4 04/13] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
2022-12-12 18:45:55 linux-kernel [Patch v4 06/13] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
2022-12-12 16:32:40 linux-kernel Re: [Patch v3 12/13] KVM: selftests: Make vCPU exit reason test assertion common.
2022-12-10 20:42:49 linux-kernel Re: [PATCH] scripts/tags.sh: allow only selected directories to be indexed
2022-12-09 19:12:30 linux-kernel Re: [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages
2022-12-09 19:08:48 linux-kernel Re: [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages
2022-12-08 23:24:13 linux-kernel Re: [Patch v2 1/2] KVM: x86/mmu: Allocate page table pages on TDP splits during dirty log enable on the underlying page's numa node
2022-12-07 23:26:41 linux-kernel Re: [PATCH 1/7] KVM: x86/MMU: Move pte_list operations to rmap.c
2022-12-07 19:21:30 linux-kernel Re: [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages
2022-12-06 00:02:04 linux-kernel Re: [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages
2022-12-05 21:11:33 linux-kernel [Patch v3 01/13] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
2022-12-05 21:06:13 linux-kernel [Patch v3 05/13] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
2022-12-05 20:49:02 linux-kernel [Patch v3 12/13] KVM: selftests: Make vCPU exit reason test assertion common.
2022-12-05 20:48:11 linux-kernel [Patch v3 13/13] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
2022-12-05 20:45:00 linux-kernel [Patch v3 07/13] KVM: selftests: Test Hyper-V invariant TSC control
2022-12-05 20:44:07 linux-kernel [Patch v3 03/13] KVM: x86: Hyper-V invariant TSC control
2022-12-05 20:06:13 linux-kernel [Patch v3 08/13] KVM: x86: hyper-v: Use common code for hypercall userspace exit
2022-12-05 20:05:04 linux-kernel [Patch v3 02/13] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
2022-12-05 20:04:55 linux-kernel [Patch v3 11/13] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
2022-12-05 20:00:38 linux-kernel [Patch v3 09/13] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
2022-12-05 19:58:55 linux-kernel [Patch v3 00/13] Add Hyper-v extended hypercall support in KVM
2022-12-05 19:53:52 linux-kernel [Patch v3 04/13] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
2022-12-05 19:19:39 linux-kernel [Patch v3 06/13] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
2022-12-05 19:18:49 linux-kernel [Patch v3 10/13] KVM: selftests: Test Hyper-V extended hypercall enablement
2022-12-01 20:49:45 linux-kernel [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages
2022-12-01 20:04:46 linux-kernel [Patch v2 0/2] NUMA aware page table allocation
2022-12-01 20:04:45 linux-kernel [Patch v2 1/2] KVM: x86/mmu: Allocate page table pages on TDP splits during dirty log enable on the underlying page's numa node
2022-11-24 09:28:21 linux-kernel Re: [PATCH v2 2/6] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
2022-11-23 20:34:30 linux-kernel Re: [PATCH v2 1/6] KVM: x86: hyper-v: Use common code for hypercall userspace exit
2022-11-23 19:55:50 linux-kernel Re: [PATCH v2 2/6] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
2022-11-23 19:50:29 linux-kernel Re: [PATCH v2 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
2022-11-22 00:29:56 linux-kernel [PATCH v2 3/6] KVM: selftests: Test Hyper-V extended hypercall enablement
2022-11-22 00:24:54 linux-kernel [PATCH v2 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
2022-11-22 00:02:38 linux-kernel [PATCH v2 5/6] KVM: selftests: Make vCPU exit reason test assertion common.
2022-11-22 00:01:05 linux-kernel [PATCH v2 1/6] KVM: x86: hyper-v: Use common code for hypercall userspace exit
2022-11-21 23:58:18 linux-kernel [PATCH v2 0/6] Add Hyper-v extended hypercall support in KVM
2022-11-21 23:52:38 linux-kernel [PATCH v2 4/6] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
2022-11-21 23:45:33 linux-kernel [PATCH v2 2/6] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v