Show patches with: Archived = No       |   4211 patches
« 1 2 ... 17 18 1942 43 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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 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
[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,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,29/45] KVM: Introduce kvm_vcpu_destroy() KVM: Refactor vCPU creation 1 - 1 - --- 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,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,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,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,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,23/45] KVM: Remove kvm_arch_vcpu_free() declaration 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,21/45] KVM: x86: Remove spurious clearing of async #PF MSR 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,19/45] KVM: arm: Drop kvm_arch_vcpu_free() KVM: Refactor vCPU creation 1 - - - --- 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,17/45] KVM: MIPS: Drop kvm_arch_vcpu_free() 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,15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code 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,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,12/45] KVM: PPC: Allocate vcpu struct in common PPC 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,10/45] KVM: x86: Move kvm_vcpu_init() invocation to common 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,08/45] KVM: x86: Move FPU allocation to common x86 code 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,06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free 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,04/45] KVM: VMX: Allocate VPID after initializing VCPU KVM: Refactor vCPU creation - - - - --- 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,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,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
[v17,06/23] powerpc: mm: Add p?d_leaf() definitions Untitled series #149391 1 - - - --- 2019-12-18 Steven Price Not Applicable
KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor - 1 - - --- 2019-12-18 Paul Mackerras Accepted
[2/2] powerpc/pseries/svm: Disable PMUs in SVMs [1/2] powerpc/pseries/svm: Don't access some SPRs - - - - --- 2019-12-18 Sukadev Bhattiprolu Superseded
[1/2] powerpc/pseries/svm: Don't access some SPRs [1/2] powerpc/pseries/svm: Don't access some SPRs - - - - --- 2019-12-18 Sukadev Bhattiprolu Superseded
[1/1] kvm/book3s_64: Fixes crash caused by not cleaning vhost IOTLB [1/1] kvm/book3s_64: Fixes crash caused by not cleaning vhost IOTLB - - - - --- 2019-12-17 Leonardo Bras Changes Requested
[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
[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,17/19] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - - 2 --- 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,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,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,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,12/19] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 - - 1 --- 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,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,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,08/19] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - - 2 - --- 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,06/19] KVM: Drop kvm_arch_create_memslot() 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,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,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,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,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
[kernel,v2,4/4] powerpc/pseries/svm: Allow IOMMU to work in SVM [kernel,v2,1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" - - 2 1 --- 2019-12-16 Alexey Kardashevskiy Not Applicable
[kernel,v2,3/4] powerpc/pseries/iommu: Separate FW_FEATURE_MULTITCE to put/stuff features [kernel,v2,1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" - - 2 1 --- 2019-12-16 Alexey Kardashevskiy Not Applicable
[kernel,v2,2/4] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce for DDW [kernel,v2,1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" - 1 2 1 --- 2019-12-16 Alexey Kardashevskiy Not Applicable
[kernel,v2,1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" [kernel,v2,1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" - 1 1 1 --- 2019-12-16 Alexey Kardashevskiy Not Applicable
KVM: PPC: Book3S HV: Fix regression on big endian hosts KVM: PPC: Book3S HV: Fix regression on big endian hosts - - - - --- 2019-12-15 Marcus Comstedt Accepted
[V3,2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall [V3,1/2] KVM: PPC: Add skip_page_out parameter - - - - --- 2019-12-15 Sukadev Bhattiprolu Superseded
[V3,1/2] KVM: PPC: Add skip_page_out parameter [V3,1/2] KVM: PPC: Add skip_page_out parameter - - 1 - --- 2019-12-15 Sukadev Bhattiprolu Superseded
[7/7] KVM: arm/arm64: Elide CMOs when unmapping a range KVM: arm/arm64: Help VMs dying quicker - - - - --- 2019-12-13 Marc Zyngier Not Applicable
[6/7] KVM: arm/arm64: Elide CMOs when retrying a block mapping KVM: arm/arm64: Help VMs dying quicker - - - - --- 2019-12-13 Marc Zyngier Not Applicable
[5/7] KVM: arm/arm64: Elide both CMOs and TBLIs on freeing the whole Stage-2 KVM: arm/arm64: Help VMs dying quicker - - - - --- 2019-12-13 Marc Zyngier Not Applicable
[4/7] KVM: arm/arm64: Condition TLB maintenance on unmap with a flag KVM: arm/arm64: Help VMs dying quicker - - - - --- 2019-12-13 Marc Zyngier Not Applicable
[3/7] KVM: arm/arm64: Condition cache maintenance on unmap with a flag KVM: arm/arm64: Help VMs dying quicker - - - - --- 2019-12-13 Marc Zyngier Not Applicable
[2/7] KVM: arm/arm64: Pass flags along Stage-2 unmapping functions KVM: arm/arm64: Help VMs dying quicker - - - - --- 2019-12-13 Marc Zyngier Not Applicable
[1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range() KVM: arm/arm64: Help VMs dying quicker 1 - - - --- 2019-12-13 Marc Zyngier Not Applicable
[kernel,3/3] powerpc/pseries/iommu: Do not use H_PUT_TCE_INDIRECT in secure VM Enable IOMMU support for pseries Secure VMs - - - - --- 2019-12-13 Alexey Kardashevskiy Superseded
[kernel,2/3] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce for DDW Enable IOMMU support for pseries Secure VMs - - - - --- 2019-12-13 Alexey Kardashevskiy Superseded
[kernel,1/3] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM. Enable IOMMU support for pseries Secure VMs - - - - --- 2019-12-13 Alexey Kardashevskiy Superseded
[v2,1/1] KVM: PPC: Implement H_SVM_INIT_ABORT hcall [v2,1/1] KVM: PPC: Implement H_SVM_INIT_ABORT hcall - - - - --- 2019-12-12 Sukadev Bhattiprolu Superseded
[v16,06/25] powerpc: mm: Add p?d_leaf() definitions Untitled series #146874 - - - - --- 2019-12-06 Steven Price Changes Requested
[v3] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2 [v3] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2 1 - - - --- 2019-12-06 Jordan Niethe Not Applicable
[v2] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2 [v2] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2 - - - - --- 2019-12-04 Jordan Niethe Superseded
[GIT,PULL,v2] Please pull my kvm-ppc-uvmem-5.5-2 tag [GIT,PULL,v2] Please pull my kvm-ppc-uvmem-5.5-2 tag - - - - --- 2019-11-28 Paul Mackerras Accepted
[v3,2/2] powerpc/kvm/book3e: Replace current->mm by kvm->mm Replace current->mm by kvm->mm on powerpc/kvm - - - - --- 2019-11-26 Leonardo Bras Accepted
[v3,1/2] powerpc/kvm/book3s: Replace current->mm by kvm->mm Replace current->mm by kvm->mm on powerpc/kvm - - - - --- 2019-11-26 Leonardo Bras Accepted
[1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm [1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm - - - - --- 2019-11-26 Leonardo Bras Rejected
[GIT,PULL] Please pull my kvm-ppc-uvmem-5.5 tag [GIT,PULL] Please pull my kvm-ppc-uvmem-5.5 tag - - - - --- 2019-11-26 Paul Mackerras Superseded
[v11,7/7] KVM: PPC: Ultravisor: Add PPC_UV config option KVM: PPC: Driver to manage pages of secure guest - - 1 - --- 2019-11-25 Bharata B Rao Accepted
[v11,6/7] KVM: PPC: Support reset of secure guest KVM: PPC: Driver to manage pages of secure guest - - - - --- 2019-11-25 Bharata B Rao Accepted
[v11,5/7] KVM: PPC: Handle memory plug/unplug to secure VM KVM: PPC: Driver to manage pages of secure guest - - - - --- 2019-11-25 Bharata B Rao Accepted
[v11,4/7] KVM: PPC: Radix changes for secure guest KVM: PPC: Driver to manage pages of secure guest - - - - --- 2019-11-25 Bharata B Rao Accepted
[v11,3/7] KVM: PPC: Shared pages support for secure guests KVM: PPC: Driver to manage pages of secure guest - - - - --- 2019-11-25 Bharata B Rao Accepted
[v11,2/7] KVM: PPC: Support for running secure guests KVM: PPC: Driver to manage pages of secure guest - - - - --- 2019-11-25 Bharata B Rao Accepted
[v11,1/7] mm: ksm: Export ksm_madvise() KVM: PPC: Driver to manage pages of secure guest 2 - - - --- 2019-11-25 Bharata B Rao Accepted
[GIT,PULL] Please pull my kvm-ppc-next-5.5-2 tag [GIT,PULL] Please pull my kvm-ppc-next-5.5-2 tag - - - - --- 2019-11-25 Paul Mackerras Accepted
KVM: PPC: Remove set but not used variable 'ra','rs','rt' KVM: PPC: Remove set but not used variable 'ra','rs','rt' - - - - --- 2019-11-19 Zheng Bin Accepted
[v2] kvm: mpic: limit active IRQ sources to NUM_OUTPUTS [v2] kvm: mpic: limit active IRQ sources to NUM_OUTPUTS - - - - --- 2019-11-15 Prasad Pandit Rejected
kvm: mpic: extend active IRQ sources to 255 kvm: mpic: extend active IRQ sources to 255 - - - - --- 2019-11-13 Prasad Pandit Rejected
[v2,2/2] KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error path [v2,1/2] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one - 1 1 - --- 2019-11-13 Greg Kurz Accepted
[v2,1/2] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one [v2,1/2] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one - 1 - 1 --- 2019-11-13 Greg Kurz Accepted
KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one - 1 - - --- 2019-11-11 Greg Kurz Superseded
[v2,4/4] powerpc/kvm/e500: Replace current->mm by kvm->mm Replace current->mm by kvm->mm on powerpc/kvm - - - - --- 2019-11-07 Leonardo Bras Superseded
[v2,3/4] powerpc/kvm/book3e: Replace current->mm by kvm->mm Replace current->mm by kvm->mm on powerpc/kvm - - - - --- 2019-11-07 Leonardo Bras Superseded
[v2,2/4] powerpc/kvm/book3s: Replace current->mm by kvm->mm Replace current->mm by kvm->mm on powerpc/kvm - - - - --- 2019-11-07 Leonardo Bras Superseded
« 1 2 ... 17 18 1942 43 »