Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2017-10-19 04:14:19 to 2017-12-11 12:02:39 UTC [more...]

[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-12-11 12:02 UTC  (27+ messages)
` [PATCH v3 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v3 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v3 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v3 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v3 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v3 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v3 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v3 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v3 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v3 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v3 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v3 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v3 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v3 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
 2017-12-11 10:51 UTC  (4+ messages)

[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
 2017-12-08 15:15 UTC  (4+ messages)
` [RFC PATCH 1/2] powerpc: Add a CPU feature bit for TM bug workarounds on POWER9 DD2.2
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9

[PATCH] powerpc/xive: store server for masked interrupt in kvmppc_xive_set_xive()
 2017-12-05  8:06 UTC  (4+ messages)

[PATCH v2 0/2] Fix use after free in HPT resizing code and related minor improvements
 2017-12-04 15:02 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt and cleanups
` [PATCH v2 2/2] KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests

[PATCH 0/4] Fix use after free in HPT resizing code and related minor improvements
 2017-12-04 14:43 UTC  (13+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt and cleanups
` [PATCH 2/4] KVM: PPC: Book3S HV: Improve kvmppc_allocate_hpt()/kvmppc_free_hpt()
` [PATCH 3/4] KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests
` [PATCH 4/4] KVM: PPC: Book3S HV: Remove redundant parameter from resize_hpt_release()

[PATCH] KVM: PPC: Book3S HV: check for XIVE device before executing the XICS hcalls
 2017-12-04  7:58 UTC  (3+ messages)

[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-11-29 17:47 UTC  (30+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

[PATCH kernel] vfio/spapr: Add trace points for map/unmap
 2017-11-29 16:44 UTC  (8+ messages)

[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
 2017-11-28 21:29 UTC  (24+ messages)
` [PATCH 01/15] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH 02/15] KVM: Factor out vcpu->pid adjustment for KVM_RUN
` [PATCH 03/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH 04/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH 05/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH 06/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH 07/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH 08/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH 09/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH 10/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH 11/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH 12/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH 13/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH 15/15] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN

[GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.14-2 tag
 2017-11-27 16:58 UTC  (9+ messages)
` [GIT PULL] Please pull paulus/powerpc kvm-ppc-next-4.15-2 tag
` [GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.15-1 tag

[PATCH v2 01/11] powerpc/kvm/xive: Add more debugfs queues info
 2017-11-26 21:58 UTC  (18+ messages)
` [PATCH v2 02/11] powerpc/kvm/xive: Enable use of the new "single escalation" feature
` [PATCH v2 03/11] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
` [PATCH v2 04/11] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs
` [PATCH v2 05/11] powerpc/kvm/xive: Make xive_pushed a byte, not a word
` [PATCH v2 06/11] powerpc/xive: Move definition of ESB bits
` [PATCH v2 07/11] powerpc/xive: Add interrupt flag to disable automatic EOI
` [PATCH v2 08/11] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded
` [PATCH v2 09/11] powerpc/kvm: Make "no_xive:" label local
` [PATCH v2 10/11] powerpc/kvm: Store the MMU mode in the PACA on KVM exit
` [PATCH v2 11/11] powerpc/kvm: Use the PACA virt/real mode info instead of mfmsr

[RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed
 2017-11-23 18:43 UTC  (10+ messages)

[PATCH 0/5] KVM: PPC: Book3S: Miscellaneous minor fixes
 2017-11-23 10:15 UTC  (9+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Avoid shifts by negative amounts
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
` [PATCH 3/5] KVM: PPC: Book3S HV: Remove useless statement
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix conditions for starting vcpu
` [PATCH 5/5] KVM: PPC: Book3S: Eliminate some unnecessary checks

[RFC PATCH] powerpc: add tests for XICS
 2017-11-23  4:52 UTC  (5+ messages)
` [RFC kvm-unit-tests "

[PATCH] KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
 2017-11-22  5:55 UTC  (2+ messages)

[PATCH] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
 2017-11-21  9:40 UTC 

[PATCH] powerpc/kvm/xive: Enable use of the new "single escalation" feature
 2017-11-21  9:37 UTC  (2+ messages)

[PATCH] powerpc/kvm/xive: Add more debugfs queues info
 2017-11-21  3:57 UTC 

[PATCH] powerpc/pseries/cpuidle: add polling idle for shared processor guests
 2017-11-16 16:17 UTC  (2+ messages)

[PATCH v4.14] KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
 2017-11-08  3:49 UTC 

[PATCH] KVM: PPC: Book3S HV: Handle host system reset in guest mode
 2017-11-07 23:30 UTC  (2+ messages)
`  "

[PATCH kernel v2] powerpc/powernv: Reserve a hole which appears after enabling IOV
 2017-11-07 23:30 UTC  (2+ messages)
` [kernel, "

[RFC PATCH] KVM: PPC: Book3S HV: Handle host system reset in guest mode
 2017-11-03  5:11 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-next branch
 2017-11-02 17:16 UTC  (3+ messages)

[PATCH v2 0/6] KVM: PPC: Book3S HV: Run HPT guests on radix hosts
 2017-10-27  4:46 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: Don't rely on host's page size information
` [PATCH v2 2/6] KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
` [PATCH v2 3/6] KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
` [PATCH v2 4/6] KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
` [PATCH v2 5/6] KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
` [PATCH v2 6/6] KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts

[PATCH] KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
 2017-10-26  6:04 UTC 

[4/6] Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread management"
 2017-10-24  8:09 UTC 

[PATCH] KVM: PPC: Book3S: Fix gas warning due to using r0 as immediate 0
 2017-10-21  4:32 UTC 

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-10-19 13:11 UTC  (3+ messages)

[PATCH 6/6] KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
 2017-10-19  4:14 UTC 

[PATCH 5/6] KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
 2017-10-19  4:14 UTC 

[PATCH 4/6] Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread management"
 2017-10-19  4:14 UTC 

[PATCH 3/6] KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
 2017-10-19  4:14 UTC 


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