kvm-ppc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-22 22:38:46 to 2015-01-08 01:51:15 UTC [more...]

[PATCH v15 00/11] KVM//x86/arm/arm64: dirty page logging for ARMv7/8 (3.18.0-rc2)
 2015-01-08  1:51 UTC  (17+ messages)
` [PATCH v15 01/11] KVM: Add architecture-defined TLB flush support
` [PATCH v15 02/11] KVM: Add generic support for dirty page logging
` [PATCH v15 03/11] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v15 04/11] KVM: arm: Add ARMv7 API to flush TLBs
` [PATCH v15 05/11] KVM: arm: Add initial dirty page locking support
` [PATCH v15 06/11] KVM: arm: dirty logging write protect support
` [PATCH v15 07/11] KVM: arm: page logging 2nd stage fault handling
` [PATCH v15 08/11] KVM: arm64: ARMv8 header changes for page logging
` [PATCH v15 09/11] KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entires
` [PATCH v15 10/11] KVM: arm/arm64: Enable Dirty Page logging for ARMv8
` [PATCH v15 11/11] KVM: arm/arm64: Add support to dissolve huge PUD

[PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest
 2014-12-22  2:24 UTC  (5+ messages)

[PULL 00/18] ppc patch queue 2014-12-18
 2014-12-18 10:38 UTC  (20+ messages)
` [PULL 01/18] KVM: PPC: BookE: Improve irq inject tracepoint
` [PULL 02/18] KVM: PPC: Book3S HV: Add missing HPTE unlock
` [PULL 03/18] KVM: PPC: Book3S HV: Fix computation of tlbie operand
` [PULL 04/18] KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI
` [PULL 05/18] KVM: PPC: Book3S HV: Fix KSM memory corruption
` [PULL 06/18] KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI
` [PULL 07/18] KVM: PPC: Book3S HV: ptes are big endian
` [PULL 08/18] KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_blocked
` [PULL 09/18] arch: powerpc: kvm: book3s_32_mmu.c: Remove unused function
` [PULL 10/18] arch: powerpc: kvm: book3s.c: Remove some unused functions
` [PULL 11/18] arch: powerpc: kvm: book3s_pr.c: Remove unused function
` [PULL 12/18] arch: powerpc: kvm: book3s_paired_singles.c: "
` [PULL 13/18] KVM: PPC: Book3S HV: Simplify locking around stolen time calculations
` [PULL 14/18] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
` [PULL 15/18] KVM: PPC: Book3S HV: Remove code for PPC970 processors
` [PULL 16/18] KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register
` [PULL 17/18] KVM: PPC: Book3S HV: Improve H_CONFER implementation
` [PULL 18/18] KVM: PPC: Book3S: Enable in-kernel XICS emulation by default

[PATCH 0/5] Fixes and improvements for HV KVM on PPC
 2014-12-17 21:23 UTC  (8+ 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-17 12:31 UTC  (10+ messages)

[PATCH] KVM: PPC: Book3S HV: Simplify locking around stolen time calculations
 2014-12-17 12:20 UTC  (2+ messages)

[PATCH] arch: powerpc: kvm: book3s_paired_singles.c: Remove unused function
 2014-12-17 12:13 UTC  (2+ messages)

Fix Penguin Penalty 17th October2014 ( mail-archive.com )
 2014-12-10 16:34 UTC  (3+ messages)

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-12-09 19:42 UTC  (26+ 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] arch: powerpc: kvm: book3s_pr.c: Remove unused function
 2014-12-07 18:11 UTC 

[PATCH] arch: powerpc: kvm: book3s.c: Remove some unused functions
 2014-12-07 17:28 UTC 

[PATCH] arch: powerpc: kvm: book3s_32_mmu.c: Remove unused function
 2014-12-07 17:20 UTC 

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

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  (3+ 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  (27+ 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 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 11/11] powerpc: kvm: Kconfig add an option for enabling "

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).