LinuxLists
Users
About
Siddharth Chandrasekaran (
[email protected]
)
Number of posts: 63 (0.19 per day)
First post: 2021-03-25 03:04:11
Last post: 2022-02-28 17:46:33
Next Page
Date
List
Subject
2022-02-28 17:46:33
linux-kernel
Re: [PATCH 0/4] KVM: x86: hyper-v: XMM fast hypercalls fixes
2022-02-28 17:42:15
linux-kernel
Re: [PATCH 1/4] KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
2022-02-28 13:24:13
linux-kernel
Re: [PATCH 3/4] KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB flush hypercalls
2022-02-28 12:23:52
linux-kernel
Re: [PATCH 0/4] KVM: x86: hyper-v: XMM fast hypercalls fixes
2022-02-28 11:41:08
linux-kernel
Re: [PATCH 2/4] KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
2022-02-28 11:19:56
linux-kernel
Re: [PATCH 4/4] KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
2021-07-30 15:03:32
linux-kernel
Re: [PATCH 4/4] KVM: selftests: Test access to XMM fast hypercalls
2021-07-30 14:40:04
linux-kernel
Re: [PATCH 4/4] KVM: selftests: Test access to XMM fast hypercalls
2021-07-30 14:34:40
linux-kernel
Re: [PATCH 3/4] KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input
2021-07-30 14:33:13
linux-kernel
Re: [PATCH 2/4] KVM: x86: Introduce trace_kvm_hv_hypercall_done()
2021-07-30 14:31:27
linux-kernel
Re: [PATCH 1/4] KVM: x86: hyper-v: Check access to hypercall before reading XMM registers
2021-07-30 09:38:03
linux-kernel
Re: [PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
2021-07-29 14:28:09
linux-kernel
Re: [PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
2021-07-29 13:39:44
linux-kernel
[PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
2021-07-06 15:17:06
linux-kernel
Re: [PATCH v4 0/4] Add support for XMM fast hypercalls
2021-06-30 11:57:51
linux-kernel
Re: [PATCH v4 0/4] Add support for XMM fast hypercalls
2021-06-03 13:29:36
linux-kernel
[PATCH] KVM: hyper-v: housekeeping: Remove unnecessary type cast
2021-05-26 12:03:35
linux-kernel
Re: [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-05-26 12:01:54
linux-kernel
[PATCH v4 1/4] KVM: x86: Move FPU register accessors into fpu.h
2021-05-26 12:01:16
linux-kernel
[PATCH v4 0/4] Add support for XMM fast hypercalls
2021-05-26 09:08:10
linux-kernel
[PATCH v4 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-05-26 09:01:57
linux-kernel
[PATCH v4 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
2021-05-26 08:59:17
linux-kernel
[PATCH v4 2/4] KVM: hyper-v: Collect hypercall params into struct
2021-05-25 10:31:14
linux-kernel
Re: [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-05-04 08:30:19
linux-kernel
[PATCH v2] KVM: x86: Hoist input checks in kvm_add_msr_filter()
2021-05-03 21:20:01
linux-kernel
Re: [PATCH] KVM: x86: Hoist input checks in kvm_add_msr_filter()
2021-05-03 18:02:44
linux-kernel
[PATCH] KVM: x86: Hoist input checks in kvm_add_msr_filter()
2021-05-03 13:35:44
linux-kernel
[PATCH] doc/kvm: Fix wrong entry for KVM_CAP_X86_MSR_FILTER
2021-04-26 21:43:26
linux-kernel
Re: [PATCH] KVM: hyper-v: Add new exit reason HYPERV_OVERLAY
2021-04-23 10:07:48
linux-kernel
Re: [PATCH] KVM: hyper-v: Add new exit reason HYPERV_OVERLAY
2021-04-23 09:44:42
linux-kernel
Re: [PATCH] KVM: hyper-v: Add new exit reason HYPERV_OVERLAY
2021-04-23 09:08:01
linux-kernel
[PATCH] KVM: hyper-v: Add new exit reason HYPERV_OVERLAY
2021-04-14 09:01:37
linux-kernel
[PATCH v3 2/4] KVM: hyper-v: Collect hypercall params into struct
2021-04-14 09:01:27
linux-kernel
[PATCH v3 0/4] Add support for XMM fast hypercalls
2021-04-14 08:06:22
linux-kernel
Re: [PATCH v2 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
2021-04-14 07:03:34
linux-kernel
[PATCH v3 1/4] KVM: x86: Move FPU register accessors into fpu.h
2021-04-14 07:01:42
linux-kernel
[PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-04-14 07:01:26
linux-kernel
[PATCH v3 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
2021-04-13 19:57:13
linux-kernel
Re: [PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct
2021-04-13 19:31:19
linux-kernel
Re: [PATCH v2 1/4] KVM: x86: Move FPU register accessors into fpu.h
2021-04-13 16:04:24
linux-kernel
Re: [PATCH v2 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-04-13 09:45:46
linux-kernel
Re: [PATCH v2 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
2021-04-13 06:09:19
linux-kernel
[PATCH v2 0/4] Add support for XMM fast hypercalls
2021-04-13 05:58:17
linux-kernel
[PATCH v2 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
2021-04-12 17:05:02
linux-kernel
[PATCH v2 1/4] KVM: x86: Move FPU register accessors into fpu.h
2021-04-12 17:04:07
linux-kernel
[PATCH v2 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-04-12 17:03:44
linux-kernel
[PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct
2021-04-12 08:13:05
linux-kernel
Re: [PATCH 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-04-09 08:03:41
linux-kernel
Re: [PATCH 0/4] Add support for XMM fast hypercalls
2021-04-09 07:59:12
linux-kernel
Re: [PATCH 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
2021-04-08 17:48:38
linux-kernel
Re: [PATCH 0/4] Add support for XMM fast hypercalls