Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2019-10-22 00:35:26 to 2019-11-25 23:44:51 UTC [more...]

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2019-11-25 23:44 UTC  (6+ 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 v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-25  3:21 UTC  (9+ 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

[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] kvm: mpic: limit active IRQ sources to NUM_OUTPUTS
 2019-11-21  4:57 UTC  (5+ messages)

[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 v3 00/15] KVM: Dynamically size memslot arrays
 2019-10-25 16:30 UTC  (18+ messages)
` [PATCH v3 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v3 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v3 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v3 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v3 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [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 v3 09/15] KVM: Move memslot deletion to helper function
` [PATCH v3 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v3 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v3 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v3 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v3 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v3 15/15] KVM: Dynamically size memslot array based on number of used slots

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

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-24 20:48 UTC  (35+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v2 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v2 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v2 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v2 09/15] KVM: Move memslot deletion to helper function
` [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
 2019-10-24 11:55 UTC  (2+ messages)

[PATCH v13 06/22] powerpc: mm: Add p?d_leaf() definitions
 2019-10-24  9:37 UTC 

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

[PATCH 00/23] KVM: PPC: BOok3S HV: Support for nested HPT guests
 2019-10-24  4:48 UTC  (7+ messages)
` [PATCH 03/23] KVM: PPC: Book3S HV: Nested: Don't allow hash guests to run nested guests
` [PATCH 13/23] KVM: PPC: Book3S HV: Nested: Infrastructure for nested hpt guest setup
` [PATCH 14/23] KVM: PPC: Book3S HV: Nested: Context switch slb for nested hpt guest

[PATCH v9 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-10-23  5:53 UTC  (6+ messages)
` [PATCH v9 2/8] KVM: PPC: Move pages between normal and secure memory

[PATCH 0/3] Replace current->mm by kvm->mm on powerpc/kvm
 2019-10-22 14:22 UTC  (6+ messages)
` [PATCH 1/3] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH 2/3] powerpc/kvm/book3e: "

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-10-22 13:49 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-fixes-5.4-1 tag
 2019-10-22 11:12 UTC  (2+ messages)


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