Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2014-09-01 09:21:49 to 2014-11-18 05:24:41 UTC [more...]

[RFC 00/11]: powerKVM, release the compute power of secondary hwthread on host
 2014-11-18  5:24 UTC  (26+ 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

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-11-14 18:57 UTC  (14+ 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

[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
 2014-11-14 10:56 UTC  (2+ messages)

Fix Penguin Penalty 17th October2014 ( mail-archive.com )
 2014-11-13 19:45 UTC 

[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 (

[PATCH] KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit
 2014-11-05  1:21 UTC  (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Add missing HPTE unlock

[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

[PATCH] KVM: PPC: Book3S HV: ptes are big endian
 2014-11-03 15:35 UTC 

[PATCH 0/5] Some fixes for HV KVM on PPC
 2014-11-03  6:41 UTC  (8+ 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

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 1/3] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
 2014-10-20 14:41 UTC  (3+ 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] 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  (26+ messages)
` [PULL 01/24] KVM: PPC: BOOKE: allow debug interrupt at "debug level"
` [PULL 02/24] KVM: PPC: BOOKE : Emulate rfdi instruction
` [PULL 03/24] KVM: PPC: BOOKE: Allow guest to change MSR_DE
` [PULL 04/24] KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG
` [PULL 05/24] KVM: PPC: BOOKE: Guest and hardware visible debug registers are same
` [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

[PATCH] KVM:Enable Perfmon Support for Guest in PowerPC
 2014-09-17 22:45 UTC 

[PATCH] KVM: PPC: Convert openpic lock to raw_spinlock
 2014-09-12 17:50 UTC  (4+ messages)

[PATCH] KVM: PPC: Pass enum to kvmppc_get_last_inst
 2014-09-10 12:39 UTC 

[PATCH 0/2 v6] powerpc/kvm: support to handle sw breakpoint
 2014-09-10 12:36 UTC  (6+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v6] powerpc/kvm: common sw breakpoint instr across ppc

[PATCH 0/2 v5] powerpc/kvm: support to handle sw breakpoint
 2014-09-09  7:53 UTC  (7+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v5] powerpc/kvm: common sw breakpoint instr across ppc

Patch - support e500-specific: Performance monitor
 2014-09-04 15:16 UTC  (2+ messages)

[PATCH v2 1/2] KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
 2014-09-03 10:04 UTC  (2+ messages)

[PATCH] powerpc/kvm/cma: Fix panic introduces by signed shift operation
 2014-09-03  8:34 UTC  (2+ messages)

Basic Query regarding kvm_init
 2014-09-02 12:03 UTC 

[PATCH 0/3] KVM: PPC: Book3S: Some miscellanous fixes
 2014-09-02  6:14 UTC  (4+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
` [PATCH 2/3] KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
` [PATCH 3/3] KVM: PPC: Book3S PR: Implement ARCH_COMPAT register

[PATCH 0/2] KVM: minor cleanup and optimizations
 2014-09-01 22:46 UTC  (6+ messages)
` [PATCH 1/2] KVM: static inline empty kvm_arch functions
` [PATCH 2/2] KVM: remove garbage arg to *hardware_{en,dis}able

[PATCH] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
 2014-09-01 22:43 UTC  (2+ messages)

[PATCH] KVM: PPC: Remove the tasklet used by the hrtimer
 2014-09-01 22:38 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