Krish Sadhukhan ([email protected])

Number of posts: 102 (102 per day)
First post: 2018-04-05 19:45:07
Last post: 2017-11-03 17:14:55

Date List Subject
2021-10-18 03:26:45 linux-kernel Re: [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests
2021-10-18 03:26:08 linux-kernel Re: [RFC 07/16] KVM: selftests: add SEV boot tests
2021-10-14 01:32:14 linux-kernel Re: [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests
2021-10-13 02:28:51 linux-kernel Re: [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
2021-10-13 01:47:56 linux-kernel Re: [RFC 04/16] KVM: selftests: set CPUID before setting sregs in vcpu creation
2020-12-21 22:02:46 linux-kernel Re: [PATCH v3] KVM/x86: Move definition of __ex to x86.h
2020-12-19 01:25:33 linux-kernel Re: [PATCH] KVM/x86: Move definition of __ex to x86.h
2020-09-17 21:28:48 linux-kernel [PATCH 2/3 v4] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domnains
2020-09-17 21:27:27 linux-kernel [PATCH 3/3 v4] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains
2020-09-17 21:26:36 linux-kernel [PATCH 1/3 v4] x86: AMD: Add hardware-enforced cache coherency as a CPUID feature
2020-09-17 21:25:45 linux-kernel [PATCH 0/3 v4] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domains
2020-09-15 18:06:15 linux-kernel Re: [PATCH] KVM: SVM: Get rid of the variable 'exit_fastpath'
2020-09-14 20:47:46 linux-kernel Re: [PATCH] KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
2020-09-11 20:13:25 linux-kernel Re: [PATCH 2/4 v3] x86: AMD: Add hardware-enforced cache coherency as a CPUID feature
2020-09-11 19:37:26 linux-kernel [PATCH 0/4 v3] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domains
2020-09-11 19:36:52 linux-kernel [PATCH 1/4 v3] x86: AMD: Replace numeric value for SME CPUID leaf with a #define
2020-09-11 19:36:47 linux-kernel [PATCH 2/4 v3] x86: AMD: Add hardware-enforced cache coherency as a CPUID feature
2020-09-11 19:30:59 linux-kernel [PATCH 3/4 v3] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domnains
2020-09-11 19:29:19 linux-kernel [PATCH 4/4 v3] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains
2020-08-08 02:55:57 linux-kernel Re: [PATCH] KVM: SVM: Mark SEV launch secret pages as dirty.
2020-06-26 00:01:28 linux-kernel Re: [PATCH 4/4] KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()
2020-06-26 00:01:01 linux-kernel Re: [PATCH 0/4] KVM: SVM: Code move follow-up
2020-06-02 00:14:00 linux-kernel Re: [PATCH 30/30] KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
2020-06-01 02:28:52 linux-kernel Re: [PATCH 25/30] KVM: nSVM: leave guest mode when clearing EFER.SVME
2020-05-31 23:16:24 linux-kernel Re: [PATCH 20/30] KVM: SVM: preserve VGIF across VMCB switch
2020-05-30 02:08:40 linux-kernel Re: [PATCH 17/30] KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
2020-05-29 20:08:51 linux-kernel Re: [PATCH 08/30] KVM: nSVM: move map argument out of enter_svm_guest_mode
2020-05-29 18:32:11 linux-kernel Re: [PATCH 10/30] KVM: nSVM: extract preparation of VMCB for nested run
2020-05-29 18:16:28 linux-kernel Re: [PATCH 08/30] KVM: nSVM: move map argument out of enter_svm_guest_mode
2020-05-29 17:46:13 linux-kernel Re: [PATCH 06/30] KVM: SVM: always update CR3 in VMCB
2020-05-29 06:48:47 linux-kernel Re: [PATCH 05/28] KVM: nSVM: correctly inject INIT vmexits
2020-05-29 02:22:01 linux-kernel Re: [PATCH 02/28] KVM: x86: enable event window in inject_pending_event
2020-05-27 09:27:39 linux-kernel Re: [PATCH 0/2] Fix issue with not starting nesting guests on my system
2020-05-18 20:09:20 linux-kernel Re: [PATCH 0/7] KVM: SVM: baby steps towards nested state migration
2020-05-15 23:11:47 linux-kernel Re: [PATCH 2/7] KVM: SVM: extract load_nested_vmcb_control
2020-04-17 01:41:48 linux-kernel Re: [PATCH] KVM: nVMX: Remove non-functional "support" for CR3 target values
2020-04-16 01:15:06 linux-kernel Re: [PATCH 1/1] selftests: kvm: Add overlapped memory regions test
2020-04-09 18:20:43 linux-kernel Re: [PATCH v4 2/2] selftests: kvm: Add mem_slot_test test
2020-04-09 17:59:52 linux-kernel Re: [PATCH v4 1/2] selftests: kvm: Add vm_get_fd() in kvm_util
2020-04-09 01:33:59 linux-kernel Re: [PATCH v4 2/2] selftests: kvm: Add mem_slot_test test
2020-04-09 01:26:43 linux-kernel Re: [PATCH v4 1/2] selftests: kvm: Add vm_get_fd() in kvm_util
2020-04-06 22:29:04 linux-kernel Re: [PATCH v6 08/14] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
2020-04-06 22:09:35 linux-kernel Re: [PATCH v6 09/14] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl
2020-04-06 18:54:22 linux-kernel Re: [PATCH v6 12/14] KVM: x86: Introduce KVM_PAGE_ENC_BITMAP_RESET ioctl
2020-04-06 18:40:26 linux-kernel Re: [PATCH v6 14/14] KVM: x86: Add kexec support for SEV Live Migration.
2020-04-04 01:00:13 linux-kernel Re: [PATCH v6 14/14] KVM: x86: Add kexec support for SEV Live Migration.
2020-04-03 23:48:56 linux-kernel Re: [PATCH v6 13/14] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR.
2020-04-03 21:16:13 linux-kernel Re: [PATCH v6 12/14] KVM: x86: Introduce KVM_PAGE_ENC_BITMAP_RESET ioctl
2020-04-03 21:12:44 linux-kernel Re: [PATCH v6 11/14] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl
2020-04-03 21:10:01 linux-kernel Re: [PATCH v6 10/14] mm: x86: Invoke hypercall when page encryption status is changed
2020-04-03 20:20:35 linux-kernel Re: [PATCH v6 09/14] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl