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-06-23 06:56:35 linux-kernel Re: [PATCH] kvm: x86 mmu: avoid mmu_page_hash lookup for direct_map-only VM
2020-06-23 03:17:55 linux-kernel [PATCH 02/15] KVM: VMX: Prepend "MAX_" to MSR array size defines
2020-06-23 01:35:21 linux-kernel Re: [PATCH] KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
2020-06-23 01:19:18 linux-kernel Re: [PATCH] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
2020-06-23 00:54:20 linux-kernel [PATCH] KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
2020-06-22 23:36:54 linux-kernel [PATCH 05/15] KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
2020-06-22 23:36:35 linux-kernel [PATCH 10/15] KVM: VMX: Move uret MSR lookup into update_transition_efer()
2020-06-22 23:36:35 linux-kernel [PATCH 11/15] KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap
2020-06-22 23:36:24 linux-kernel [PATCH 07/15] KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"
2020-06-22 22:49:07 linux-kernel [PATCH 04/15] KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"
2020-06-22 22:48:40 linux-kernel [PATCH 00/15] KVM: x86: VMX: Fix MSR namespacing
2020-06-22 22:48:33 linux-kernel [PATCH 01/15] KVM: x86: Rename "shared_msrs" to "user_return_msrs"
2020-06-22 22:48:20 linux-kernel [PATCH 09/15] KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX
2020-06-22 22:47:54 linux-kernel [PATCH 08/15] KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr"
2020-06-22 22:47:31 linux-kernel [PATCH 13/15] KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"
2020-06-22 22:47:31 linux-kernel [PATCH 12/15] KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
2020-06-22 22:45:31 linux-kernel [PATCH 15/15] KVM: VMX: Rename vmx_uret_msr's "index" to "slot"
2020-06-22 22:45:23 linux-kernel [PATCH 14/15] KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
2020-06-22 22:45:15 linux-kernel [PATCH 06/15] KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs"
2020-06-22 22:45:03 linux-kernel [PATCH 03/15] KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"
2020-06-22 22:04:28 linux-kernel [PATCH 2/4] KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
2020-06-22 22:04:00 linux-kernel [PATCH 3/4] KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest
2020-06-22 22:03:23 linux-kernel [PATCH 4/4] KVM: x86/mmu: Make .write_log_dirty a nested operation
2020-06-22 22:00:56 linux-kernel [PATCH 1/4] KVM: nVMX: Plumb L2 GPA through to PML emulation
2020-06-22 22:00:52 linux-kernel [PATCH 0/4] KVM: x86: nVMX: Nested PML bug fix and cleanup
2020-06-22 20:41:56 linux-kernel [PATCH 2/6] KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
2020-06-22 20:25:00 linux-kernel [PATCH 1/6] KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory
2020-06-22 20:24:50 linux-kernel [PATCH 3/6] KVM: x86/mmu: Add MMU-internal header
2020-06-22 20:24:33 linux-kernel [PATCH 0/6] KVM: x86/mmu: Files and sp helper cleanups
2020-06-22 20:24:26 linux-kernel [PATCH 4/6] KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
2020-06-22 20:23:52 linux-kernel [PATCH 6/6] KVM: x86/mmu: Rename page_header() to to_shadow_page()
2020-06-22 20:23:05 linux-kernel [PATCH 5/6] KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
2020-06-22 20:17:02 linux-kernel [PATCH v2 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
2020-06-22 20:16:08 linux-kernel [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
2020-06-22 20:16:07 linux-kernel [PATCH v2 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
2020-06-22 20:16:03 linux-kernel [PATCH v2 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
2020-06-22 20:14:55 linux-kernel [PATCH v2 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
2020-06-22 20:14:54 linux-kernel [PATCH v2 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
2020-06-22 20:14:36 linux-kernel [PATCH v2 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
2020-06-22 20:14:32 linux-kernel [PATCH v2 18/21] KVM: arm64: Use common KVM implementation of MMU memory caches
2020-06-22 20:14:27 linux-kernel [PATCH v2 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
2020-06-22 20:14:22 linux-kernel [PATCH v2 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
2020-06-22 20:13:43 linux-kernel [PATCH v2 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
2020-06-22 20:13:31 linux-kernel [PATCH v2 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
2020-06-22 20:13:28 linux-kernel [PATCH v2 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
2020-06-22 20:13:15 linux-kernel [PATCH v2 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
2020-06-22 20:13:06 linux-kernel [PATCH v2 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
2020-06-22 20:12:55 linux-kernel [PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
2020-06-22 20:12:36 linux-kernel [PATCH v2 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
2020-06-22 20:12:27 linux-kernel [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
2020-06-22 20:12:12 linux-kernel [PATCH v2 20/21] KVM: MIPS: Account pages used for GPA page tables