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-05 21:47:28 linux-kernel [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
2020-06-05 21:47:03 linux-kernel [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
2020-06-05 21:47:01 linux-kernel [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
2020-06-05 21:46:14 linux-kernel [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
2020-06-05 21:46:00 linux-kernel [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
2020-06-05 21:45:52 linux-kernel [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU memory caches
2020-06-05 21:45:48 linux-kernel [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
2020-06-05 21:44:06 linux-kernel [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
2020-06-05 21:43:29 linux-kernel [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
2020-06-05 21:42:54 linux-kernel [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches
2020-06-05 21:42:32 linux-kernel [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
2020-06-05 21:42:06 linux-kernel [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
2020-06-05 21:42:02 linux-kernel [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
2020-06-05 21:41:55 linux-kernel [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
2020-06-05 21:41:49 linux-kernel [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables
2020-06-05 21:41:44 linux-kernel [PATCH 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
2020-06-05 21:41:22 linux-kernel [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
2020-06-05 20:11:44 linux-kernel [PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
2020-06-05 20:09:42 linux-kernel Re: [PATCH v2 1/2] KVM: nVMX: Properly handle kvm_read/write_guest_virt*() result
2020-06-05 19:29:08 linux-kernel [PATCH] x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted
2020-06-04 19:56:15 linux-kernel Re: [PATCH] KVM: nVMX: Inject #GP when nested_vmx_get_vmptr() fails to read guest memory
2020-06-04 15:51:28 linux-kernel Re: [RFC 00/16] KVM protected memory extension
2020-06-04 15:20:28 linux-kernel Re: [PATCH] KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR
2020-06-04 15:14:53 linux-kernel Re: [PATCH v2] KVM: x86: Assign correct value to array.maxnent
2020-06-04 15:02:34 linux-kernel Re: [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
2020-06-04 14:58:05 linux-kernel Re: [PATCH] KVM: nVMX: Inject #GP when nested_vmx_get_vmptr() fails to read guest memory
2020-06-03 23:10:02 linux-kernel Re: [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
2020-06-03 22:09:54 linux-kernel Re: [PATCH v32 19/21] selftests/x86: Add a selftest for SGX
2020-06-03 20:35:17 linux-kernel [PATCH] KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR
2020-06-03 01:21:39 linux-kernel Re: [PATCH 08/14] x86/entry: Optimize local_db_save() for virt
2020-06-03 01:14:13 linux-kernel Re: [PATCH 4/6] KVM: X86: Split kvm_update_cpuid()
2020-05-29 18:01:50 linux-kernel Re: [PATCH v3 00/28] KVM: nSVM: event fixes and migration support
2020-05-29 17:59:08 linux-kernel Re: [PATCH 06/30] KVM: SVM: always update CR3 in VMCB
2020-05-29 17:39:21 linux-kernel Re: [PATCH 4/6] x86/entry: Optimize local_db_save() for virt
2020-05-29 13:09:35 linux-kernel Re: [PATCH] KVM: x86: Initialize tdp_level during vCPU creation
2020-05-29 03:39:22 linux-kernel Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-28 20:02:50 linux-kernel Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-28 19:51:34 linux-kernel Re: [PATCH] KVM: x86: Initialize tdp_level during vCPU creation
2020-05-28 19:43:12 linux-kernel Re: BUG: arch/x86/kvm/mmu/mmu.c:3722: kvm_mmu_load+0x407/0x420
2020-05-28 17:36:37 linux-kernel Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-28 17:22:37 linux-kernel Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-28 03:13:40 linux-kernel [PATCH] x86/kvm: Remove defunct KVM_DEBUG_FS Kconfig
2020-05-28 02:30:02 linux-kernel Re: [PATCH] KVM: x86: Initialize tdp_level during vCPU creation
2020-05-28 02:21:03 linux-kernel [PATCH] KVM: selftests: Add .gitignore entry for KVM_SET_GUEST_DEBUG test
2020-05-28 02:18:11 linux-kernel [PATCH] KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
2020-05-28 01:40:21 linux-kernel Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-28 00:56:35 linux-kernel Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-27 19:17:48 linux-kernel Re: [PATCH] KVM: x86: Initialize tdp_level during vCPU creation
2020-05-27 19:12:08 linux-kernel Re: [PATCH] KVM: x86: Initialize tdp_level during vCPU creation
2020-05-27 19:11:18 linux-kernel Re: [PATCH] KVM: x86: Initialize tdp_level during vCPU creation
2020-05-27 16:39:28 linux-kernel [PATCH] KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated