Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2019-10-25 13:55:35 to 2019-12-17 22:24:46 UTC [more...]

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-17 22:24 UTC  (25+ messages)
` [PATCH v4 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v4 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v4 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v4 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v4 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v4 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v4 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v4 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v4 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v4 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v4 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v4 12/19] KVM: Move memslot deletion to helper function
` [PATCH v4 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v4 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v4 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v4 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v4 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH 1/1] kvm/book3s_64: Fixes crash caused by not cleaning vhost IOTLB
 2019-12-17 21:06 UTC 

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-12-17 17:55 UTC  (12+ messages)
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v3 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v3 08/15] KVM: Move setting of memslot into helper routine

[PATCH kernel v2 0/4] Enable IOMMU support for pseries Secure VMs
 2019-12-17  2:06 UTC  (11+ messages)
` [PATCH kernel v2 1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests"
` [PATCH kernel v2 2/4] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce for
  ` [PATCH kernel v2 2/4] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce
` [PATCH kernel v2 3/4] powerpc/pseries/iommu: Separate FW_FEATURE_MULTITCE to put/stuff features
` [PATCH kernel v2 4/4] powerpc/pseries/svm: Allow IOMMU to work in SVM

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-16  3:41 UTC  (3+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-15 10:27 UTC  (11+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()
` [PATCH 2/7] KVM: arm/arm64: Pass flags along Stage-2 unmapping functions
` [PATCH 3/7] KVM: arm/arm64: Condition cache maintenance on unmap with a flag
` [PATCH 4/7] KVM: arm/arm64: Condition TLB "
` [PATCH 5/7] KVM: arm/arm64: Elide both CMOs and TBLIs on freeing the whole Stage-2
` [PATCH 6/7] KVM: arm/arm64: Elide CMOs when retrying a block mapping
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[PATCH] KVM: PPC: Book3S HV: Fix regression on big endian hosts
 2019-12-15  9:49 UTC 

[PATCH kernel 0/3] Enable IOMMU support for pseries Secure VMs
 2019-12-13 20:32 UTC  (7+ messages)
` [PATCH kernel 1/3] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM
` [PATCH kernel 2/3] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce for DDW
  ` [PATCH kernel 2/3] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce fo
` [PATCH kernel 3/3] powerpc/pseries/iommu: Do not use H_PUT_TCE_INDIRECT in secure VM

[PATCH v2 1/1] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
 2019-12-12 22:14 UTC 

[PATCH v16 06/25] powerpc: mm: Add p?d_leaf() definitions
 2019-12-09 13:06 UTC  (3+ messages)

KVM regression on 64-bit big endian in 5.4
 2019-12-09  9:52 UTC 

[PATCH v3] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
 2019-12-06  3:17 UTC 

[PATCH v2] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
 2019-12-04 23:05 UTC 

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-12-03  9:56 UTC  (14+ messages)
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()
` [PATCH v11 2/7] KVM: PPC: Support for running secure guests
` [PATCH v11 3/7] KVM: PPC: Shared pages support for "
` [PATCH v11 4/7] KVM: PPC: Radix changes for secure guest
` [PATCH v11 5/7] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v11 6/7] KVM: PPC: Support reset of secure guest
` [PATCH v11 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

KVM Kernel Module not being built for Yocto Kernel
 2019-12-03  2:01 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-uvmem-5.5 tag
 2019-11-29 18:20 UTC  (4+ messages)
` [GIT PULL v2] Please pull my kvm-ppc-uvmem-5.5-2 tag

[PATCH 1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
 2019-11-28 17:15 UTC  (7+ messages)

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-11-28 16:29 UTC  (16+ messages)

[kvm-unit-tests PATCH v2] Switch the order of the parameters in report() and report_xfail()
 2019-11-28 15:45 UTC 

[PATCH v3 0/2] Replace current->mm by kvm->mm on powerpc/kvm
 2019-11-27 16:20 UTC  (4+ messages)
` [PATCH v3 1/2] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH v3 2/2] powerpc/kvm/book3e: "

[PATCH v2] kvm: mpic: limit active IRQ sources to NUM_OUTPUTS
 2019-11-27  8:36 UTC  (6+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2019-11-26  8:52 UTC  (7+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.5-1 tag
` [GIT PULL] Please pull my kvm-ppc-next-5.5-2 tag

[PATCH v2 0/4] Replace current->mm by kvm->mm on powerpc/kvm
 2019-11-21 13:24 UTC  (8+ messages)
` [PATCH v2 1/4] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
` [PATCH v2 2/4] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH v2 3/4] powerpc/kvm/book3e: "
` [PATCH v2 4/4] powerpc/kvm/e500: "

[PATCH v2 1/2] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one
 2019-11-20 16:38 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error path

[PATCH] KVM: PPC: Remove set but not used variable 'ra','rs','rt'
 2019-11-19  6:27 UTC 

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-15 14:22 UTC  (39+ messages)
` [PATCH v10 1/8] mm: ksm: Export ksm_madvise()
` [PATCH v10 2/8] KVM: PPC: Support for running secure guests
` [PATCH v10 3/8] KVM: PPC: Shared pages support for "
` [PATCH v10 4/8] KVM: PPC: Radix changes for secure guest
` [PATCH v10 5/8] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v10 6/8] KVM: PPC: Support reset of secure guest
` [PATCH v10 7/8] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
` [PATCH v10 8/8] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH] kvm: mpic: extend active IRQ sources to 255
 2019-11-15  6:29 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 21/48] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
 2019-11-13  2:01 UTC 

[PATCH AUTOSEL 4.9 29/68] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
 2019-11-13  1:58 UTC 

[PATCH AUTOSEL 4.14 022/115] KVM: PPC: Inform the userspace about TCE update failures
 2019-11-13  1:55 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 055/115] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and

[PATCH AUTOSEL 4.19 042/209] KVM: PPC: Inform the userspace about TCE update failures
 2019-11-13  1:48 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 095/209] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and

[PATCH] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one
 2019-11-12 12:01 UTC  (3+ messages)

[PATCH v15 06/23] powerpc: mm: Add p?d_leaf() definitions
 2019-11-01 14:09 UTC 

[PATCH v14 06/22] powerpc: mm: Add p?d_leaf() definitions
 2019-10-28 13:58 UTC 

[PATCH AUTOSEL 4.19 11/37] KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
 2019-10-25 13:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox