Sean Christopherson ([email protected])

Number of posts: 3155 (3155 per day)
First post: 2017-12-07 14:56:00
Last post: 2017-11-28 17:20:09

Date List Subject
2020-07-18 06:39:41 linux-kernel [PATCH 7/7] KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit
2020-07-18 06:39:34 linux-kernel [PATCH 3/7] KVM: VMX: Add a helper to test for a valid error code given an intr info
2020-07-16 03:47:51 linux-kernel [PATCH 3/3] KVM: x86: Unexport cpuid_query_maxphyaddr()
2020-07-16 03:47:30 linux-kernel [PATCH 2/3] KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function
2020-07-16 03:46:08 linux-kernel [PATCH 0/9] KVM: x86: TDP level cleanups and shadow NPT fix
2020-07-16 03:45:50 linux-kernel [PATCH 3/9] KVM: VMX: Drop a duplicate declaration of construct_eptp()
2020-07-16 03:45:05 linux-kernel [PATCH 2/9] KVM: x86/mmu: Add separate helper for shadow NPT root page role calc
2020-07-16 03:44:59 linux-kernel [PATCH 0/3] KVM: VMX: Clean up RTIT MAXPHYADDR usage
2020-07-16 03:44:55 linux-kernel [PATCH 1/3] KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check
2020-07-16 03:44:17 linux-kernel [PATCH 8/9] KVM: x86/mmu: Rename max_page_level to max_huge_page_level
2020-07-16 03:43:55 linux-kernel [PATCH 6/9] KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch
2020-07-16 03:43:42 linux-kernel [PATCH 4/9] KVM: VMX: Make vmx_load_mmu_pgd() static
2020-07-16 03:42:55 linux-kernel [PATCH 5/9] KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
2020-07-16 03:42:47 linux-kernel [PATCH 7/9] KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
2020-07-16 03:42:13 linux-kernel [PATCH 9/9] KVM: x86: Specify max TDP level via kvm_configure_mmu()
2020-07-16 03:42:02 linux-kernel [PATCH 1/9] KVM: nSVM: Correctly set the shadow NPT root level in its MMU role
2020-07-15 23:00:47 linux-kernel Re: [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig
2020-07-15 18:07:29 linux-kernel Re: [PATCH] x86/bugs/multihit: Fix mitigation reporting when KVM is not in use
2020-07-15 05:51:29 linux-kernel Re: [PATCH v4 5/9] KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
2020-07-15 05:51:21 linux-kernel Re: [PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning
2020-07-15 04:32:11 linux-kernel [PATCH 4/8] KVM: x86/mmu: Capture requested page level before NX huge page workaround
2020-07-15 04:31:32 linux-kernel [PATCH 6/8] KVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
2020-07-15 04:30:07 linux-kernel [PATCH 0/8] KVM: x86/mmu: ITLB multi-hit workaround fixes
2020-07-15 04:29:46 linux-kernel [PATCH 2/8] KVM: x86/mmu: Refactor the zap loop for recovering NX lpages
2020-07-15 04:28:39 linux-kernel [PATCH 7/8] KVM: x86/mmu: Hoist ITLB multi-hit workaround check up a level
2020-07-15 04:28:34 linux-kernel [PATCH 3/8] KVM: x86/mmu: Move "huge page disallowed" calculation into mapping helpers
2020-07-15 04:28:26 linux-kernel [PATCH 8/8] KVM: x86/mmu: Track write/user faults using bools
2020-07-15 04:28:22 linux-kernel [PATCH 1/8] KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpages
2020-07-15 04:28:21 linux-kernel [PATCH 5/8] KVM: x86/mmu: Account NX huge page disallowed iff huge page was requested
2020-07-15 04:20:46 linux-kernel [PATCH 0/7] KVM: nVMX: Bug fixes and cleanup
2020-07-15 04:20:45 linux-kernel [PATCH 1/7] KVM: nVMX: Reset the segment cache when stuffing guest segs
2020-07-15 04:20:40 linux-kernel [PATCH 5/7] KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested state
2020-07-15 04:20:35 linux-kernel [PATCH 4/7] KVM: nVMX: Move free_nested() below vmx_switch_vmcs()
2020-07-15 04:20:33 linux-kernel [PATCH 2/7] KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
2020-07-15 04:20:31 linux-kernel [PATCH 6/7] KVM: nVMX: Drop redundant VMCS switch and free_nested() call
2020-07-15 04:20:28 linux-kernel [PATCH 7/7] KVM: nVMX: WARN on attempt to switch the currently loaded VMCS
2020-07-15 04:20:22 linux-kernel [PATCH 3/7] KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest
2020-07-15 01:24:23 linux-kernel Re: [PATCH] x86/bugs/multihit: Fix mitigation reporting when KVM is not in use
2020-07-14 19:02:34 linux-kernel Re: [PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
2020-07-14 13:24:06 linux-kernel Re: [PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
2020-07-14 03:01:41 linux-kernel Re: [PATCH v2 3/4] x86: Expose SERIALIZE for supported cpuid
2020-07-14 01:58:23 linux-kernel [PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
2020-07-14 01:46:16 linux-kernel Re: [PATCH] x86/bugs/multihit: Fix mitigation reporting when KVM is not in use
2020-07-13 22:39:09 linux-kernel Re: [PATCH v4 5/9] KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
2020-07-13 19:09:32 linux-kernel Re: [PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
2020-07-13 18:35:17 linux-kernel Re: [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig
2020-07-13 18:16:57 linux-kernel Re: [PATCH v13 00/11] Introduce support for guest CET feature
2020-07-13 15:18:49 linux-kernel Re: [PATCH] KVM: nVMX: properly pad struct kvm_vmx_nested_state_hdr
2020-07-10 17:28:17 linux-kernel Re: [PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
2020-07-10 16:31:20 linux-kernel Re: [PATCH v12 07/11] KVM: vmx/pmu: Unmask LBR fields in the MSR_IA32_DEBUGCTLMSR emualtion
2020-07-10 04:59:13 linux-kernel Re: [PATCH 1/2] KVM: X86: Move ignore_msrs handling upper the stack