Show patches with: Series = KVM: Refactor vCPU creation       |    Archived = No       |   45 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[42/45] KVM: arm64: Free sve_state via arm specific hook KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[40/45] KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[39/45] KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson Superseded
[38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[37/45] KVM: Drop kvm_arch_vcpu_setup() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson Superseded
[33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[31/45] KVM: Unexport kvm_vcpu_cache and kvm_{un}init_vcpu() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[30/45] KVM: Move vcpu alloc and init invocation to common code KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[29/45] KVM: Introduce kvm_vcpu_destroy() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[28/45] KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson Superseded
[26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[23/45] KVM: Remove kvm_arch_vcpu_free() declaration KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[22/45] KVM: x86: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[21/45] KVM: x86: Remove spurious clearing of async #PF MSR KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[19/45] KVM: arm: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[18/45] KVM: PPC: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[17/45] KVM: MIPS: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson Superseded
[16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson Superseded
[15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init() KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[12/45] KVM: PPC: Allocate vcpu struct in common PPC code KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0 KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[09/45] KVM: x86: Move allocation of pio_data page down a few lines KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[08/45] KVM: x86: Move FPU allocation to common x86 code KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[07/45] KVM: x86: Allocate vcpu struct in common x86 code KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[04/45] KVM: VMX: Allocate VPID after initializing VCPU KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails KVM: Refactor vCPU creation - - - --- 2019-10-22 Sean Christopherson paulburton Superseded
[02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails KVM: Refactor vCPU creation - 1 - --- 2019-10-22 Sean Christopherson paulburton Superseded
[01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails KVM: Refactor vCPU creation - 1 - --- 2019-10-22 Sean Christopherson paulburton Superseded