Show patches with: none      |   7283 patches
« 1 2 ... 8 9 1072 73 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[12/45] KVM: PPC: Allocate vcpu struct in common PPC code KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[17/45] KVM: MIPS: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[18/45] KVM: PPC: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[19/45] KVM: arm: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path KVM: Refactor vCPU creation - 1 - - --- 2019-10-22 Sean Christopherson Not Applicable
[21/45] KVM: x86: Remove spurious clearing of async #PF MSR KVM: Refactor vCPU creation - 1 - - --- 2019-10-22 Sean Christopherson Not Applicable
[22/45] KVM: x86: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[23/45] KVM: Remove kvm_arch_vcpu_free() declaration KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[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 Not Applicable
[26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[28/45] KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[29/45] KVM: Introduce kvm_vcpu_destroy() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[30/45] KVM: Move vcpu alloc and init invocation to common code KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[31/45] KVM: Unexport kvm_vcpu_cache and kvm_{un}init_vcpu() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[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 Not Applicable
[34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[37/45] KVM: Drop kvm_arch_vcpu_setup() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[39/45] KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[40/45] KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[42/45] KVM: arm64: Free sve_state via arm specific hook KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init() KVM: Refactor vCPU creation - - - - --- 2019-10-22 Sean Christopherson Not Applicable
[v3,01/15] KVM: Reinstall old memslots if arch preparation fails KVM: Dynamically size memslot arrays - 1 1 - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,02/15] KVM: Don't free new memslot if allocation of said memslot fails KVM: Dynamically size memslot arrays 1 - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region() KVM: Dynamically size memslot arrays 1 - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,04/15] KVM: x86: Allocate memslot resources during prepare_memory_region() KVM: Dynamically size memslot arrays - - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,05/15] KVM: Drop kvm_arch_create_memslot() KVM: Dynamically size memslot arrays 1 - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,06/15] KVM: Explicitly free allocated-but-unused dirty bitmap KVM: Dynamically size memslot arrays - - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,07/15] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - - 2 - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,08/15] KVM: Move setting of memslot into helper routine KVM: Dynamically size memslot arrays - - 1 1 --- 2019-10-24 Sean Christopherson Not Applicable
[v3,09/15] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 - - 1 --- 2019-10-24 Sean Christopherson Not Applicable
[v3,10/15] KVM: Simplify kvm_free_memslot() and all its descendents KVM: Dynamically size memslot arrays - - - 1 --- 2019-10-24 Sean Christopherson Not Applicable
[v3,11/15] KVM: Clean up local variable usage in __kvm_set_memory_region() KVM: Dynamically size memslot arrays - - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,12/15] KVM: Provide common implementation for generic dirty log functions KVM: Dynamically size memslot arrays 1 - - 1 --- 2019-10-24 Sean Christopherson Not Applicable
[v3,13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() KVM: Dynamically size memslot arrays - - - - --- 2019-10-24 Sean Christopherson Not Applicable
[v3,14/15] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - - 1 --- 2019-10-24 Sean Christopherson Not Applicable
[v3,15/15] KVM: Dynamically size memslot array based on number of used slots KVM: Dynamically size memslot arrays - - - 1 --- 2019-10-24 Sean Christopherson Not Applicable
[v4,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot KVM: Dynamically size memslot arrays - 1 1 - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,02/19] KVM: Reinstall old memslots if arch preparation fails KVM: Dynamically size memslot arrays - 1 1 - --- 2019-12-17 Sean Christopherson Not Applicable
[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 Not Applicable
[v4,04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region() KVM: Dynamically size memslot arrays 1 - - - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,05/19] KVM: x86: Allocate memslot resources during prepare_memory_region() KVM: Dynamically size memslot arrays - - 1 - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,06/19] KVM: Drop kvm_arch_create_memslot() KVM: Dynamically size memslot arrays 1 - - - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,07/19] KVM: Explicitly free allocated-but-unused dirty bitmap KVM: Dynamically size memslot arrays - - 1 - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,08/19] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - - 2 - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,09/19] KVM: Move setting of memslot into helper routine KVM: Dynamically size memslot arrays - - 1 1 --- 2019-12-17 Sean Christopherson Not Applicable
[v4,10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region() KVM: Dynamically size memslot arrays - - - - --- 2019-12-17 Sean Christopherson Not Applicable
[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 Not Applicable
[v4,12/19] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 - - 1 --- 2019-12-17 Sean Christopherson Not Applicable
[v4,13/19] KVM: Simplify kvm_free_memslot() and all its descendents KVM: Dynamically size memslot arrays - - - 1 --- 2019-12-17 Sean Christopherson Not Applicable
[v4,14/19] KVM: Clean up local variable usage in __kvm_set_memory_region() KVM: Dynamically size memslot arrays - - - - --- 2019-12-17 Sean Christopherson Not Applicable
[v4,15/19] KVM: Provide common implementation for generic dirty log functions KVM: Dynamically size memslot arrays 1 - - 1 --- 2019-12-17 Sean Christopherson Not Applicable
[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 Not Applicable
[v4,17/19] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - - 2 --- 2019-12-17 Sean Christopherson Not Applicable
[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 Not Applicable
[v4,19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION KVM: Dynamically size memslot arrays - - - - --- 2019-12-17 Sean Christopherson Not Applicable
[v2,01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails KVM: Refactor vCPU creation 1 1 1 - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails KVM: Refactor vCPU creation 1 1 1 - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails KVM: Refactor vCPU creation - 1 - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,04/45] KVM: VMX: Allocate VPID after initializing VCPU KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,07/45] KVM: x86: Allocate vcpu struct in common x86 code KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,08/45] KVM: x86: Move FPU allocation to common x86 code KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,09/45] KVM: x86: Move allocation of pio_data page down a few lines KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[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 Not Applicable
[v2,12/45] KVM: PPC: Allocate vcpu struct in common PPC code KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[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 Not Applicable
[v2,15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,17/45] KVM: MIPS: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,18/45] KVM: PPC: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,19/45] KVM: arm: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation 1 - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path KVM: Refactor vCPU creation - 1 - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,21/45] KVM: x86: Remove spurious clearing of async #PF MSR KVM: Refactor vCPU creation - 1 - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,22/45] KVM: x86: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,23/45] KVM: Remove kvm_arch_vcpu_free() declaration KVM: Refactor vCPU creation 1 - - - --- 2019-12-18 Sean Christopherson Not Applicable
[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 Not Applicable
[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 Not Applicable
[v2,26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page KVM: Refactor vCPU creation - - 1 - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,28/45] KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu KVM: Refactor vCPU creation - - - - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,29/45] KVM: Introduce kvm_vcpu_destroy() KVM: Refactor vCPU creation 1 - 1 - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,30/45] KVM: Move vcpu alloc and init invocation to common code KVM: Refactor vCPU creation 1 - 1 - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() KVM: Refactor vCPU creation 1 - 1 - --- 2019-12-18 Sean Christopherson Not Applicable
[v2,32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init() KVM: Refactor vCPU creation 1 - 1 - --- 2019-12-18 Sean Christopherson Not Applicable
« 1 2 ... 8 9 1072 73 »