Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2014-09-24 20:43:20 to 2014-12-03 03:48:40 UTC [more...]

[PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest
 2014-12-03  3:48 UTC 

[PATCH 0/5] Fixes and improvements for HV KVM on PPC
 2014-12-03  2:30 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Remove code for PPC970 processors
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register
` [PATCH 3/5] KVM: PPC: Book3S HV: Improve H_CONFER implementation
` [PATCH 4/5] KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation
` [PATCH 5/5] KVM: PPC: Book3S: Enable in-kernel XICS emulation by default

[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
 2014-12-02  1:19 UTC  (8+ messages)

[PATCH 1/3] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
 2014-11-27  0:45 UTC  (4+ messages)
` [PATCH 2/3] KVM: PPC: BOOK3S: HV: Use unlock variant with memory barrier
` [PATCH 3/3] KVM: PPC: BOOK3S: HV: Rename variable for better readability

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-11-25 21:57 UTC  (24+ messages)
` [PATCH v14 1/7] KVM: Add architecture-defined TLB flush support
` [PATCH v14 2/7] KVM: Add generic support for dirty page logging
` [PATCH v14 3/7] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v14 4/7] KVM: arm: Add ARMv7 API to flush TLBs
` [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support
` [PATCH v14 6/7] KVM: arm: dirty logging write protect support
` [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

Mac-On-Linux / KVM
 2014-11-23 17:38 UTC  (4+ messages)

[PATCH 0/5] Some fixes for HV KVM on PPC
 2014-11-23  0:41 UTC  (13+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Fix computation of tlbie operand
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI
` [PATCH 3/5] KVM: PPC: Book3S HV: Fix KSM memory corruption
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI
` [PATCH 5/5] KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_blocked

[PATCH] KVM: PPC: Book3S HV: ptes are big endian
 2014-11-23  0:39 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit
 2014-11-20 17:23 UTC  (4+ messages)
` [PATCH] KVM: PPC: Book3S HV: Add missing HPTE unlock

[RFC 00/11]: powerKVM, release the compute power of secondary hwthread on host
 2014-11-18 17:54 UTC  (30+ messages)
` [RFC 01/11] sched: introduce sys_cpumask in tsk to adapt asymmetric system
` [RFC 02/11] powerpc: kvm: ensure vcpu-thread run only on primary hwthread
` [RFC 03/11] powerpc: kvm: add interface to control kvm function on a core
` [RFC 04/11] powerpc: kvm: introduce a kthread on primary thread to anti tickless
` [RFC 05/11] sched: introduce stop_cpus_async() to schedule special tsk on cpu
` [RFC 06/11] powerpc: kvm: introduce online in paca to indicate whether cpu is needed by host
` [RFC 07/11] powerpc: kvm: the stopper func to cease secondary hwthread
` [RFC 08/11] powerpc: kvm: add a flag in vcore to sync primary with secondry hwthread
` [RFC 09/11] powerpc: kvm: handle time base on secondary hwthread
` [RFC 10/11] powerpc: kvm: on_primary_thread() force the secondary threads into NAP mode
` [RFC 11/11] powerpc: kvm: Kconfig add an option for enabling secondary hwthread

Fix Penguin Penalty 17th October2014 ( mail-archive.com )
 2014-11-18 17:49 UTC  (2+ messages)

[PATCH] KVM: PPC: BookE: Improve irq inject tracepoint
 2014-11-10 23:24 UTC 

[PATCH v13 0/7] KVM/arm/x86: dirty page logging support for ARMv7 (3.17.0-rc1)
 2014-11-08  7:28 UTC  (29+ messages)
` [PATCH v13 1/7] KVM: Add architecture-defined TLB flush support
` [PATCH v13 2/7] KVM: Add generic support for dirty page logging
` [PATCH v13 3/7] KVM: x86: flush TLBs last before returning from KVM_GET_DIRTY_LOG
` [PATCH v13 4/7] arm: KVM: Add ARMv7 API to flush TLBs
` [PATCH v13 5/7] arm: KVM: Add initial dirty page locking infrastructure
` [PATCH v13 6/7] arm: KVM: dirty log read write protect support
` [PATCH v13 7/7] arm: KVM: ARMv7 dirty page logging 2nd stage page fault

[PATCH v12 0/6] arm/KVM: dirty page logging support for ARMv7 (3.17.0-rc1)
 2014-11-06 18:07 UTC  (24+ messages)
` [PATCH v12 1/6] KVM: Add architecture-defined TLB flush support
` [PATCH v12 2/6] KVM: Add generic support for dirty page logging
` [PATCH v12 3/6] arm: KVM: Add ARMv7 API to flush TLBs
` [PATCH v12 4/6] arm: KVM: Add initial dirty page locking infrastructure
` [PATCH v12 0/6] 2nd-request for review comments: arm/KVM: dirty page logging support for ARMv7 (

[RFC PATCH 0/4] vhost_net: support for cross endian guests
 2014-11-04  8:07 UTC  (11+ messages)
` [RFC PATCH 1/4] vhost: add VHOST_VRING_F_BYTESWAP flag
` [RFC PATCH 2/4] vhost: add byteswap routines
` [RFC PATCH 3/4] vhost: byteswap virtqueue attributes
` [RFC PATCH 4/4] vhost_net: byteswap virtio_net header

lockdep warning with 2d65a9f48fcdf7866aab6457bc707ca233e0c791
 2014-10-29  4:20 UTC  (3+ messages)

[PATCH v12 5/6] arm: KVM: dirty log read write protect support
 2014-10-22 22:38 UTC  (2+ messages)
` [PATCH v12 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault

[PATCH] KVM: PPC: Book3S HV: return htab entries in big endian
 2014-10-04  3:42 UTC  (5+ messages)

A1-X1000 Nemo: Mac-on-Linux/KVM-PR works!!!!!!!!!!!!!!!!!!!!!
 2014-10-02  6:49 UTC 

[PATCH] KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode
 2014-09-29 12:22 UTC  (5+ messages)

[PULL 00/24] ppc patch queue 2014-09-24
 2014-09-24 21:21 UTC  (21+ messages)
` [PULL 06/24] KVM: PPC: BOOKE: Add one reg interface for DBSR
` [PULL 07/24] powerpc/booke: Restrict SPE exception handlers to e200/e500 cores
` [PULL 08/24] powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbers
` [PULL 09/24] KVM: PPC: Book3S HV: Add register name when loading toc
` [PULL 10/24] KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR
` [PULL 11/24] KVM: PPC: Book3E: Increase FPU laziness
` [PULL 12/24] KVM: PPC: Book3e: Add AltiVec support
` [PULL 13/24] KVM: PPC: Make ONE_REG powerpc generic
` [PULL 14/24] KVM: PPC: Move ONE_REG AltiVec support to powerpc
` [PULL 15/24] KVM: PPC: BOOKE: Emulate debug registers and exception
` [PULL 16/24] KVM: PPC: Remove the tasklet used by the hrtimer
` [PULL 17/24] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
` [PULL 18/24] KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
` [PULL 19/24] KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
` [PULL 20/24] KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
` [PULL 21/24] KVM: PPC: Book3E: Enable "
` [PULL 22/24] powerpc/kvm: support to handle sw breakpoint
` [PULL 23/24] powerpc/kvm: common sw breakpoint instr across ppc
` [PULL 24/24] KVM: PPC: Pass enum to kvmppc_get_last_inst


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