Show patches with: Submitter = Sean Christopherson       |    State = Action Required       |   1696 patches
« 1 2 ... 8 9 1016 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/14] KVM: x86/mmu: Enforce max_level on HugeTLB mappings KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - --- 2020-01-08 Sean Christopherson New
KVM: x86/mmu: Fix a benign Bitwise vs. Logical OR mixup KVM: x86/mmu: Fix a benign Bitwise vs. Logical OR mixup - 2 - --- 2020-01-08 Sean Christopherson New
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM - - - --- 2020-01-08 Sean Christopherson New
[v5,19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR x86/cpu: Clean up handling of VMX features - 1 - --- 2019-12-21 Sean Christopherson New
[v5,13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl() x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_* x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,09/19] x86/vmx: Introduce VMX_FEATURES_* x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,07/19] x86/zhaoxin: Use common IA32_FEAT_CTL MSR initialization x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,03/19] tools arch x86: Sync msr-index.h from kernel sources x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v5,01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR x86/cpu: Clean up handling of VMX features - - - --- 2019-12-21 Sean Christopherson New
[v2,45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init() KVM: Refactor vCPU creation - 1 - --- 2019-12-18 Sean Christopherson New
[v2,44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,42/45] KVM: arm64: Free sve_state via arm specific hook KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,40/45] KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,39/45] KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,37/45] KVM: Drop kvm_arch_vcpu_setup() KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create() KVM: Refactor vCPU creation - 1 - --- 2019-12-18 Sean Christopherson New
[v2,34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init() KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,30/45] KVM: Move vcpu alloc and init invocation to common code KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,29/45] KVM: Introduce kvm_vcpu_destroy() KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,28/45] KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page KVM: Refactor vCPU creation - 1 - --- 2019-12-18 Sean Christopherson New
[v2,25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - 1 - --- 2019-12-18 Sean Christopherson New
[v2,24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,23/45] KVM: Remove kvm_arch_vcpu_free() declaration KVM: Refactor vCPU creation 1 - - --- 2019-12-18 Sean Christopherson New
[v2,22/45] KVM: x86: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,21/45] KVM: x86: Remove spurious clearing of async #PF MSR KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,19/45] KVM: arm: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation 1 - - --- 2019-12-18 Sean Christopherson New
[v2,18/45] KVM: PPC: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,17/45] KVM: MIPS: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init() KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,12/45] KVM: PPC: Allocate vcpu struct in common PPC code KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0 KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,09/45] KVM: x86: Move allocation of pio_data page down a few lines KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,08/45] KVM: x86: Move FPU allocation to common x86 code KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,07/45] KVM: x86: Allocate vcpu struct in common x86 code KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,04/45] KVM: VMX: Allocate VPID after initializing VCPU KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails KVM: Refactor vCPU creation - - - --- 2019-12-18 Sean Christopherson New
[v2,02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[v2,01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails KVM: Refactor vCPU creation 1 1 - --- 2019-12-18 Sean Christopherson New
[RFC] KVM: x86: Disallow KVM_SET_CPUID{2} if the vCPU is in guest mode [RFC] KVM: x86: Disallow KVM_SET_CPUID{2} if the vCPU is in guest mode - - - --- 2019-12-18 Sean Christopherson New
[v2,5/5] KVM: x86: Refactor and rename bit() to feature_bit() macro KVM: x86: X86_FEATURE bit() cleanup - - - --- 2019-12-17 Sean Christopherson New
[v2,4/5] KVM: x86: Expand build-time assertion on reverse CPUID usage KVM: x86: X86_FEATURE bit() cleanup - - - --- 2019-12-17 Sean Christopherson New
[v2,3/5] KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table KVM: x86: X86_FEATURE bit() cleanup - - - --- 2019-12-17 Sean Christopherson New
[v2,2/5] KVM: x86: Move bit() helper to cpuid.h KVM: x86: X86_FEATURE bit() cleanup - - - --- 2019-12-17 Sean Christopherson New
[v2,1/5] KVM: x86: Add dedicated emulator helpers for querying CPUID features KVM: x86: X86_FEATURE bit() cleanup - - - --- 2019-12-17 Sean Christopherson New
[v4,19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION KVM: Dynamically size memslot arrays - - - --- 2019-12-17 Sean Christopherson New
[v4,18/19] KVM: Dynamically size memslot array based on number of used slots KVM: Dynamically size memslot arrays - - 2 --- 2019-12-17 Sean Christopherson New
[v4,17/19] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - 2 --- 2019-12-17 Sean Christopherson New
[v4,16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() KVM: Dynamically size memslot arrays - - - --- 2019-12-17 Sean Christopherson New
[v4,15/19] KVM: Provide common implementation for generic dirty log functions KVM: Dynamically size memslot arrays 1 - 1 --- 2019-12-17 Sean Christopherson New
[v4,14/19] KVM: Clean up local variable usage in __kvm_set_memory_region() KVM: Dynamically size memslot arrays - - - --- 2019-12-17 Sean Christopherson New
[v4,13/19] KVM: Simplify kvm_free_memslot() and all its descendents KVM: Dynamically size memslot arrays - - 1 --- 2019-12-17 Sean Christopherson New
[v4,12/19] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 - 1 --- 2019-12-17 Sean Christopherson New
[v4,11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn KVM: Dynamically size memslot arrays - 1 - --- 2019-12-17 Sean Christopherson New
[v4,10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region() KVM: Dynamically size memslot arrays - - - --- 2019-12-17 Sean Christopherson New
[v4,09/19] KVM: Move setting of memslot into helper routine KVM: Dynamically size memslot arrays - 1 1 --- 2019-12-17 Sean Christopherson New
[v4,08/19] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - 2 - --- 2019-12-17 Sean Christopherson New
[v4,07/19] KVM: Explicitly free allocated-but-unused dirty bitmap KVM: Dynamically size memslot arrays - 1 - --- 2019-12-17 Sean Christopherson New
[v4,06/19] KVM: Drop kvm_arch_create_memslot() KVM: Dynamically size memslot arrays 1 - - --- 2019-12-17 Sean Christopherson New
[v4,05/19] KVM: x86: Allocate memslot resources during prepare_memory_region() KVM: Dynamically size memslot arrays - 1 - --- 2019-12-17 Sean Christopherson New
[v4,04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region() KVM: Dynamically size memslot arrays 1 - - --- 2019-12-17 Sean Christopherson New
[v4,03/19] KVM: Don't free new memslot if allocation of said memslot fails KVM: Dynamically size memslot arrays 1 - - --- 2019-12-17 Sean Christopherson New
[v4,02/19] KVM: Reinstall old memslots if arch preparation fails KVM: Dynamically size memslot arrays - 1 - --- 2019-12-17 Sean Christopherson New
[v4,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot KVM: Dynamically size memslot arrays - 1 - --- 2019-12-17 Sean Christopherson New
[2/2] KVM: x86: Refactor and rename bit() to feature_bit() macro KVM: x86: X86_FEATURE bit() cleanup - 1 - --- 2019-12-11 Sean Christopherson New
[1/2] KVM: x86: Add build-time assertion on usage of bit() KVM: x86: X86_FEATURE bit() cleanup - - - --- 2019-12-11 Sean Christopherson New
[2/2] KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic KVM: VMX: PT (RTIT) bug fix and cleanup - - - --- 2019-12-10 Sean Christopherson New
[1/2] KVM: VMX: Add non-canonical check on writes to RTIT address MSRs KVM: VMX: PT (RTIT) bug fix and cleanup - - - --- 2019-12-10 Sean Christopherson New
[4/4] KVM: x86: Add macro to ensure reserved cr4 bits checks stay in sync KVM: x86: Add checks on host-reserved cr4 bits - - - --- 2019-12-10 Sean Christopherson New
[3/4] KVM: x86: Drop special XSAVE handling from guest_cpuid_has() KVM: x86: Add checks on host-reserved cr4 bits - - - --- 2019-12-10 Sean Christopherson New
[2/4] KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bits KVM: x86: Add checks on host-reserved cr4 bits - - - --- 2019-12-10 Sean Christopherson New
[1/4] KVM: x86: Don't let userspace set host-reserved cr4 bits KVM: x86: Add checks on host-reserved cr4 bits - - - --- 2019-12-10 Sean Christopherson New
« 1 2 ... 8 9 1016 17 »