summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-27KVM: arm64: Free sve_state via arm specific hookSean Christopherson
2020-01-27KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson
2020-01-27KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()Sean Christopherson
2020-01-27KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Move initialization of preempt notifier to kvm_vcpu_init()Sean Christopherson
2020-01-27KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()Sean Christopherson
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson
2020-01-24KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson
2020-01-24KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson
2020-01-24KVM: s390: Invoke kvm_vcpu_init() before allocating sie_pageSean Christopherson
2020-01-24KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()Sean Christopherson
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson
2020-01-24KVM: Remove kvm_arch_vcpu_free() declarationSean Christopherson
2020-01-24KVM: x86: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson
2020-01-24KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson
2020-01-24KVM: arm: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: PPC: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: MIPS: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsSean Christopherson
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson
2020-01-24KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common initSean Christopherson
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson
2020-01-24KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson
2020-01-24KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: x86: Move allocation of pio_data page down a few linesSean Christopherson
2020-01-24KVM: x86: Move FPU allocation to common x86 codeSean Christopherson
2020-01-24KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson
2020-01-24KVM: SVM: Use direct vcpu pointer during vCPU create/freeSean Christopherson
2020-01-24KVM: VMX: Use direct vcpu pointer during vCPU create/freeSean Christopherson
2020-01-24KVM: VMX: Allocate VPID after initializing VCPUSean Christopherson
2020-01-24KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson
2020-01-24KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson
2020-01-24KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson
2020-01-24KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini
2020-01-23KVM: async_pf: drop kvm_arch_async_page_present wrappersPaolo Bonzini
2020-01-23KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini
2020-01-23tools/kvm_stat: Fix kvm_exit filter nameGavin Shan
2020-01-23KVM: x86: fix overlap between SPTE_MMIO_MASK and generationPaolo Bonzini
2020-01-21kvm: Refactor handling of VM debugfs filesMilan Pandurov
2020-01-21KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson
2020-01-21KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin